mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-04-21 13:31:01 +02:00
11 lines
195 B
Python
11 lines
195 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
]
|
|
|
|
yang_model(
|
|
app_name = 'org.onosproject.models.openconfig',
|
|
title = 'OpenConfig YANG Models',
|
|
custom_registrator = True,
|
|
deps = COMPILE_DEPS,
|
|
)
|