lite_uhdf
Introduction
This repository stores the code and compilation scripts for the OpenHarmony driver subsystem to adapt to the user space and provides basic capabilities for the hardware driver foundation (HDF).
Directory Structure
/drivers/hdf_core/adapter/uhdf
├── manager # Compilation scripts for adapting to the HDF
├── platform # Compilation scripts for adapting to the hardware APIs
└── posix # Compilation scripts for adapting to the POSIX APIs
└── test # Test cases for the user-mode code