mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 10:21:52 +02:00
17 lines
318 B
Python
17 lines
318 B
Python
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,
|
|
)
|