blob: 358deccaad167e6f005f6f85c303e126981e4c51 [file] [log] [blame]
Thomas Vachuska1251e632017-07-31 15:03:40 -07001ONOS_ORIGIN = 'ONOS Community'
Brian O'Connor338bc0c2016-09-16 00:05:50 -07002ONOS_GROUP_ID = 'org.onosproject'
Ray Milkeydc48fb22017-09-26 14:42:24 -07003ONOS_VERSION = '1.12.0-SNAPSHOT'
Brian O'Connor338bc0c2016-09-16 00:05:50 -07004DEFAULT_APP_CATEGORY = 'Utility'
5ONOS_ARTIFACT_BASE = 'onos-'
6APP_PREFIX = ONOS_GROUP_ID + '.'
7
8include_defs('//modules.defs')