Ray Milkey | 1aaffb7 | 2016-05-02 11:20:20 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:org.apache.karaf.shell.console', |
| 4 | '//cli:onos-cli', |
| 5 | '//utils/rest:onlab-rest', |
| 6 | '//lib:javax.ws.rs-api', |
| 7 | '//core/store/serializers:onos-core-serializers', |
| 8 | ] |
| 9 | |
| 10 | osgi_jar_with_tests ( |
| 11 | deps = COMPILE_DEPS, |
Ray Milkey | 6033d43 | 2016-09-06 15:35:34 -0700 | [diff] [blame] | 12 | web_context = '/onos/demo', |
| 13 | api_title = 'Flow Throughput Demo App', |
| 14 | api_version = '1.0', |
| 15 | api_description = 'REST API for Demo App', |
| 16 | api_package = 'org.onosproject.demo', |
Ray Milkey | 1aaffb7 | 2016-05-02 11:20:20 -0700 | [diff] [blame] | 17 | ) |
| 18 | |
| 19 | onos_app ( |
| 20 | title = 'Flow Throughput Demo App', |
| 21 | category = 'Test', |
| 22 | url = 'http://onosproject.org', |
Ray Milkey | 6033d43 | 2016-09-06 15:35:34 -0700 | [diff] [blame] | 23 | description = 'APIs for interacting with the flow throughput test application.', |
Ray Milkey | 1aaffb7 | 2016-05-02 11:20:20 -0700 | [diff] [blame] | 24 | ) |