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