blob: 5276435cab6c5bac7309a4dfe4b60b6dddaf8cc6 [file] [log] [blame]
Yuta HIGUCHIf1926102018-03-06 14:32:37 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
Toru Furusawa28988892017-10-30 17:28:40 -07004
5yang_model(
6 app_name = 'org.onosproject.models.tapi',
Yuta HIGUCHIf1926102018-03-06 14:32:37 -08007 title = 'ONF Transport API YANG Models',
8 custom_registrator = True,
9 deps = COMPILE_DEPS,
10)