commit | f8c8cb9aef7aa9ee75f875638e6beb0df1b18a23 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@opennetworking.org> | Wed Jul 11 17:12:43 2018 -0700 |
committer | Thomas Vachuska <tom@opennetworking.org> | Thu Jul 12 12:09:31 2018 -0700 |
tree | b68aaea8d83968965d8ed762258a351c117283ab | |
parent | 9c0464387fd91ef3ce59024ac6fc10c22296b125 [diff] [blame] |
Adding Bazel support for YANG models. Change-Id: Icdb620bdb99ae9eeb042a84a8ca7563588c813c1
diff --git a/models/tapi/BUILD b/models/tapi/BUILD new file mode 100644 index 0000000..e594675 --- /dev/null +++ b/models/tapi/BUILD
@@ -0,0 +1,7 @@ +load("//tools/build/bazel:yang.bzl", "yang_model") + +yang_model( + app_name = "org.onosproject.models.tapi", + title = "ONF Transport API YANG Models", + custom_registrator = True, +)