Modify some descriptions for OpenTrustee

Signed-off-by: suwanghw <wangsu14@huawei.com>
This commit is contained in:
suwanghw
2023-08-18 10:17:19 +08:00
parent 0f8fdc37aa
commit 23455bdb2d
5 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -3,6 +3,6 @@
- [OpenTrustee系统概述](overview-of-opentrustee.md)
- [OpenTrustee系统架构和约束](opentrustee-architecture-and-constraints.md)
- [OpenTrustee适配和构建指导](opentrustee-adaptation-and-construction-guidelines.md)
- [开发CA和TA指导](develop-ca-and-ta-guidelines.md)
- [OpenTrustee开发TA指导](opentrustee-develop-ta-guidelines.md)
- [OpenTrustee调试机制介绍](opentrustee-debug-mechanism-introduction.md)
- [使能新平台适配指导](enable-new-platform-adaptation-guidelines.md)
- [OpenTrustee使能新平台适配指导](opentrustee-enable-new-platform-adaptation-guidelines.md)
@@ -35,8 +35,12 @@ OpenTrustee是一套完整的TEE解决方案,包含多个部件,系统架构
## 贡献
[如何贡献](https://gitee.com/openharmony/docs/blob/HEAD/zh-cn/contribute/%E5%8F%82%E4%B8%8E%E8%B4%A1%E7%8C%AE.md)
### 编码规范
[OpenHarmony C&C++ 安全编程指南](https://gitee.com/openharmony/docs/blob/master/zh-cn/contribute/OpenHarmony-c-cpp-secure-coding-guide.md)
### license
遵循Mulan PSL V2协议;
@@ -19,13 +19,9 @@ OpenTrustee支持安全计算、安全存储、安全密钥、安全外设、安
## **术语**
| 缩略语 | 英文 | 中文 |
| ------ | ---- | ---- |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| 缩略语 | 说明 | 备注 |
| ------------ | ------------------------------------------------------------ | --- |
| TEE | Trusted Execution Environment | 可信执行环境,也称作安全世界,运行在此环境中的代码受到安全保护 |
| REE | Rich Execution Environment | 丰富执行环境,也称作非安全世界 |
| TA | Trusted Application | 安全服务或可信应用(运行在TEE中)|
| CA | Client Application | 客户端应用(运行在REE中),此部分区分Linux内核态CA和用户态CA |