add BUCK file for actn-msc app and ietfte-provider

Change-Id: I26b0cb0649d6914773f880fc87ae5b8c9b764e1d
diff --git a/apps/actn-mdsc/tetunnel-pce/BUCK b/apps/actn-mdsc/tetunnel-pce/BUCK
new file mode 100644
index 0000000..a040010
--- /dev/null
+++ b/apps/actn-mdsc/tetunnel-pce/BUCK
@@ -0,0 +1,15 @@
+COMPILE_DEPS = [
+    '//lib:CORE_DEPS',
+    '//apps/tetunnel/api:onos-apps-tetunnel-api',
+
+ ]
+
+TEST_DEPS = [
+    '//lib:TEST_ADAPTERS',
+]
+
+osgi_jar_with_tests (
+    deps = COMPILE_DEPS,
+    test_deps = TEST_DEPS,
+)
+