From e716be01c8dfa947220031ccfc1b1bf8e0329d57 Mon Sep 17 00:00:00 2001 From: wanderer-dl122 Date: Tue, 20 Sep 2022 20:06:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README=5Fzh.md=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E5=BA=95=E9=83=A8=E5=AF=B9=E7=9B=B8=E5=85=B3=E4=BB=93?= =?UTF-8?q?=E7=9A=84=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanderer-dl122 --- README_zh.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README_zh.md b/README_zh.md index 59134180..c8124d2e 100644 --- a/README_zh.md +++ b/README_zh.md @@ -23,7 +23,7 @@ ## **目录** ``` -/foundation/distributedhardware/distributed_hardware_fwk +/foundation/distributedhardware/distributedhardware_distributed_hardware_fwk ├── common # 分布式硬件管理框架为各个部件提供的公共接口类 ├── sa_profile # 分布式硬件管理框架的SA配置信息 ├── services # 分布式硬件管理框架的SA具体实现 @@ -64,20 +64,20 @@ 以分布式相机为例,某设备下线后,分布式硬件管理框架去使能下线设备的相机硬件,本地移除分布式相机驱动并通知到相机框架,此时下线设备的分布式相机不可用。 -## **涉及仓** +## **相关仓** **** **分布式硬件子系统:** 设备管理 -[device_manager](https://gitee.com/openharmony/device_manager) +[distributedhardware_device_manager](https://gitee.com/openharmony/distributedhardware_device_manager) **分步式硬件管理框架 -[distributed_hardware_fwk](https://gitee.com/openharmony/distributed_hardware_fwk)** +[distributedhardware_distributed_hardware_fwk](https://gitee.com/openharmony/distributedhardware_distributed_hardware_fwk)** 分布式相机 -[distributed_camera](https://gitee.com/openharmony/distributed_camera) +[distributedhardware_distributed_camera](https://gitee.com/openharmony/distributedhardware_distributed_camera) 分布式屏幕 -[distributed_screen](https://gitee.com/openharmony/distributed_screen) +[distributedhardware_distributed_screen](https://gitee.com/openharmony/distributedhardware_distributed_screen) -- Gitee