blob: 2e56eb3df2c3d2db126154b8a0b42be9753f9b48 [file] [log] [blame]
load("//tools/build/bazel:yang.bzl", "yang_model")
COMPILE_DEPS = [
"//models/common:onos-models-common",
]
APPS = [
"org.onosproject.models.common",
]
yang_model(
app_name = "org.onosproject.models.microsemi",
custom_registrator = True,
required_apps = APPS,
title = "Microsemi YANG Models",
deps = COMPILE_DEPS,
)