# drivers_adapter_uhdf **Repository Path**: xyz__xu/drivers_adapter_uhdf ## Basic Information - **Project Name**: drivers_adapter_uhdf - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 41 - **Created**: 2021-03-25 - **Last Updated**: 2021-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lite\_uhdf - [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 user space and provides basic capabilities for the hardware driver foundation \(HDF\). ## Directory Structure ``` /drivers/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 ``` ## 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 [drivers\_adapter\_khdf\_linux](https://gitee.com/openharmony/drivers_adapter_khdf_linux/blob/master/README.md) [drivers\_adapter\_khdf\_liteos](https://gitee.com/openharmony/drivers_adapter_khdf_liteos/blob/master/README.md)