1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "This is used to control and potentially grant " +
5 "or deny access to specific features that applicationsmay use."
6 version = rootProject.version
10 javaDocErrorCode = "DO"
11 swmType = JavaMEMidletType.API
12 swmName = "MEEP Security Framework"
13 swmVendor = "Stephanie Gawroriski"
14 definedStandards += new JavaMEStandard("microedition.securityframework;;")
20 api project(":modules:cldc-compact")