commit | 6aad2843540191d8554189d2c12156839cfd2e4b | [log] [tgz] |
---|---|---|
author | Sean Condon <sean.condon@microsemi.com> | Mon Feb 26 23:16:36 2018 +0000 |
committer | Sean Condon <sean.condon@microsemi.com> | Tue Feb 27 15:46:31 2018 +0000 |
tree | 8ce248064a84780c7a65437f05a4f7cd9cfc7dd6 | |
parent | 979f6349cc56a1e98690efabdf3686f1535cbc15 [diff] [blame] |
Refactor of CFM code part2 - API Change-Id: Id1407e140b561fbe7ab79e0726f50e9276f3e20b
diff --git a/apps/cfm/api/BUCK b/apps/cfm/api/BUCK new file mode 100644 index 0000000..ab6251e --- /dev/null +++ b/apps/cfm/api/BUCK
@@ -0,0 +1,14 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', +] + +TEST_DEPS = [ + '//lib:TEST_ADAPTERS', +] + +osgi_jar_with_tests ( + deps = COMPILE_DEPS, + test_deps = TEST_DEPS, + visibility = ['PUBLIC'], +) +