summaryrefslogtreecommitdiffstats
path: root/spec-spec/spec/spec-info.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-24 14:17:15 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-18 13:27:33 +0200
commit1fce758513a51f35fd38ce684a51c3f497a5d833 (patch)
treef2dcb0ebd9871b3de98bf7698ba4e957d7d0955d /spec-spec/spec/spec-info.yml
parentitems: Use commonpath() instead of commonprefix() (diff)
downloadrtems-central-1fce758513a51f35fd38ce684a51c3f497a5d833.tar.bz2
spec: Move specification of specification items
This makes it reusable.
Diffstat (limited to 'spec-spec/spec/spec-info.yml')
-rw-r--r--spec-spec/spec/spec-info.yml46
1 files changed, 46 insertions, 0 deletions
diff --git a/spec-spec/spec/spec-info.yml b/spec-spec/spec/spec-info.yml
new file mode 100644
index 00000000..5bdbeee0
--- /dev/null
+++ b/spec-spec/spec/spec-info.yml
@@ -0,0 +1,46 @@
+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:
+ dict:
+ attributes:
+ bool:
+ description: |
+ It shall specify a boolean value.
+ spec-type: spec-bool
+ dict:
+ description: |
+ It shall specify a set of attributes.
+ spec-type: spec-dict
+ float:
+ description: |
+ It shall specify a floating-point value.
+ spec-type: spec-float
+ int:
+ description: |
+ It shall specify an integer value.
+ spec-type: spec-int
+ list:
+ description: |
+ It shall specify a list of attributes or values.
+ spec-type: spec-list
+ none:
+ description: |
+ It specifies that no value is required.
+ spec-type: none
+ str:
+ description: |
+ It shall specify a string.
+ spec-type: spec-str
+ description: |
+ This set of attributes specifies attribute values.
+ mandatory-attributes: at-least-one
+spec-name: Specification Information
+spec-type: spec-info
+type: spec