mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 09:51:38 +02:00
based on work by Ramon Casellas <ramon.casellas@cttc.es> Change-Id: Ie86f19adbb1d9f24658043b5fcd207207caf73bc
11 lines
196 B
Python
11 lines
196 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
]
|
|
|
|
yang_model(
|
|
app_name = 'org.onosproject.models.tapi',
|
|
title = 'ONF Transport API YANG Models',
|
|
custom_registrator = True,
|
|
deps = COMPILE_DEPS,
|
|
)
|