Thomas Vachuska | 9c04643 | 2018-07-11 09:46:35 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + ONOS_YANG + [ |
| 2 | "@onos_yang_runtime//jar", |
| 3 | "//apps/yang:onos-apps-yang", |
| 4 | ] |
| 5 | |
Ray Milkey | 6d94e9f | 2018-07-15 18:04:26 -0700 | [diff] [blame] | 6 | osgi_jar_with_tests( |
Thomas Vachuska | 9c04643 | 2018-07-11 09:46:35 -0700 | [diff] [blame] | 7 | resources = glob(["src/main/resources/**"]), |
Ray Milkey | 6d94e9f | 2018-07-15 18:04:26 -0700 | [diff] [blame] | 8 | resources_root = "src/main/resources", |
| 9 | deps = COMPILE_DEPS, |
Thomas Vachuska | 9c04643 | 2018-07-11 09:46:35 -0700 | [diff] [blame] | 10 | ) |
| 11 | |
Ray Milkey | 6d94e9f | 2018-07-15 18:04:26 -0700 | [diff] [blame] | 12 | onos_app( |
Thomas Vachuska | 9c04643 | 2018-07-11 09:46:35 -0700 | [diff] [blame] | 13 | category = "GUI", |
| 14 | description = "Adds GUI extension that allows the operator to view the list of currently " + |
Ray Milkey | 6d94e9f | 2018-07-15 18:04:26 -0700 | [diff] [blame] | 15 | "registered YANG models, and their YANG sources. It also provides means for compiling " + |
| 16 | "source YANG files (*.yang, *.zip, *.jar) on the fly and directly from the GUI using " + |
| 17 | "drag-n-drop.<p/>User can simply compress a set of YANG source files and drop it on the " + |
| 18 | "YANG Models GUI view to automatically compile and then register the compiled YANG models.", |
| 19 | required_apps = ["org.onosproject.yang"], |
Thomas Vachuska | 9c04643 | 2018-07-11 09:46:35 -0700 | [diff] [blame] | 20 | title = "YANG Runtime GUI", |
| 21 | url = "http://onosproject.org", |
| 22 | ) |