• Home
Name Date Size #Lines LOC

..--

build/test_common/07-Sep-2024-7767

khdf/07-Sep-2024-46,69733,852

platform/07-Sep-2024-12,97210,817

uhdf/07-Sep-2024-1,107933

uhdf2/07-Sep-2024-19,70515,519

.gitignoreD07-Sep-202416 21

BUILD.gnD07-Sep-20242.4 KiB6562

LICENSED07-Sep-202412.8 KiB229195

OAT.xmlD07-Sep-20247.6 KiB10654

README.mdD07-Sep-20241.2 KiB3119

README_zh.mdD07-Sep-20241.2 KiB3119

README.md

1# HDF Adapter<a name="EN-US_TOPIC_0000001138458641"></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 kerner or user-mode Hardware Driver Foundation \(HDF\) of the OpenHarmony driver subsystem and provides basic capabilities for the HDF.
10
11## Directory Structure<a name="section161941989596"></a>
12
13```
14/drivers/hdf_core/adapter
15├── khdf/liteos         # HDF dependent adapter for LiteOS-A kernel
16├── khdf/liteos_m       # HDF dependent adapter for LiteOS-M kernel
17├── uhdf                # HDF user mode interface dependent adapter
18└── uhdf2               # HDF user mode dependent adapter
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](https://gitee.com/openharmony/drivers_adapter/blob/master/README.md)
28
29[drivers\_adapter\_khdf\_linux](https://gitee.com/openharmony/drivers_adapter_khdf_linux/blob/master/README.md)
30
31

README_zh.md

1# HDF适配<a name="ZH-CN_TOPIC_0000001138458641"></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
15├── khdf/liteos         #提供驱动框架对LiteOS-A内核依赖适配
16├── khdf/liteos_m       #提供驱动框架对LiteOS-M内核依赖适配
17├── uhdf                #提供用户态驱动接口对系统依赖适配
18└── uhdf2               #提供用户态驱动框架对系统依赖适配
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](https://gitee.com/openharmony/drivers_adapter/blob/master/README_zh.md)
28
29[drivers\_adapter\_khdf\_linux](https://gitee.com/openharmony/drivers_adapter_khdf_linux/blob/master/README_zh.md)
30
31