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