Revert StaticDisplayState; For hosted only allow debug to be used.
[SquirrelJME.git] / modules / dio / build.gradle
blob2d9d4f2e6cfd6ae6c96eda67933d55b5ab08dfb9
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
8 squirreljme
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")
15         tags += "embedded"
18 dependencies
20         api project(":modules:cldc")