commit | 8b3a5f67514995d73ccaf896e0a37e034654c918 | [log] [tgz] |
---|---|---|
author | Laszlo Papp <laszlo.papp@hubersuhner.com> | Thu Oct 05 13:32:00 2017 +0100 |
committer | Andrea Campanella <andrea@opennetworking.org> | Thu Oct 12 19:58:11 2017 +0000 |
tree | 0efdc803d7b0bfab916e4ffaabf43467f7035e4f | |
parent | f31f70c5cedd7a38f0b82c007ee7a88e3ca886d2 [diff] [blame] |
Add a Polatis NETCONF driver Change-Id: Iecfe8df9d656bebbe82bf01bcaf185a77ccd26d8
diff --git a/models/polatis/BUCK b/models/polatis/BUCK new file mode 100644 index 0000000..44c439f --- /dev/null +++ b/models/polatis/BUCK
@@ -0,0 +1,9 @@ +COMPILE_DEPS = [ + '//models/common:onos-models-common', +] + +yang_model ( + app_name = 'org.onosproject.models.polatis', + title = 'Polatis YANG Model', + deps = COMPILE_DEPS, +)