Thomas Vachuska | 59d24eb | 2017-03-22 10:57:34 -0700 | [diff] [blame] | 1 | APPS = [ |
| 2 | 'org.onosproject.yang', |
| 3 | 'org.onosproject.config', |
| 4 | 'org.onosproject.netconf', |
| 5 | ] |
| 6 | |
| 7 | COMPILE_DEPS = [ |
| 8 | '//lib:CORE_DEPS', |
| 9 | '//lib:onos-yang-model', |
| 10 | '//lib:onos-yang-runtime', |
| 11 | '//apps/config:onos-apps-config', |
Sithara Punnassery | 326b61d | 2017-03-24 14:15:04 -0700 | [diff] [blame] | 12 | '//utils/misc:onlab-misc', |
Thomas Vachuska | 59d24eb | 2017-03-22 10:57:34 -0700 | [diff] [blame] | 13 | '//protocols/netconf/api:onos-protocols-netconf-api', |
| 14 | '//utils/osgi:onlab-osgi', |
| 15 | ] |
| 16 | |
| 17 | osgi_jar_with_tests( |
| 18 | deps = COMPILE_DEPS, |
| 19 | ) |
| 20 | |
| 21 | onos_app( |
| 22 | app_name = 'org.onosproject.netconfsb', |
| 23 | title = 'NETCONF Device Configuration', |
Thomas Vachuska | 1251e63 | 2017-07-31 15:03:40 -0700 | [diff] [blame] | 24 | category = 'Protocol', |
Thomas Vachuska | 59d24eb | 2017-03-22 10:57:34 -0700 | [diff] [blame] | 25 | url = 'http://onosproject.org', |
| 26 | description = 'Extension to allow ONOS to configure NETCONF devices.', |
| 27 | required_apps = APPS, |
| 28 | ) |