Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | APPS = [ |
2 | # dynamic config | ||||
3 | "org.onosproject.config", | ||||
4 | ] | ||||
5 | |||||
6 | COMPILE_DEPS = CORE_DEPS + ONOS_YANG + [ | ||||
7 | "//apps/config:onos-apps-config", | ||||
8 | ] | ||||
9 | |||||
10 | osgi_jar_with_tests( | ||||
11 | deps = COMPILE_DEPS, | ||||
12 | ) | ||||
13 | |||||
14 | onos_app( | ||||
15 | category = "Utility", | ||||
16 | description = "Application to support the Dynamic configuration service.", | ||||
17 | required_apps = APPS, | ||||
18 | title = "Dynamic Configuration Synchronizer", | ||||
19 | url = "http://onosproject.org", | ||||
20 | ) |