Files
drivers_adapter/uhdf2
YOUR_NAME 9a9d514e84 fix: Clear code warings
Signed-off-by: YOUR_NAME <guodongqi2@huawei.com>
2022-02-14 18:11:24 +08:00
..
2022-01-25 12:02:14 +08:00
2022-02-14 18:11:24 +08:00
2022-02-14 18:11:24 +08:00
2022-01-21 21:32:09 +08:00
2022-01-21 21:32:09 +08:00
2022-02-12 10:44:57 +08:00
2021-05-18 19:48:31 +08:00
2021-05-18 19:48:31 +08:00
2021-05-18 19:48:31 +08:00

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

Repositories Involved

Driver subsystem

drivers_framework

drivers_adapter

drivers_adapter_khdf_linux