blob: 0da6c9563a82e025df53009e8328bd67eef83cb2 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//incubator/api:onos-incubator-api',
'//cli:onos-cli',
'//lib:org.apache.karaf.shell.console',
]
TEST_DEPS = [
'//lib:TEST_ADAPTERS',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)
onos_app (
app_name = 'org.onosproject.optical-model',
# Is there a way to change BUCK target name properly?
#name = 'onos-optical-model',
feature_coords = 'org.onosproject:onos-optical-model:%s' % (ONOS_VERSION),
title = 'Optical Network Model',
category = 'Optical',
url = 'https://wiki.onosproject.org/x/C4m',
description = 'ONOS optical information model.',
required_apps = [ ],
)