summaryrefslogtreecommitdiff
path: root/spec/spec/build-install.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-21 15:10:43 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commitb75c6bee4152f37ef7261fb94e4b302ae02a0910 (patch)
treeed1cbb740406aae1394560c9f0597d12df928be5 /spec/spec/build-install.yml
parent0aba52081afaa6bfd429db902392e8f237664a72 (diff)
spec: Add specification of specification items
Diffstat (limited to 'spec/spec/build-install.yml')
-rw-r--r--spec/spec/build-install.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/spec/spec/build-install.yml b/spec/spec/build-install.yml
new file mode 100644
index 00000000..4037c8b7
--- /dev/null
+++ b/spec/spec/build-install.yml
@@ -0,0 +1,28 @@
+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:
+ destination:
+ description: |
+ This mandatory attribute defines the install destination directory.
+ spec-type: str
+ source:
+ description: |
+ This mandatory attribute defines the source files to be installed in
+ the destination directory. The path to a source file shall be
+ relative to the directory of the :file:`wscript`.
+ spec-type: list-str
+ description: |
+ This set of attributes specifies artefacts installed by a build item.
+ required-attributes: all
+spec-name: Build Install Directive
+spec-type: build-install
+type: spec