blob: 3b845b300f2c2f55cc0be9ee35d65b6f6764764a [file] [log] [blame]
Thomas Vachuskaf8c8cb92018-07-11 17:12:43 -07001load("//tools/build/bazel:yang.bzl", "yang_model")
2
3yang_model(
4 app_name = "org.onosproject.models.common",
5 title = "Common YANG Models",
6 custom_registrator = True,
7)