# drivers_adapter_khdf_liteos
**Repository Path**: jameshw/drivers_adapter_khdf_liteos
## Basic Information
- **Project Name**: drivers_adapter_khdf_liteos
- **Description**: Lightweight adaptation of the HDF driver | HDF驱动轻量化适配
- **Primary Language**: Unknown
- **License**: BSD-3-Clause
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 51
- **Created**: 2021-03-23
- **Last Updated**: 2021-07-01
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# lite\_khdf
- [Introduction](#section11660541593)
- [Directory Structure](#section161941989596)
- [Repositories Involved](#section1371113476307)
## Introduction
This 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\).
## Directory Structure
```
/drivers/adapter/khdf/liteos
├── model # Code for adapting to the LiteOS
│ ├── bus # Bus driver model
│ ├── display # Display driver model
│ ├── input # Input driver model
│ ├── network # WLAN driver model
│ ├── sensor # Sensor driver model
├── ndk # Compilation scripts for adapting to the NDK
├── network # Code for adapting to the LiteOS kernel network
├── osal # System APIs for adapting to the LiteOS kernel
├── test # Test code for the LiteOS kernel driver framework
└── tools # Development tools for the LiteOS kernel
```
## Repositories Involved
[Driver subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/driver-subsystem.md)
[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README.md)
[drivers\_adapter\_uhdf](https://gitee.com/openharmony/drivers_adapter_uhdf/blob/master/README.md)
[drivers\_adapter\_khdf\_linux](https://gitee.com/openharmony/drivers_adapter_uhdf/blob/master/README.md)
drivers\_adapter\_khdf\_liteos