diff --git a/README_zh.md b/README_zh.md index 591341802ad503ce7c0d97ebd626619b281f1839..c8124d2e5986c9033d0cd600add3f3a4fa9156ab 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)