1 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 description = "LCDUI interface for core standard applications."
4 version = rootProject.version
8 javaDocErrorCode = "SL"
9 swmType = JavaMEMidletType.LIBRARY
10 swmName = "Core Standard Applications LCDUI Interface"
11 swmVendor = "Stephanie Gawroriski"
16 implementation project(":modules:cldc-compact")
17 implementation project(":modules:std-apps-core")
18 implementation project(":modules:midp-lcdui")