mirror of
https://github.com/openharmony/drivers_adapter.git
synced 2026-07-01 03:23:20 -04:00
433b0d6e23
Signed-off-by: s00442234 <susha@huawei.com>
1.4 KiB
1.4 KiB
full_uhdf
Introduction
This repository stores the code and compilation scripts for the user-mode Hardware Driver Foundation (HDF) of the OpenHarmony driver subsystem and provides basic capabilities for the HDF.
Directory Structure
/drivers/adapter/uhdf2
├── config # Configuration parsing module
├── hdi # Driver HDIs
├── host # Host environment module
├── include # Header files
├── ipc # IPC module
├── manager # Management module
├── osal # Compilation scripts for adapting to the POSIX APIs
├── security # Security module
└── shared # Code shared by the host and manager modules