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 | c307d21 | 2017-07-31 13:57:20 -0700 | [diff] [blame] | 4 | '//apps/yang:onos-apps-yang', |
Thomas Vachuska | 9ac4c7e | 2017-02-23 09:01:45 -0800 | [diff] [blame] | 5 | ] |
| 6 | |
| 7 | osgi_jar_with_tests ( |
| 8 | deps = COMPILE_DEPS, |
| 9 | resources_root = 'src/main/resources', |
| 10 | resources = glob(['src/main/resources/**']), |
| 11 | ) |
| 12 | |
| 13 | onos_app ( |
| 14 | title = 'YANG Runtime GUI', |
| 15 | category = 'Utility', |
| 16 | url = 'http://onosproject.org', |
Thomas Vachuska | 7c45e28 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 17 | description = 'Adds GUI extension that allows the operator to view the list of currently ' + |
| 18 | 'registered YANG models, and their YANG sources. It also provides means for compiling ' + |
| 19 | 'source YANG files (*.yang, *.zip, *.jar) on the fly and directly from the GUI using ' + |
| 20 | 'drag-n-drop.<p/>User can simply compress a set of YANG source files and drop it on the ' + |
| 21 | 'YANG Models GUI view to automatically compile and then register the compiled YANG models.', |
Thomas Vachuska | 04059f9 | 2017-03-07 15:16:23 -0800 | [diff] [blame] | 22 | required_apps = [ 'org.onosproject.yang' ], |
Thomas Vachuska | 9ac4c7e | 2017-02-23 09:01:45 -0800 | [diff] [blame] | 23 | ) |