Thomas Vachuska | 9ac4c7e | 2017-02-23 09:01:45 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | ] | ||||
4 | |||||
5 | osgi_jar_with_tests ( | ||||
6 | deps = COMPILE_DEPS, | ||||
7 | resources_root = 'src/main/resources', | ||||
8 | resources = glob(['src/main/resources/**']), | ||||
9 | ) | ||||
10 | |||||
11 | onos_app ( | ||||
12 | title = 'YANG Runtime GUI', | ||||
13 | category = 'Utility', | ||||
14 | url = 'http://onosproject.org', | ||||
15 | description = 'YANG Runtime GUI application for visualization of registered YANG models.', | ||||
16 | ) |