summaryrefslogtreecommitdiffstats
path: root/yang-compiler/build.json
diff options
context:
space:
mode:
Diffstat (limited to 'yang-compiler/build.json')
-rw-r--r--yang-compiler/build.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/yang-compiler/build.json b/yang-compiler/build.json
new file mode 100644
index 0000000..43d258e
--- /dev/null
+++ b/yang-compiler/build.json
@@ -0,0 +1,56 @@
+{
+ "yang": {
+ "module": [
+ {
+ "name": "ietf-interfaces",
+ "revision": ""
+ },
+ {
+ "name": "huawei-ifm",
+ "revision": "2022-08-06"
+ },
+ {
+ "name": "huawei-bgp",
+ "revision": ""
+ },
+ {
+ "name": "huawei-network-instance",
+ "revision": ""
+ }
+ ]
+ },
+ "plugin": [
+ {
+ "name": "yangtree_generator",
+ "parameter": [
+ {
+ "name": "output",
+ "value": "tree"
+ },
+ {
+ "name": "expand-grouping",
+ "value": "true"
+ }
+ ]
+ },
+ {
+ "name": "yang_statistics",
+ "parameter" : [
+ {
+ "name": "output",
+ "value": "statistics/node_description.xlsx"
+ },
+ {
+ "name" : "tag",
+ "value": [
+ {
+ "name": "operation-exclude",
+ "keyword": "huawei-extension:operation-exclude"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+
+} \ No newline at end of file