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

Change-Id: I26b0cb0649d6914773f880fc87ae5b8c9b764e1d
diff --git a/apps/actn-mdsc/BUCK b/apps/actn-mdsc/BUCK
new file mode 100644
index 0000000..4d70128
--- /dev/null
+++ b/apps/actn-mdsc/BUCK
@@ -0,0 +1,15 @@
+BUNDLES = [
+    '//apps/tetunnel/api:onos-apps-tetunnel-api',
+    '//apps/tetopology/api:onos-apps-tetopology-api',
+    '//apps/actn-mdsc/tetunnel-ctl:onos-apps-actn-mdsc-tetunnel-ctl',
+    '//apps/actn-mdsc/tetunnel-pce:onos-apps-actn-mdsc-tetunnel-pce',
+]
+
+onos_app (
+    title = 'ACTN MDSC',
+    category = 'ACTN APP',
+    url = 'http://onosproject.org',
+    included_bundles = BUNDLES,
+    description = 'ACTN MDSC APP.',
+)
+