1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "This provides the base support for devices " +
5 "that may be provided by an implementation."
6 version = rootProject.version
10 javaDocErrorCode = "CR"
11 swmType = JavaMEMidletType.API
12 swmName = "JavaME 8 Device I/O"
13 swmVendor = "Stephanie Gawroriski"
14 definedStandards += new JavaMEStandard("dio", null, "1.0.1")
20 api project(":modules:cldc")