Skip to content

Commit f011246

Browse files
hoppe-and-dreamsfbaeuerle
authored andcommitted
platform: Remove dependencies to removed hw_reg
GIT_ORIGIN_SPP_REV_ID: 18443988af8dc0a706c7884078295d7d12899c9a
1 parent 33b7f52 commit f011246

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

score/os/mocklib/qnx/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ cc_library(
141141
features = COMPILER_WARNING_FEATURES,
142142
target_compatible_with = ["@platforms//os:qnx"],
143143
visibility = [
144-
"//platform/aas/pas/hw_reg_res_mgrs:__subpackages__",
145144
"@score_baselibs//score/os:__subpackages__",
146145
],
147146
deps = [

score/os/qnx/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ cc_library(
205205
features = COMPILER_WARNING_FEATURES,
206206
target_compatible_with = ["@platforms//os:qnx"],
207207
visibility = [
208-
"//platform/aas/pas/hw_reg_res_mgrs:__subpackages__",
209208
"@score_baselibs//score/analysis/tracing/daemon:__subpackages__",
210209
"@score_baselibs//score/os/mocklib/qnx:__subpackages__",
211210
"@score_baselibs//score/os/test/qnx:__subpackages__",
@@ -233,7 +232,6 @@ cc_library(
233232
tags = ["FFI"],
234233
target_compatible_with = ["@platforms//os:qnx"],
235234
visibility = [
236-
"//platform/aas/pas/hw_reg_res_mgrs:__subpackages__",
237235
"@score_baselibs//score/os:__subpackages__",
238236
],
239237
deps = [

score/os/utils/qnx/resource_manager/detailed_design/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Specification of the core skeleton of QNX resource manager low level design
2-
This document describes the low level design of the core skeleton of QNX resource manager which intended to be used as ASIL B library serving the need of the platform described in [Specification of the hardware register resource managers architecture design](../../../../../../pas/hw_reg_res_mgrs/doc/score/static_reflection_with_serialization/README.md)
2+
This document describes the low level design of the core skeleton of QNX resource manager which intended to be used as ASIL B library serving the need of the platform.
33

44
## Introduction
55
In general terms, a resource manager is a process that registers a name in the filesystem name space. Other processes use that path to communicate with the resource manager.

0 commit comments

Comments
 (0)