# vendor_huawei_hdf **Repository Path**: openharmony-sync/vendor_huawei_hdf ## Basic Information - **Project Name**: vendor_huawei_hdf - **Description**: The sample driver of the Hardware Driver Foundation (HDF) | HDF驱动代码示例 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 86 - **Created**: 2022-03-07 - **Last Updated**: 2022-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vendor driver - [Introduction](#section11660541533) - [Directory Structure](#section161941989586) - [Repositories Involved](#section1371113476308) ## Introduction This repository shows driver configuration and platform driver code examples. ## Directory Structure The source code directory structure is as follows: ``` /vendor/huawei/hdf └── sample # sample driver ├── config # configuration └── platform # platform sample driver 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](https://gitee.com/openharmony/drivers_adapter/blob/master/README.md) [drivers\_adapter\_khdf\_linux](https://gitee.com/openharmony/drivers_adapter_khdf_linux/blob/master/README.md) [drivers\_peripheral](https://gitee.com/openharmony/drivers_peripheral/blob/master/README.md) vendor_huawei_hdf