mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-12-19 08:12:11 +01:00
17 lines
310 B
Python
17 lines
310 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//models/common:onos-models-common',
|
|
]
|
|
|
|
APPS = [
|
|
'org.onosproject.models.common',
|
|
]
|
|
|
|
yang_model(
|
|
app_name = 'org.onosproject.models.l3vpn',
|
|
title = 'L3VPN YANG Models',
|
|
custom_registrator = True,
|
|
deps = COMPILE_DEPS,
|
|
required_apps = APPS,
|
|
)
|