blob: aa9caf1dde662b9a5a744f2f9fb18ac1b02ec9e7 [file] [log] [blame]
Yuta HIGUCHI8810aa42017-08-02 15:05:37 -07001APPS = [
2 # dynamic config
3 'org.onosproject.config',
4]
5
6COMPILE_DEPS = [
7 '//lib:CORE_DEPS',
8 '//apps/config:onos-apps-config',
9 '//lib:onos-yang-model',
10]
11
12osgi_jar_with_tests (
13 deps = COMPILE_DEPS,
14)
15
16onos_app (
17 title = 'Dynamic Configuration Synchronizer',
18 category = 'Utility',
19 url = 'http://onosproject.org',
20 description = 'Application to support the Dynamic configuration service.',
21 required_apps = APPS,
22)