blob: 16f06f080cf05553ad31a28103c4e28e14c36b45 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + REST + JACKSON
2
3osgi_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
12onos_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)