Yuta HIGUCHI | 8810aa4 | 2017-08-02 15:05:37 -0700 | [diff] [blame] | 1 | APPS = [ |
2 | # dynamic config | ||||
3 | 'org.onosproject.config', | ||||
4 | ] | ||||
5 | |||||
6 | COMPILE_DEPS = [ | ||||
7 | '//lib:CORE_DEPS', | ||||
8 | '//apps/config:onos-apps-config', | ||||
9 | '//lib:onos-yang-model', | ||||
10 | ] | ||||
11 | |||||
12 | osgi_jar_with_tests ( | ||||
13 | deps = COMPILE_DEPS, | ||||
14 | ) | ||||
15 | |||||
16 | onos_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 | ) |