Taking a short break.
[SquirrelJME.git] / modules / meep-securityframework / build.gradle
blobfffbe07cba08af56f323ceb12516319c5f1c7ae4
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"
18 dependencies
20         api project(":modules:cldc-compact")