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