Revert StaticDisplayState; For hosted only allow debug to be used.
[SquirrelJME.git] / modules / bluetooth / build.gradle
blob7dfe330d6876aa319121b7c44829b0cababfc43d
1 import cc.squirreljme.plugin.swm.JavaMEConfiguration
2 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 import cc.squirreljme.plugin.swm.JavaMEStandard
5 version = "1.8.$squirreljmeVMVersion"
6 description = "Bluetooth and OBEX Support"
8 squirreljme
10         javaDocErrorCode = "AF"
11         swmType = JavaMEMidletType.API
12         swmName = "Bluetooth API"
13         swmVendor = "Stephanie Gawroriski"
14         definedStandards += new JavaMEStandard("bluetooth.api", null, "1.0")
15         definedStandards += new JavaMEStandard("bluetooth.api", null, "1.1")
16         tags += "bluetooth"
19 dependencies
21         api project(":modules:cldc-compact")
22         api project(":modules:gcf")