blob: 60f75729cea40beed59a3ffaf911ac042c155c02 [file] [log] [blame]
Yuta HIGUCHI5aeb0fe2018-03-30 16:22:02 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
Thomas Vachuska8ca75a22017-08-24 16:12:59 -07004
5yang_model(
6 app_name = 'org.onosproject.models.openconfig',
7 title = 'OpenConfig YANG Models',
Yuta HIGUCHI5aeb0fe2018-03-30 16:22:02 -07008 custom_registrator = True,
9 deps = COMPILE_DEPS,
10)