mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 01:11:30 +02:00
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
ONOS_ORIGIN = 'ON.Lab'
|
|
ONOS_GROUP_ID = 'org.onosproject'
|
|
ONOS_VERSION = '1.8.0-SNAPSHOT'
|
|
DEFAULT_APP_CATEGORY = 'Utility'
|
|
ONOS_ARTIFACT_BASE = 'onos-'
|
|
APP_PREFIX = ONOS_GROUP_ID + '.'
|
|
|
|
include_defs('//modules.defs')
|