mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-22 21:01:00 +02:00
11 lines
186 B
Python
11 lines
186 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
]
|
|
|
|
yang_model (
|
|
app_name = 'org.onosproject.models.demo',
|
|
title = 'Demo YANG Model',
|
|
url = 'http://onosproject.org',
|
|
deps = COMPILE_DEPS,
|
|
)
|