# 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