blob: e311eb36168796f548fe9488eeeec93ce63d4ee7 [file] [log] [blame]
HIGUCHI Yutaf3ead252016-05-12 18:18:15 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//incubator/api:onos-incubator-api',
4]
5
6TEST_DEPS = [
Yuta HIGUCHIb9af6b72016-06-10 10:52:58 -07007 '//lib:TEST_ADAPTERS',
HIGUCHI Yutaf3ead252016-05-12 18:18:15 -07008]
9
10
11osgi_jar_with_tests (
12 deps = COMPILE_DEPS,
13 test_deps = TEST_DEPS,
14)
15
16onos_app (
17 app_name = 'org.onosproject.optical-model',
18 # Is there a way to change BUCK target name properly?
19 #name = 'onos-optical-model',
20 feature_coords = 'org.onosproject:onos-optical-model:%s' % (ONOS_VERSION),
21 title = 'Optical information model',
22 category = 'Optical',
23 url = 'https://wiki.onosproject.org/x/C4m',
24 description = 'ONOS optical information model.',
25 required_apps = [ ],
26)