add buck file for netconf alarm

Change-Id: Ibdb4f3df1e0edae20507453e23ac24c5aa2e5e02
diff --git a/providers/netconf/alarm/BUCK b/providers/netconf/alarm/BUCK
new file mode 100644
index 0000000..761f2ed
--- /dev/null
+++ b/providers/netconf/alarm/BUCK
@@ -0,0 +1,10 @@
+COMPILE_DEPS = [
+    '//lib:CORE_DEPS',
+    '//incubator/api:onos-incubator-api',
+    '//protocols/netconf/api:onos-protocols-netconf-api',
+    '//protocols/netconf/ctl:onos-protocols-netconf-ctl',
+]
+
+osgi_jar_with_tests (
+    deps = COMPILE_DEPS,
+)