blob: a4b7f4c8461b4b29defb74cf7c1603816082e7b3 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:org.apache.karaf.shell.console',
4 '//lib:javax.ws.rs-api',
5 '//utils/rest:onlab-rest',
6 '//cli:onos-cli',
7]
8
Ray Milkeyf9a76972016-04-12 09:47:12 -07009osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080010 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080011)
12
Ray Milkeyf9a76972016-04-12 09:47:12 -070013onos_app (
14 title = 'OpenStack Interface App',
15 category = 'Utility',
16 url = 'http://onosproject.org',
17 description = 'Openstack Interface Application.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080018)