1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "This contains classes for handling key and other " +
6 version = rootProject.version
10 javaDocErrorCode = "DB"
11 swmType = JavaMEMidletType.API
12 swmName = "MEEP Key Events"
13 swmVendor = "Stephanie Gawroriski"
14 definedStandards += new JavaMEStandard("microedition.key;;")
20 api project(":modules:cldc-compact")