onos/onos.defs
Ray Milkey 171b89a5e8 Refactor bucklets to share ONOS buck definition files
Change-Id: Ifb4bc87b264eea9c660f0e053c27822bb9922b78
2016-07-28 23:13:00 +00:00

9 lines
216 B
Plaintext

ONOS_ORIGIN = 'ON.Lab'
ONOS_GROUP_ID = 'org.onosproject'
ONOS_VERSION = '1.7.0-SNAPSHOT'
DEFAULT_APP_CATEGORY = 'Utility'
ONOS_ARTIFACT_BASE = 'onos-'
APP_PREFIX = ONOS_GROUP_ID + '.'
include_defs('//modules.defs')