blob: cf0644333dfa815e7d68e4bb1b15b8a9d0332be3 [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 = [
7 '//lib:TEST',
8]
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)