Revert StaticDisplayState; For hosted only allow debug to be used.
[SquirrelJME.git] / modules / dio-adc / build.gradle
blob6a28d989461afd5cb8e544da60d34c4666b0908d
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "This provides access to analog to digital converters."
5 version = rootProject.version
7 squirreljme
9         javaDocErrorCode = "CV"
10         swmType = JavaMEMidletType.API
11         swmName = "JavaME 8 Device I/O (ADC)"
12         swmVendor = "Stephanie Gawroriski"
13         definedStandards += new JavaMEStandard("dio.adc;;1.0.1")
14         tags += "embedded"
17 dependencies
19         api project(":modules:cldc")
21         api project(":modules:dio")