blob: 38b4fe717ca50f469160385e681d4bb44760d1e0 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001APPS = [
2 # dynamic config
3 "org.onosproject.config",
4]
5
6COMPILE_DEPS = CORE_DEPS + ONOS_YANG + [
7 "//apps/config:onos-apps-config",
8]
9
10osgi_jar_with_tests(
11 deps = COMPILE_DEPS,
12)
13
14onos_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)