diff --git a/README.md b/README.md deleted file mode 100644 index 10c99daf97f85360e8f3cb2736f8499b209c8091..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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 - diff --git a/README_zh.md b/README_zh.md deleted file mode 100644 index 78f77f6306c7c23e938b4bca8501879dfe2861aa..0000000000000000000000000000000000000000 --- a/README_zh.md +++ /dev/null @@ -1,35 +0,0 @@ -# vendor driver - -- [简介](#section11660541533) -- [目录](#section161941989586) -- [相关仓](#section1371113476308) - -## 简介 - -该仓下主要展示驱动配置,平台驱动代码示例。 - -## 目录 - -该仓下源代码目录结构如下所示 - -``` -/vendor/huawei/hdf -└── sample # 示例驱动 - ├── config # 驱动配置 - └── platform # 平台示例驱动代码 -``` - -## 相关仓 - -[驱动子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E9%A9%B1%E5%8A%A8%E5%AD%90%E7%B3%BB%E7%BB%9F.md) - -[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README_zh.md) - -[drivers\_adapter](https://gitee.com/openharmony/drivers_adapter/blob/master/README_zh.md) - -[drivers\_adapter\_khdf\_linux](https://gitee.com/openharmony/drivers_adapter_khdf_linux/blob/master/README_zh.md) - -[drivers\_peripheral](https://gitee.com/openharmony/drivers_peripheral/blob/master/README_zh.md) - -vendor_huawei_hdf -