hiroki | 4ecc871 | 2018-05-08 13:23:37 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//models/ietf:onos-models-ietf', | ||||
4 | ] | ||||
5 | |||||
6 | APPS = [ | ||||
7 | 'org.onosproject.models.ietf', | ||||
8 | ] | ||||
9 | |||||
10 | yang_model( | ||||
11 | app_name = 'org.onosproject.models.openconfig-infinera', | ||||
12 | title = 'OpenConfig Infinera XT3300 YANG Models', | ||||
13 | custom_registrator = False, | ||||
14 | deps = COMPILE_DEPS, | ||||
15 | required_apps = APPS, | ||||
16 | ) |