blob: 3fe6e62c421b8cf64ebf90a1e54a0ad685224b87 [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 Milkey6ecde1f2017-08-11 17:02:33 -07003ONOS_VERSION = '1.11.0-b4'
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')