Name Date Size

..25-Oct-20244 KiB

BUILD.gnH A D25-Oct-20245.7 KiB

hdf.gniH A D25-Oct-20243.7 KiB

hdf_driver.mkH A D25-Oct-20242.8 KiB

hdf_lite.mkH A D25-Oct-20248 KiB

KconfigH A D25-Oct-20248.3 KiB

lite.mkH A D25-Oct-20245.3 KiB

MakefileH A D25-Oct-20245.6 KiB

manager/H25-Oct-20244 KiB

model/H25-Oct-20244 KiB

ndk/H25-Oct-20244 KiB

network/H25-Oct-20244 KiB

osal/H25-Oct-20244 KiB

platform/H25-Oct-20244 KiB

README.mdH A D25-Oct-20241.8 KiB

README_zh.mdH A D25-Oct-20241.7 KiB

test/H25-Oct-20244 KiB

README.md

1# lite\_khdf<a name="EN-US_TOPIC_0000001078489610"></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 LiteOS kernel and to deploy the hardware driver foundation \(HDF\).
10
11## Directory Structure<a name="section161941989596"></a>
12
13```
14/drivers/hdf_core/adapter/khdf/liteos
15├── model                # Code for adapting to the LiteOS
16│   ├── bus              # Bus driver model
17│   ├── display          # Display driver model
18│   ├── input            # Input driver model
19│   ├── network          # WLAN driver model
20│   ├── sensor           # Sensor driver model
21├── ndk                  # Compilation scripts for adapting to the NDK
22├── network              # Code for adapting to the LiteOS kernel network
23├── osal                 # System APIs for adapting to the LiteOS kernel
24├── test                 # Test code for the LiteOS kernel driver framework
25└── tools                # Development tools for the LiteOS kernel
26```
27
28## Repositories Involved<a name="section1371113476307"></a>
29
30[Driver subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/driver.md)
31
32[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README.md)
33
34[drivers\_adapter\_uhdf](https://gitee.com/openharmony/drivers_adapter/blob/master/uhdf/README.md)
35
36[drivers\_adapter\_khdf\_linux](https://gitee.com/openharmony/drivers_adapter_khdf_linux/blob/master/README.md)
37
38[drivers\_adapter\_khdf\_liteos](https://gitee.com/openharmony/drivers_adapter/blob/master/khdf/liteos/README.md)
39

README_zh.md

1# lite\_khdf<a name="ZH-CN_TOPIC_0000001078489610"></a>
2
3-   [简介](#section11660541593)
4-   [目录](#section161941989596)
5-   [相关仓](#section1371113476307)
6
7## 简介<a name="section11660541593"></a>
8
9该仓主要存放OpenHarmony驱动子系统适配liteos内核的代码和编译脚本,在liteos内核中部署OpenHarmony驱动框架。
10
11## 目录<a name="section161941989596"></a>
12
13```
14/drivers/hdf_core/adapter/khdf/liteos
15├── model                #驱动模型适配liteos代码
16│   ├── bus              #总线驱动模型
17│   ├── display          #显示驱动模型
18│   ├── input            #输入驱动模型
19│   ├── network          #wifi驱动模型
20│   └── sensor           #传感器驱动模型
21├── ndk                  #适配NDK的编译脚本
22├── network              #适配liteos内核网络代码
23├── osal                 #适配liteos内核的系统接口
24├── test                 #liteos内核驱动框架测试代码
25└── tools                #liteos内核驱动开发工具
26```
27
28## 相关仓<a name="section1371113476307"></a>
29
30[驱动子系统](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)
31
32[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README_zh.md)
33
34[drivers\_adapter\_uhdf](https://gitee.com/openharmony/drivers_adapter/blob/master/uhdf/README_zh.md)
35
36[drivers\_adapter\_khdf\_linux](https://gitee.com/openharmony/drivers_adapter_khdf_linux/blob/master/README_zh.md)
37
38[drivers\_adapter\_khdf\_liteos](https://gitee.com/openharmony/drivers_adapter/blob/master/khdf/liteos/README_zh.md)
39