Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + REST + JACKSON |
| 2 | |
| 3 | osgi_jar_with_tests( |
| 4 | api_description = "REST API for Demo", |
| 5 | api_package = "org.onosproject.demo", |
| 6 | api_title = "Flow Throughput Demo", |
| 7 | api_version = "1.0", |
| 8 | web_context = "/onos/demo", |
| 9 | deps = COMPILE_DEPS, |
| 10 | ) |
| 11 | |
| 12 | onos_app( |
| 13 | category = "Test Utility", |
| 14 | description = "APIs for interacting with the flow throughput test application.", |
| 15 | title = "Flow Throughput Demo", |
| 16 | url = "http://onosproject.org", |
| 17 | ) |