|
|
5 years ago | |
|---|---|---|
| .. | ||
| cmbsz | ee5889bd03 Z991239-1100 #comment other: 添加7.1适配器 | 5 years ago |
| include | 440dac651f Z991239-890 #comment cmake: arm版本下编译并运行厂商日志库 | 5 years ago |
| self | 257f73d6a8 Z991239-635 #comment feature: 去除厂商日志目录的 lib 前缀 | 5 years ago |
| test | 1355632b2a Z991239-890 #comment 给每个要开发的硬件适配器单独写一个demo | 5 years ago |
| CHANGELOG | d583cb3254 Z991239-553 #comment other: 添加changelog和readme | 5 years ago |
| CMakeLists.txt | f223a5f0b7 Z991239-1030 #comment 更新单元测试 | 5 years ago |
| Readme.md | d583cb3254 Z991239-553 #comment other: 添加changelog和readme | 5 years ago |
DeviceAdapter/CMakeLists.txt 不允许改动
DeviceAdapter/include 文件夹内容不允许改动,主要是我行提供的适配器头文件
RVC_INTEGRATE_BUILD用于判断是否处于我行集成编译环境,厂商在编写 CMakeLists.txt 文件时,对于一些输出逻辑的声明等,可以通过 if(NOT RVC_INTEGRATE_BUILD)来添加自己的逻辑
其他注意事项请看模板内相关 CMakeLists.txt 的注释内容和编码规范文档