Yuta HIGUCHI | 8810aa4 | 2017-08-02 15:05:37 -0700 | [diff] [blame] | 1 | APPS = [ |
| 2 | 'org.onosproject.configsync', |
| 3 | 'org.onosproject.yang', |
| 4 | 'org.onosproject.netconf', |
| 5 | ] |
| 6 | |
| 7 | COMPILE_DEPS = [ |
| 8 | '//lib:CORE_DEPS', |
| 9 | '//lib:onos-yang-model', |
| 10 | '//lib:onos-yang-runtime', |
| 11 | '//protocols/netconf/api:onos-protocols-netconf-api', |
| 12 | '//apps/config:onos-apps-config', |
| 13 | '//apps/configsync:onos-apps-configsync', |
| 14 | ] |
| 15 | |
| 16 | TEST_DEPS = [ |
| 17 | '//lib:TEST_ADAPTERS', |
| 18 | ] |
| 19 | |
| 20 | osgi_jar_with_tests ( |
| 21 | deps = COMPILE_DEPS, |
| 22 | test_deps = TEST_DEPS, |
| 23 | ) |
| 24 | |
| 25 | onos_app ( |
| 26 | title = 'Dynamic Configuration Synchronizer for NETCONF', |
| 27 | category = 'Utility', |
| 28 | url = 'http://onosproject.org', |
| 29 | description = 'Application to support the Dynamic configuration service.', |
| 30 | required_apps = APPS, |
| 31 | ) |