blob: 3ab6536d34f09ca0b81aa01be9f0ae468989af54 [file] [log] [blame]
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,
)