add BUCK file for actn-msc app and ietfte-provider
Change-Id: I26b0cb0649d6914773f880fc87ae5b8c9b764e1d
diff --git a/providers/ietfte/utils/BUCK b/providers/ietfte/utils/BUCK
new file mode 100644
index 0000000..7817d31
--- /dev/null
+++ b/providers/ietfte/utils/BUCK
@@ -0,0 +1,15 @@
+COMPILE_DEPS = [
+ '//lib:CORE_DEPS',
+ '//apps/yms/api:onos-apps-yms-api',
+ '//protocols/restconf/server/utils:onos-protocols-restconf-server-utils',
+]
+
+TEST_DEPS = [
+ '//lib:TEST_ADAPTERS',
+ '//utils/osgi:onlab-osgi-tests',
+]
+
+osgi_jar_with_tests (
+ deps = COMPILE_DEPS,
+ test_deps = TEST_DEPS,
+)