Ray Milkey | f17191b | 2018-07-16 09:25:34 -0700 | [diff] [blame] | 1 | APPS = [ |
| 2 | "org.onosproject.yang", |
| 3 | ] |
| 4 | |
| 5 | COMPILE_DEPS = CORE_DEPS + KRYO + CLI + ONOS_YANG + [ |
| 6 | "//core/store/serializers:onos-core-serializers", |
| 7 | "@commons_text//jar", |
| 8 | ] |
| 9 | |
| 10 | osgi_jar_with_tests( |
| 11 | deps = COMPILE_DEPS, |
| 12 | ) |
| 13 | |
| 14 | onos_app( |
| 15 | category = "Utility", |
| 16 | description = "Provides means to track and distribute service and device configuration data " + |
| 17 | "throughout the ONOS cluster. It works with the YANG runtime to ensure that the tracked " + |
| 18 | "data adheres to the registered YANG models. Applications can traverse and access this " + |
| 19 | "data which is organized in a logically unified tree.<p/>(Under development)", |
| 20 | required_apps = APPS, |
| 21 | title = "Dynamic Configuration", |
| 22 | url = "http://onosproject.org", |
| 23 | ) |