summaryrefslogtreecommitdiffstats
path: root/spec/spec
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-25 09:29:03 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commit37d648b805563bc20bc296414ed3f086da190306 (patch)
tree48a1ed6b1ba0c2d24a2f64dfd7599651ffcd2e53 /spec/spec
parentspec: Sort attributes (diff)
downloadrtems-central-37d648b805563bc20bc296414ed3f086da190306.tar.bz2
spec: Add specification of interface group items
Diffstat (limited to 'spec/spec')
-rw-r--r--spec/spec/interface-group-identifier.yml18
-rw-r--r--spec/spec/interface-group.yml37
2 files changed, 55 insertions, 0 deletions
diff --git a/spec/spec/interface-group-identifier.yml b/spec/spec/interface-group-identifier.yml
new file mode 100644
index 00000000..0a05b7eb
--- /dev/null
+++ b/spec/spec/interface-group-identifier.yml
@@ -0,0 +1,18 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: spec-member
+ uid: root
+spec-description: null
+spec-example: null
+spec-info:
+ str:
+ assert:
+ - re: ^[A-Z][a-zA-Z0-9]*$
+ description: |
+ It shall be the identifier of the interface group.
+spec-name: Interface Group Identifier
+spec-type: interface-group-identifier
+type: spec
diff --git a/spec/spec/interface-group.yml b/spec/spec/interface-group.yml
new file mode 100644
index 00000000..5a899c30
--- /dev/null
+++ b/spec/spec/interface-group.yml
@@ -0,0 +1,37 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: spec-member
+ uid: root
+- role: spec-refinement
+ spec-key: interface-type
+ spec-value: group
+ uid: interface
+spec-description: null
+spec-example: null
+spec-info:
+ dict:
+ attributes:
+ brief:
+ description: |
+ It shall be the brief description of the interface group.
+ spec-type: optional-str
+ description:
+ description: |
+ It shall be the description of the interface group.
+ spec-type: optional-str
+ identifier:
+ description: null
+ spec-type: interface-group-identifier
+ name:
+ description: |
+ It shall be the human readable name of the interface group.
+ spec-type: str
+ description: |
+ This set of attributes specifies an interface group.
+ required-attributes: all
+spec-name: Interface Group Item Type
+spec-type: interface-group
+type: spec