Thomas Vachuska | 1251e63 | 2017-07-31 15:03:40 -0700 | [diff] [blame] | 1 | ONOS_ORIGIN = 'ONOS Community' |
Brian O'Connor | 338bc0c | 2016-09-16 00:05:50 -0700 | [diff] [blame] | 2 | ONOS_GROUP_ID = 'org.onosproject' |
Ray Milkey | bca9049 | 2018-04-13 12:47:31 -0700 | [diff] [blame] | 3 | ONOS_VERSION = '1.14.0-SNAPSHOT' |
Brian O'Connor | 338bc0c | 2016-09-16 00:05:50 -0700 | [diff] [blame] | 4 | DEFAULT_APP_CATEGORY = 'Utility' |
5 | ONOS_ARTIFACT_BASE = 'onos-' | ||||
6 | APP_PREFIX = ONOS_GROUP_ID + '.' | ||||
7 | |||||
8 | include_defs('//modules.defs') |