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