blob: e4e6dab43d7692f12755a4937a12e1cbe4ea23d9 [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 Milkey64677e92017-08-01 10:48:08 -07003ONOS_VERSION = '1.11.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')