blob: 2a659e2c5a42ecd7e8ecbb0569846e86ceeba967 [file] [log] [blame]
Ray Milkeyf72cedb2016-07-27 10:34:18 -07001#FIXME - these should be shared with bucklets
2ONOS_ORIGIN = 'ON.Lab'
3ONOS_GROUP_ID = 'org.onosproject'
4ONOS_VERSION = '1.7.0-SNAPSHOT'
5DEFAULT_APP_CATEGORY = 'Utility'
6ONOS_ARTIFACT_BASE = 'onos-'
7APP_PREFIX = ONOS_GROUP_ID + '.'
8
9include_defs('//modules.defs')