mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 09:51:38 +02:00
8 lines
188 B
Python
8 lines
188 B
Python
load("//tools/build/bazel:yang.bzl", "yang_model")
|
|
|
|
yang_model(
|
|
app_name = "org.onosproject.models.tapi",
|
|
custom_registrator = True,
|
|
title = "ONF Transport API YANG Models",
|
|
)
|