Yuta HIGUCHI f192610f6e TAPI 2.0.x rpc service registrator
based on work by Ramon Casellas <ramon.casellas@cttc.es>

Change-Id: Ie86f19adbb1d9f24658043b5fcd207207caf73bc
2018-03-07 17:06:36 +00:00

11 lines
196 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
]
yang_model(
app_name = 'org.onosproject.models.tapi',
title = 'ONF Transport API YANG Models',
custom_registrator = True,
deps = COMPILE_DEPS,
)