blob: 337e3408c62e4601a25e5c2339d460a42ca3ee1d [file] [log] [blame]
HIGUCHI Yuta652ec6b2016-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 title = 'Optical infromation model',
18 category = 'Optical',
19 url = 'http://onosproject.org',
20 description = 'ONOS optical infromation model.',
21 required_apps = [ ],
22)