1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "This provides support for quering the current " +
5 "electrical state of the device along with the setting of potential new " +
7 version = rootProject.version
11 javaDocErrorCode = "DJ"
12 swmType = JavaMEMidletType.API
13 swmName = "MEEP Power Management"
14 swmVendor = "Stephanie Gawroriski"
15 definedStandards += new JavaMEStandard("microedition.power;;")
21 api project(":modules:cldc-compact")