Commit before fixing what I just figured out: the hosted environment is pulling in...
[SquirrelJME.git] / modules / dio-mmio / build.gradle
blob8d3eee8f0f581e5b30b7fb3de73ae88faf3b48a7
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "This provides access to memory mapped I/O devices."
5 version = rootProject.version
7 squirreljme
9         javaDocErrorCode = "DT"
10         swmType = JavaMEMidletType.API
11         swmName = "JavaME 8 Device I/O (MMIO)"
12         swmVendor = "Stephanie Gawroriski"
13         definedStandards += new JavaMEStandard("dio.mmio;;1.0.1")
14         tags += "embedded"
17 dependencies
19         api project(":modules:cldc")
21         api project(":modules:dio")