Lee Yongjae | 7c27bb4 | 2017-11-17 12:00:45 +0900 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:JACKSON', |
| 4 | '//lib:concurrent-trees', |
Lee Yongjae | 6dc7e4f | 2017-12-06 16:17:51 +0900 | [diff] [blame] | 5 | '//lib:javax.ws.rs-api', |
| 6 | '//lib:org.apache.karaf.shell.console', |
| 7 | '//cli:onos-cli', |
| 8 | '//utils/rest:onlab-rest', |
Lee Yongjae | 7c27bb4 | 2017-11-17 12:00:45 +0900 | [diff] [blame] | 9 | ] |
| 10 | |
| 11 | BUNDLES = [ |
| 12 | '//apps/simplefabric:onos-apps-simplefabric', |
| 13 | ] |
| 14 | |
| 15 | TEST_DEPS = [ |
| 16 | '//lib:TEST_ADAPTERS', |
| 17 | ] |
| 18 | |
| 19 | osgi_jar_with_tests ( |
| 20 | deps = COMPILE_DEPS, |
| 21 | test_deps = TEST_DEPS, |
Lee Yongjae | 6dc7e4f | 2017-12-06 16:17:51 +0900 | [diff] [blame] | 22 | web_context = '/onos/v1/simplefabric', |
Lee Yongjae | 7c27bb4 | 2017-11-17 12:00:45 +0900 | [diff] [blame] | 23 | ) |
| 24 | |
| 25 | onos_app ( |
| 26 | title = 'SimpleFabric', |
Thomas Vachuska | ca0b5df | 2018-06-22 16:24:47 -0700 | [diff] [blame] | 27 | category = 'Traffic Engineering', |
Lee Yongjae | 7c27bb4 | 2017-11-17 12:00:45 +0900 | [diff] [blame] | 28 | url = 'http://onosproject.org', |
| 29 | included_bundles = BUNDLES, |
| 30 | description = 'Simple Fabric application', |
| 31 | required_apps = [ 'org.onosproject.openflow-base', 'org.onosproject.lldpprovider', 'org.onosproject.hostprovider' ], |
| 32 | ) |