Simon Hunt | 4e94293 | 2017-03-06 19:09:25 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:javax.ws.rs-api', |
| 4 | '//utils/rest:onlab-rest', |
| 5 | '//core/store/serializers:onos-core-serializers', |
| 6 | ] |
| 7 | |
| 8 | TEST_DEPS = [ |
| 9 | '//lib:TEST_REST', |
| 10 | '//lib:jersey-server', |
| 11 | ] |
| 12 | |
| 13 | osgi_jar_with_tests ( |
| 14 | deps = COMPILE_DEPS, |
| 15 | test_deps = TEST_DEPS, |
| 16 | web_context = '/onos/cord-support', |
Thomas Vachuska | 7c45e28 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 17 | api_title = 'CORD Support', |
Simon Hunt | 4e94293 | 2017-03-06 19:09:25 -0800 | [diff] [blame] | 18 | api_version = '1.0', |
| 19 | api_description = 'REST API for CORD inquiry to ONOS topology', |
| 20 | api_package = 'org.onosproject.cordsupport', |
| 21 | ) |
| 22 | |
| 23 | onos_app ( |
Thomas Vachuska | 7c45e28 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 24 | title = 'CORD Support', |
Simon Hunt | 4e94293 | 2017-03-06 19:09:25 -0800 | [diff] [blame] | 25 | category = 'Utility', |
| 26 | url = 'http://onosproject.org', |
| 27 | description = 'CORD Support application.', |
| 28 | ) |