commit | c7efc1d92a7dab419dfc410f194882b7662f6507 | [log] [tgz] |
---|---|---|
author | Jian Li <pyguni@gmail.com> | Thu Aug 23 16:37:34 2018 +0900 |
committer | Thomas Vachuska <tom@opennetworking.org> | Mon Oct 29 23:21:46 2018 +0000 |
tree | c876fa94b039ae627c8356d790170bc9f6cf0059 | |
parent | d8fd7865a007e55d7b581e67369a1ce08794fd59 [diff] [blame] |
Refactor: split api from SONA simple fabric Change-Id: Icbdb10b730af29057097b14df8ddc377f4107853
diff --git a/apps/simplefabric/api/BUILD b/apps/simplefabric/api/BUILD new file mode 100644 index 0000000..b22d9f6 --- /dev/null +++ b/apps/simplefabric/api/BUILD
@@ -0,0 +1,11 @@ +COMPILE_DEPS = CORE_DEPS + CLI + +TEST_DEPS = TEST_ADAPTERS + [ + "//core/api:onos-api-tests", + "//core/common:onos-core-common-tests", +] + +osgi_jar_with_tests( + test_deps = TEST_DEPS, + deps = COMPILE_DEPS, +)