Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + REST + [ |
| 2 | "@concurrent_trees//jar", |
| 3 | ] |
| 4 | |
| 5 | BUNDLES = [ |
| 6 | "//apps/simplefabric:onos-apps-simplefabric", |
| 7 | ] |
| 8 | |
| 9 | osgi_jar_with_tests( |
| 10 | test_deps = TEST_ADAPTERS, |
| 11 | web_context = "/onos/v1/simplefabric", |
| 12 | deps = COMPILE_DEPS, |
| 13 | ) |
| 14 | |
| 15 | onos_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 | ) |