Sithara Punnassery | 43833e1 | 2017-03-14 16:29:19 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:onos-yang-model', |
| 4 | '//lib:onos-yang-runtime', |
| 5 | '//apps/config:onos-apps-config', |
Sithara Punnassery | 425837f | 2017-03-21 12:58:00 -0700 | [diff] [blame] | 6 | '//protocols/netconf/api:onos-protocols-netconf-api', |
| 7 | '//apps/netconfsb/client:onos-apps-netconfsb-client' |
| 8 | |
| 9 | |
Sithara Punnassery | 43833e1 | 2017-03-14 16:29:19 -0700 | [diff] [blame] | 10 | ] |
| 11 | |
| 12 | osgi_jar_with_tests ( |
| 13 | deps = COMPILE_DEPS, |
| 14 | ) |
| 15 | |
| 16 | BUNDLES = [ |
Sithara Punnassery | 425837f | 2017-03-21 12:58:00 -0700 | [diff] [blame] | 17 | '//apps/netconfsb/client:onos-apps-netconfsb-client', |
| 18 | '//apps/netconfsb/storeadapter:onos-apps-netconfsb-storeadapter', |
Sithara Punnassery | 43833e1 | 2017-03-14 16:29:19 -0700 | [diff] [blame] | 19 | ] |
| 20 | |
| 21 | onos_app ( |
Sithara Punnassery | 425837f | 2017-03-21 12:58:00 -0700 | [diff] [blame] | 22 | app_name = 'org.onosproject.netconfsb', |
Sithara Punnassery | 43833e1 | 2017-03-14 16:29:19 -0700 | [diff] [blame] | 23 | title = 'NETCONF Application Module', |
| 24 | category = 'Utility', |
| 25 | url = 'http://onosproject.org', |
| 26 | description = """This application provides an interface for monitoring and modifying datastores |
| 27 | of NETCONF devices using Yang data. It uses the YangRuntime to serialize outbound |
| 28 | messages from Yang into NETCONF and deserialize received messages.""", |
| 29 | included_bundles = BUNDLES, |
| 30 | ) |