Files
phs_v1.0.1.0/drivers/hdf_core/adapter/uhdf
2024-09-27 19:16:49 +08:00
..
2024-09-27 19:16:49 +08:00
2024-09-27 19:16:49 +08:00
2024-09-27 19:16:49 +08:00
2024-09-27 19:16:49 +08:00
2024-09-27 19:16:49 +08:00
2024-09-27 19:16:49 +08:00
2024-09-27 19:16:49 +08:00
2024-09-27 19:16:49 +08:00

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

Repositories Involved

Driver subsystem

drivers_framework

drivers_adapter_uhdf

drivers_adapter_khdf_linux

drivers_adapter_khdf_liteos