# khdf\_liteosm
- [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\_m kernel and to deploy the hardware driver foundation \(HDF\).
## Directory Structure
```
/drivers/hdf_core/adapter/khdf/liteos_m
├── core # Driver code for adapting to the LiteOS Cortex-M kernel
├── hcs # Script for compiling the HDF configuration source (HCS) file
├── osal # System APIs for adapting to the LiteOS Cortex-M kernel
└── test # Test code for the kernel driver framework
```
## Repositories Involved
[Driver subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/driver.md)
[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README.md)