summaryrefslogtreecommitdiff
path: root/spec/spec/appl-config-option-constraints.yml
blob: 614d2e565ee97b17cf37c0c0b2079d9493ebe5c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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:
      max:
        description: |
          It shall be the maximum value of the application configuration
          option.
        spec-type: int-or-str
      min:
        description: |
          It shall be the minimum value of the application configuration
          option.
        spec-type: int-or-str
      set:
        description: |
          It shall be the set of valid values for the application configuration
          option.
        spec-type: list-int-or-str
      texts:
        description: |
          It shall be a list of constraints specific to this application
          configuration option.  For general constraints, use a link with the
          :ref:`SpecTypeConstraintLinkRole` to a constraint item.
        spec-type: requirement-text-list
    description: |
      This set of attributes defines application configuration option
      constraints.  Additional constraints can be added through the links of
      the item using the :ref:`SpecTypeConstraintLinkRole`.
    required-attributes: none
spec-name: Application Configuration Option Constraint Set
spec-type: appl-config-option-constraints
type: spec