TAPI 2.0.x rpc service registrator
based on work by Ramon Casellas <ramon.casellas@cttc.es>
Change-Id: Ie86f19adbb1d9f24658043b5fcd207207caf73bc
diff --git a/models/tapi/BUCK b/models/tapi/BUCK
index c53b783..5276435 100644
--- a/models/tapi/BUCK
+++ b/models/tapi/BUCK
@@ -1,5 +1,10 @@
+COMPILE_DEPS = [
+ '//lib:CORE_DEPS',
+]
yang_model(
app_name = 'org.onosproject.models.tapi',
- title = 'Transport API YANG Models',
-)
\ No newline at end of file
+ title = 'ONF Transport API YANG Models',
+ custom_registrator = True,
+ deps = COMPILE_DEPS,
+)