blob: c1fb6c769bec007bbf72a35751746db33dd2c30a [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:jersey-client',
4 '//lib:javax.ws.rs-api',
5 '//lib:org.apache.karaf.shell.console',
6 '//cli:onos-cli',
7 '//utils/rest:onlab-rest',
8]
9
Ray Milkey1aaffb72016-05-02 11:20:20 -070010osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080011 deps = COMPILE_DEPS,
Ray Milkey1aaffb72016-05-02 11:20:20 -070012 import_packages = '*,org.onosproject.cli.net',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080013 resources_root = 'src/main/resources',
14 resources = glob(['src/main/resources/**']),
15)
16
Ray Milkey1aaffb72016-05-02 11:20:20 -070017onos_app (
18 title = 'ONOS XOS Integration App',
19 category = 'Utility',
20 url = 'http://onosproject.org',
21 description = 'ONOS XOS integration application.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080022)