Name Date Size

..25-Oct-20244 KiB

hdi_small.gniH A D25-Oct-20244.7 KiB

manager/H25-Oct-20244 KiB

platform/H25-Oct-20244 KiB

posix/H25-Oct-20244 KiB

README.mdH A D25-Oct-20241.4 KiB

README_zh.mdH A D25-Oct-20241.3 KiB

test/H25-Oct-20244 KiB

uhdf.gniH A D25-Oct-2024693

README.md

1# lite\_uhdf<a name="EN-US_TOPIC_0000001078170046"></a>
2
3-   [Introduction](#section11660541593)
4-   [Directory Structure](#section161941989596)
5-   [Repositories Involved](#section1371113476307)
6
7## Introduction<a name="section11660541593"></a>
8
9This repository stores the code and compilation scripts for the OpenHarmony driver subsystem to adapt to the user space and provides basic capabilities for the hardware driver foundation \(HDF\).
10
11## Directory Structure<a name="section161941989596"></a>
12
13```
14/drivers/hdf_core/adapter/uhdf
15├── manager        # Compilation scripts for adapting to the HDF
16├── platform       # Compilation scripts for adapting to the hardware APIs
17└── posix          # Compilation scripts for adapting to the POSIX APIs
18└── test           # Test cases for the user-mode code
19```
20
21## Repositories Involved<a name="section1371113476307"></a>
22
23[Driver subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/driver.md)
24
25[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README.md)
26
27[drivers\_adapter\_uhdf](https://gitee.com/openharmony/drivers_adapter/blob/master/uhdf/README_zh.md)
28
29[drivers\_adapter\_khdf\_linux](https://gitee.com/openharmony/drivers_adapter_khdf_linux/blob/master/README.md)
30
31[drivers\_adapter\_khdf\_liteos](https://gitee.com/openharmony/drivers_adapter/blob/master/khdf/liteos/README.md)
32
33

README_zh.md

1# lite\_uhdf<a name="ZH-CN_TOPIC_0000001078170046"></a>
2
3-   [简介](#section11660541593)
4-   [目录](#section161941989596)
5-   [相关仓](#section1371113476307)
6
7## 简介<a name="section11660541593"></a>
8
9该仓主要存放OpenHarmony驱动子系统适配用户态的代码和编译脚本,在用户态中提供驱动框架的基础能力。
10
11## 目录<a name="section161941989596"></a>
12
13```
14/drivers/hdf_core/adapter/uhdf
15├── manager        #用户态提供HDF框架能力的编译脚本适配
16├── platform       #用户态提供硬件接口的编译脚本适配
17└── posix          #适配posix接口代码的编译脚本适配
18└── test           #用户态代码的测试用例
19```
20
21## 相关仓<a name="section1371113476307"></a>
22
23[驱动子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E9%A9%B1%E5%8A%A8%E5%AD%90%E7%B3%BB%E7%BB%9F.md)
24
25[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README_zh.md)
26
27[drivers\_adapter\_uhdf](https://gitee.com/openharmony/drivers_adapter/blob/master/uhdf/README_zh.md)
28
29[drivers\_adapter\_khdf\_linux](https://gitee.com/openharmony/drivers_adapter_khdf_linux/blob/master/README_zh.md)
30
31[drivers\_adapter\_khdf\_liteos](https://gitee.com/openharmony/drivers_adapter/blob/master/khdf/liteos/README_zh.md)
32
33