blob: 576bb9f2abc26a479dddab606b4d3c3f2d5921cd [file] [log] [blame]
Jeff Groom34c28ce2018-04-26 19:42:18 -06001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//models/common:onos-models-common',
4]
5
6APPS = [
7 'org.onosproject.models.common',
8]
9
10yang_model(
11 app_name = 'org.onosproject.models.ciena.waveserverai',
12 title = 'Ciena Waveserver Ai YANG Models',
13 custom_registrator = True,
14 deps = COMPILE_DEPS,
15 required_apps = APPS,
16)