Adding support for custom model registrator and supporting Java code
to be built and packaged along with the auto-generated artifacts that
represent the YANG model.

Change-Id: I62c121f22680d483df40662da6a73c1bae43826b
diff --git a/models/common/BUCK b/models/common/BUCK
new file mode 100644
index 0000000..a210b1e
--- /dev/null
+++ b/models/common/BUCK
@@ -0,0 +1,7 @@
+
+yang_model (
+  app_name = 'org.onosproject.models.common',
+  title = 'Common YANG Models',
+  custom_registrator = True,
+  deps = [ '//lib:CORE_DEPS' ]
+)