Marking of more classes, might get rid of in the future and optimize; Implement shrin...
[SquirrelJME.git] / modules / meep-securityframework / build.gradle
blob364a0735303e1db51da0ed13a493ef8170518eda
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
8 squirreljme
10         javaDocErrorCode = "DO"
11         swmType = JavaMEMidletType.API
12         swmName = "MEEP Security Framework"
13         swmVendor = "Stephanie Gawroriski"
14         definedStandards += new JavaMEStandard("microedition.securityframework;;")
15         tags += "meep"
16         
17         // TODO: Temporary until there are classes
18         noShrinking = true
21 dependencies
23         api project(":modules:cldc-compact")