summaryrefslogtreecommitdiffstats
path: root/spec/spec/build-library.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-22 18:33:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commit2a2fd6dd5aadf5a892ef1f713d2ab65605f2f4ef (patch)
tree7e8f49cd8b66d0c5bf0973ec8405b33fe38a8405 /spec/spec/build-library.yml
parentspecdoc: Fix list element phrase (diff)
downloadrtems-central-2a2fd6dd5aadf5a892ef1f713d2ab65605f2f4ef.tar.bz2
spec: Add specification of build items
Diffstat (limited to 'spec/spec/build-library.yml')
-rw-r--r--spec/spec/build-library.yml50
1 files changed, 50 insertions, 0 deletions
diff --git a/spec/spec/build-library.yml b/spec/spec/build-library.yml
new file mode 100644
index 00000000..8f3e1c5e
--- /dev/null
+++ b/spec/spec/build-library.yml
@@ -0,0 +1,50 @@
+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: build-type
+ spec-value: library
+ uid: build
+spec-description: null
+spec-example: null
+spec-info:
+ dict:
+ attributes:
+ cflags:
+ description: null
+ spec-type: build-cflags
+ cppflags:
+ description: null
+ spec-type: build-cppflags
+ cxxflags:
+ description: null
+ spec-type: build-cxxflags
+ includes:
+ description: null
+ spec-type: build-includes
+ install:
+ description: null
+ spec-type: build-install-list
+ install-path:
+ description: null
+ spec-type: build-install-path
+ source:
+ description: null
+ spec-type: build-source-list
+ target:
+ description: |
+ It shall be the name of the static library, e.g. ``z`` for
+ ``libz.a``.
+ spec-type: build-target
+ description: |
+ This set of attributes specifies a static library. Library items may use
+ additional objects provided by :ref:`SpecTypeBuildObjectsItemType` items
+ through the build dependency links of the item.
+ required-attributes: all
+spec-name: Build Library Item Type
+spec-type: build-library
+type: spec