blob: d85cb1a41af45e9965ced4ac23b8634059523750 [file] [log] [blame]
Adnaan Sachidanandana915da12017-08-09 15:12:45 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//incubator/api:onos-incubator-api'
4]
5
6osgi_jar_with_tests (
7 deps = COMPILE_DEPS,
8)
9
10onos_app (
11 title = 'Link Properties',
12 description = 'Shows more link properties',
13 category = 'Monitoring',
14 url = 'https://onosproject.org/',
15)