source: rtems-central/spec/spec/build-start-file.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.4 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: start-file
11  uid: build
12spec-description: null
13spec-example: |
14  SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
15  asflags: []
16  build-type: start-file
17  copyrights:
18  - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
19  cppflags: []
20  enabled-by: true
21  includes: []
22  install-path: ${BSP_LIBDIR}
23  links: []
24  source:
25  - bsps/sparc/shared/start/start.S
26  target: start.o
27  type: build
28spec-info:
29  dict:
30    attributes:
31      asflags:
32        description: null
33        spec-type: build-asflags
34      cppflags:
35        description: null
36        spec-type: build-cppflags
37      includes:
38        description: null
39        spec-type: build-includes
40      install-path:
41        description: null
42        spec-type: build-install-path
43      source:
44        description: null
45        spec-type: build-source-list
46      target:
47        description: null
48        spec-type: build-target
49    description: |
50      This set of attributes specifies a start file to build.  A start file is
51      used to link an executable.
52    mandatory-attributes: all
53spec-name: Build Start File Item Type
54spec-type: build-start-file
55type: spec
Note: See TracBrowser for help on using the repository browser.