blob: 03e118d37081d1099b212622be1f1165200e8b2d [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(
10 test_deps = TEST_ADAPTERS,
11 web_context = "/onos/v1/simplefabric",
12 deps = COMPILE_DEPS,
13)
14
15onos_app(
16 category = "Traffic Engineering",
17 description = "Simple Fabric application",
18 included_bundles = BUNDLES,
19 required_apps = [
20 "org.onosproject.openflow-base",
21 "org.onosproject.lldpprovider",
22 "org.onosproject.hostprovider",
23 ],
24 title = "SimpleFabric",
25 url = "http://onosproject.org",
26)