Additional bazel build files for apps

Change-Id: If3f31139022b5657e4a7b8a33871e4eba0da286e
diff --git a/apps/restconf/api/BUILD b/apps/restconf/api/BUILD
new file mode 100644
index 0000000..b4f282b
--- /dev/null
+++ b/apps/restconf/api/BUILD
@@ -0,0 +1,9 @@
+COMPILE_DEPS = CORE_DEPS + JACKSON + REST + [
+    "@jersey_client//jar",
+    "@jersey_server//jar",
+]
+
+osgi_jar_with_tests(
+    test_deps = TEST_REST,
+    deps = COMPILE_DEPS,
+)