blob: 49070d1c8f307bf4680c6508dcf11905d4666cfb [file] [log] [blame]
Aaron Kruglikovbc26a522017-02-21 11:27:49 -08001APPS = [
2 'org.onosproject.yang',
3]
4
Aaron Kruglikovd1a1a402017-02-07 09:16:34 -08005COMPILE_DEPS = [
6 '//lib:CORE_DEPS',
Aaron Kruglikovbc26a522017-02-21 11:27:49 -08007 '//lib:onos-yang-model',
Thomas Vachuska68034012017-03-07 14:04:53 -08008 '//lib:onos-yang-runtime',
Aaron Kruglikovbc26a522017-02-21 11:27:49 -08009 '//protocols/netconf/api:onos-protocols-netconf-api',
10 '//utils/osgi:onlab-osgi',
Aaron Kruglikovd1a1a402017-02-07 09:16:34 -080011]
12
13osgi_jar_with_tests (
14 deps = COMPILE_DEPS,
Aaron Kruglikovbc26a522017-02-21 11:27:49 -080015)
16
17onos_app (
18 title = 'Dynamic Config Netconf App',
19 category = 'Utility',
20 url = 'http://onosproject.org',
21 description = 'Netconf support for Dynamic configuration service.',
22 required_apps = APPS,
Aaron Kruglikovd1a1a402017-02-07 09:16:34 -080023)