mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-01-05 08:31:42 +01:00
10 lines
179 B
Python
10 lines
179 B
Python
COMPILE_DEPS = [
|
|
'//models/common:onos-models-common',
|
|
]
|
|
|
|
yang_model (
|
|
app_name = 'org.onosproject.models.polatis',
|
|
title = 'Polatis YANG Model',
|
|
deps = COMPILE_DEPS,
|
|
)
|