Skip to content

Commit 5205f7b

Browse files
preparation for independend modules (#615)
* preparation for independend modules * fix build error
1 parent f08d467 commit 5205f7b

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

MODULE.bazel

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,16 @@ bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2")
5050
###############################################################################
5151
bazel_dep(name = "aspect_rules_lint", version = "1.5.3")
5252
bazel_dep(name = "score_tooling", version = "1.1.0")
53-
bazel_dep(name = "score_docs_as_code", version = "3.0.0")
53+
bazel_dep(name = "score_docs_as_code")
54+
55+
git_override(
56+
module_name = "score_tooling",
57+
commit = "58581abf75b321defbb53ffbad3b65e7f62b5082",
58+
remote = "https://github.com/etas-contrib/score_tooling.git",
59+
)
60+
61+
git_override(
62+
module_name = "score_docs_as_code",
63+
commit = "21640ab325b3aae147ba4e3e8b5e7ab89fc2e8f5",
64+
remote = "https://github.com/etas-contrib/score_docs-as-code.git",
65+
)

process/folder_templates/features/feature_name/architecture/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ Static Architecture
8181
:safety: ASIL_B
8282
:status: invalid
8383
:includes: logic_arc_int__feature_name__interface_name1
84-
:consists_of: comp__component_name_template
8584

8685
General Feature Description
8786

process/folder_templates/modules/module_name/component_name/docs/architecture/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ A component can optional also consist of subcomponents to further structure the
7979
:status: invalid
8080
:implements: logic_arc_int__feature_name__interface_name1
8181
:consists_of: comp__archex_sub_component_1, comp__archex_sub_component_2, comp__archex_sub_component_3
82+
:belongs_to: feat__feature_name
8283

8384
.. comp_arc_sta:: Component Name (Static View)
8485
:id: comp_arc_sta__component_name__static_view

process/process_areas/architecture_design/architecture_concept.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,6 @@ The following section is an example, how an `Feature <https://eclipse-score.gith
489489
:safety: ASIL_B
490490
:status: invalid
491491
:includes: logic_arc_int__example_feature__archex_logical_interface_1
492-
:consists_of: comp__component_example_1
493492

494493
.. feat_arc_sta:: Feature Static Architecture View - Rendered Example
495494
:id: feat_arc_sta__example_feature__archdes_getstrt

process/process_areas/architecture_design/guidance/architecture_modeling_example.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Feature Architecture File
2828
:safety: QM
2929
:status: valid
3030
:includes: logic_arc_int__example_feature__archex_logical_interface_1, logic_arc_int__example_feature__archex_logical_interface_2, logic_arc_int__example_feature__archex_logical_interface_3
31-
:consists_of: comp__component_example_1
3231

3332
This is the example feature.
3433

@@ -195,6 +194,7 @@ Component Architecture File(s)
195194
:status: invalid
196195
:implements: logic_arc_int__example_feature__archex_logical_interface_1
197196
:consists_of: comp__archex_sub_component_1, comp__archex_sub_component_2, comp__archex_sub_component_3
197+
:belongs_to: feat__example_feature
198198

199199
Example Component 1 description.
200200

@@ -204,6 +204,7 @@ Component Architecture File(s)
204204
:safety: ASIL_B
205205
:status: invalid
206206
:implements: logic_arc_int__example_feature__archex_logical_interface_2
207+
:belongs_to: feat__example_feature
207208

208209
Example Component 2 description.
209210

@@ -213,6 +214,7 @@ Component Architecture File(s)
213214
:safety: QM
214215
:status: invalid
215216
:implements: logic_arc_int__example_feature__archex_logical_interface_3
217+
:belongs_to: feat__example_feature
216218

217219
Example Component 3 description.
218220

@@ -239,6 +241,7 @@ Component Architecture File(s)
239241
:security: NO
240242
:uses: logic_arc_int__example_feature__archex_logical_interface_2
241243
:implements: logic_arc_int__example_feature__archex_logical_interface_1
244+
:belongs_to: feat__example_feature
242245

243246
.. comp:: Component 1_2
244247
:id: comp__archex_sub_component_2
@@ -247,12 +250,14 @@ Component Architecture File(s)
247250
:security: NO
248251
:uses: logic_arc_int__example_feature__archex_logical_interface_2
249252
:implements: logic_arc_int__example_feature__archex_logical_interface_2
253+
:belongs_to: feat__example_feature
250254

251255
.. comp:: Component 1_3
252256
:id: comp__archex_sub_component_3
253257
:status: valid
254258
:safety: ASIL_B
255259
:security: NO
260+
:belongs_to: feat__example_feature
256261

257262
Requirements for the Example
258263
=============================

0 commit comments

Comments
 (0)