COMPILE_DEPS = [ | |
'//lib:CORE_DEPS', | |
'//models/common:onos-models-common', | |
] | |
APPS = [ | |
'org.onosproject.models.common', | |
] | |
yang_model( | |
app_name = 'org.onosproject.models.microsemi', | |
title = 'Microsemi YANG Models', | |
custom_registrator = True, | |
deps = COMPILE_DEPS, | |
required_apps = APPS, | |
) |