source: rtems-central/spec/spec/build-library.yml @ c970d63

Last change on this file since c970d63 was 9499f8b, checked in by Sebastian Huber <sebastian.huber@…>, on 06/04/20 at 08:34:56

spec: Rename required in mandatory attributes

The term "required" is quite overloaded in the specification context.
Use "mandatory" instead.

Shorten the phrase "explicitly defined attributes" to "explicit
attributes".

  • Property mode set to 100644
File size: 1.8 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2copyrights:
3- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
4enabled-by: true
5links:
6- role: spec-member
7  uid: root
8- role: spec-refinement
9  spec-key: build-type
10  spec-value: library
11  uid: build
12spec-description: null
13spec-example: |
14  SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
15  build-type: library
16  cflags:
17  - -Wno-pointer-sign
18  copyrights:
19  - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
20  cppflags: []
21  cxxflags: []
22  enabled-by: true
23  includes:
24  - cpukit/libfs/src/jffs2/include
25  install:
26  - destination: ${BSP_INCLUDEDIR}/rtems
27    source:
28    - cpukit/include/rtems/jffs2.h
29  install-path: ${BSP_LIBDIR}
30  links: []
31  source:
32  - cpukit/libfs/src/jffs2/src/build.c
33  target: jffs2
34  type: build
35spec-info:
36  dict:
37    attributes:
38      cflags:
39        description: null
40        spec-type: build-cflags
41      cppflags:
42        description: null
43        spec-type: build-cppflags
44      cxxflags:
45        description: null
46        spec-type: build-cxxflags
47      includes:
48        description: null
49        spec-type: build-includes
50      install:
51        description: null
52        spec-type: build-install-list
53      install-path:
54        description: null
55        spec-type: build-install-path
56      source:
57        description: null
58        spec-type: build-source-list
59      target:
60        description: |
61          It shall be the name of the static library, e.g. ``z`` for
62          ``libz.a``.
63        spec-type: build-target
64    description: |
65      This set of attributes specifies a static library.  Library items may use
66      additional objects provided by ${build-objects:/spec-name} items through
67      the build dependency links of the item.
68    mandatory-attributes: all
69spec-name: Build Library Item Type
70spec-type: build-library
71type: spec
Note: See TracBrowser for help on using the repository browser.