blob: 9c45f931307e2a2b82e0d4058f7730b34686746b [file] [log] [blame]
Brian O'Connor338bc0c2016-09-16 00:05:50 -07001ONOS_ORIGIN = 'ON.Lab'
2ONOS_GROUP_ID = 'org.onosproject'
Ray Milkey58c6af22016-11-22 17:26:52 -08003ONOS_VERSION = '1.8.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')