Yuta HIGUCHI 5aeb0fe704 custom registrator for OpenConfig
Change-Id: I649de77cb3ab3b69ada75471867a3a6b86b32053
2018-04-03 15:18:21 +00:00

11 lines
195 B
Python

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