blob: 007b701baf1859dc6c16f9e78be6075c38426d91 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + REST + [
2 "@concurrent_trees//jar",
3]
4
5BUNDLES = [
6 "//apps/simplefabric:onos-apps-simplefabric",
7]
8
9osgi_jar_with_tests(
Ray Milkey5417cbe2018-10-10 14:15:42 -070010 karaf_command_packages = ["org.onosproject.simplefabric"],
Ray Milkey35ea5bf2018-07-17 15:28:44 -070011 test_deps = TEST_ADAPTERS,
12 web_context = "/onos/v1/simplefabric",
13 deps = COMPILE_DEPS,
14)
15
16onos_app(
17 category = "Traffic Engineering",
18 description = "Simple Fabric application",
19 included_bundles = BUNDLES,
20 required_apps = [
21 "org.onosproject.openflow-base",
22 "org.onosproject.lldpprovider",
23 "org.onosproject.hostprovider",
24 ],
25 title = "SimpleFabric",
26 url = "http://onosproject.org",
27)