Brian O'Connor | 338bc0c | 2016-09-16 00:05:50 -0700 | [diff] [blame] | 1 | ONOS_ORIGIN = 'ON.Lab' |
2 | ONOS_GROUP_ID = 'org.onosproject' | ||||
Ray Milkey | e8d98fd | 2017-06-02 12:38:17 -0700 | [diff] [blame^] | 3 | ONOS_VERSION = '1.10.0-rc5' |
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') |