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