1c1d0c72aSopenharmony_ci# khdf\_uniproton 2c1d0c72aSopenharmony_ci 3c1d0c72aSopenharmony_ci- [Introduction](#section11660541593) 4c1d0c72aSopenharmony_ci- [Directory Structure](#section161941989596) 5c1d0c72aSopenharmony_ci- [Repositories Involved](#section1371113476307) 6c1d0c72aSopenharmony_ci 7c1d0c72aSopenharmony_ci## Introduction 8c1d0c72aSopenharmony_ci 9c1d0c72aSopenharmony_ciThis repository stores the code and compilation scripts for the OpenHarmony driver subsystem to adapt to the uniproton kernel and to deploy the hardware driver foundation \(HDF\). 10c1d0c72aSopenharmony_ci 11c1d0c72aSopenharmony_ci## Directory Structure 12c1d0c72aSopenharmony_ci 13c1d0c72aSopenharmony_ci``` 14c1d0c72aSopenharmony_ci/drivers/hdf_core/adapter/khdf/uniproton 15c1d0c72aSopenharmony_ci├── core # Driver code for adapting to the LiteOS Cortex-M kernel 16c1d0c72aSopenharmony_ci├── osal # System APIs for adapting to the LiteOS Cortex-M kernel 17c1d0c72aSopenharmony_ci├── platform # Platform driver interfaces and adaptation code build 18c1d0c72aSopenharmony_ci└── test # Test code for the kernel driver framework 19c1d0c72aSopenharmony_ci``` 20c1d0c72aSopenharmony_ci 21c1d0c72aSopenharmony_ci## Repositories Involved 22c1d0c72aSopenharmony_ci 23c1d0c72aSopenharmony_ci[Driver subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/driver.md) 24c1d0c72aSopenharmony_ci 25c1d0c72aSopenharmony_ci[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README.md) 26c1d0c72aSopenharmony_ci 27