blob: 5905528c034100ad34551a2f2fe9f25d0ea84659 [file] [log] [blame]
Yuta HIGUCHI5aeb0fe2018-03-30 16:22:02 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Yuta HIGUCHIa818eb52018-05-14 17:57:28 -07003 '//models/ietf:onos-models-ietf',
4]
5
6APPS = [
7 'org.onosproject.models.ietf',
Yuta HIGUCHI5aeb0fe2018-03-30 16:22:02 -07008]
Thomas Vachuska8ca75a22017-08-24 16:12:59 -07009
10yang_model(
11 app_name = 'org.onosproject.models.openconfig',
12 title = 'OpenConfig YANG Models',
Yuta HIGUCHI5aeb0fe2018-03-30 16:22:02 -070013 custom_registrator = True,
14 deps = COMPILE_DEPS,
Yuta HIGUCHIa818eb52018-05-14 17:57:28 -070015 required_apps = APPS,
Yuta HIGUCHI5aeb0fe2018-03-30 16:22:02 -070016)