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