Revert StaticDisplayState; For hosted only allow debug to be used.
[SquirrelJME.git] / modules / dio-atcmd / build.gradle
blob9696bd97dc1dd9efa57bee0b9767fb39c4d37b3d
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "This provides access to devices which use the " +
5         "standard AT command set."
6 version = rootProject.version
8 squirreljme
10         javaDocErrorCode = "CZ"
11         swmType = JavaMEMidletType.API
12         swmName = "JavaME 8 Device I/O (AT Device)"
13         swmVendor = "Stephanie Gawroriski"
14         definedStandards += new JavaMEStandard("dio.atcmd;;1.0.1")
15         tags += "embedded"
18 dependencies
20         api project(":modules:cldc")
22         api project(":modules:dio")
23         api project(":modules:dio-modem")