Files
drivers_adapter/uhdf2
openharmony_ci 2cfbe40d53 !76 解决camera HAL编译问题
Merge pull request !76 from bigA2021/master
2021-07-21 11:50:21 +00:00
..
2021-07-20 02:35:40 +00:00
2021-06-28 15:04:27 +08:00
2021-05-18 19:48:31 +08:00
2021-06-28 19:35:12 +08:00
2021-06-02 02:57:19 +08:00
2021-05-18 19:48:31 +08:00
2021-07-15 19:37:21 +08:00
2021-07-15 21:50:51 +08:00
2021-07-21 11:50:21 +00: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