[ONOS-5916] Add skeleton code of mapping management application

Change-Id: I267f07d3869a88066428281c91e6647fc1216056
diff --git a/apps/mappingmanagement/api/BUCK b/apps/mappingmanagement/api/BUCK
new file mode 100644
index 0000000..57e84f4
--- /dev/null
+++ b/apps/mappingmanagement/api/BUCK
@@ -0,0 +1,13 @@
+COMPILE_DEPS = [
+    '//lib:CORE_DEPS',
+    '//core/store/serializers:onos-core-serializers',
+ ]
+
+TEST_DEPS = [
+    '//lib:TEST_ADAPTERS',
+]
+
+osgi_jar_with_tests (
+    deps = COMPILE_DEPS,
+    test_deps = TEST_DEPS,
+)
\ No newline at end of file