change sdk doc

Signed-off-by: zzy <835280708@qq.com>
This commit is contained in:
zzy
2023-05-24 10:39:28 +08:00
parent 9bc0676586
commit 43e342cee0
3 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -737,7 +737,8 @@ keytools工具输出产物将放于output路径下,输出及用途如下表所
```
./build.sh
```
编译生成so签名之前会对so进行符号检查:对TA中使用的未定义的符号进行检查。如果符号未出现在headers_check.txt中配置的路径里面的头文件中,则会报错退出。
如果需要外部头文件声明的符号,可以将相对路径填写在headers_check.txt配置文件中。
## CA\(Certification Authority\)说明<a name="section1087132913217"></a>
+2 -2
View File
@@ -8,7 +8,7 @@
## Introduction <a name="section11660541593"></a>
The SDK capabilities include: TA compilation dependent scripts and header files, TA's ability to issue certificates and sign perm_config signatures, and sec file signatures.
The SDK capabilities include: TA compilation dependent scripts and header files, TA's ability to issue certificates and sign perm_config signatures, and TA symbol checker, sec file signatures.
## Content <a name="section161941989596"></a>
@@ -22,7 +22,7 @@ The warehouse directory structure is as follows:
│   ├── mk # make compile framework capabilities
│   ├── pack-Config # Signature packaging perm_config capability
│   ├── pack-TA # sec signature capability shell script
│   ├── signtools # sec signature capability python script
│   ├── signtools # sec signature capability python script and check TA undefined symbols.
│   └── tools # ld file (32-bit and 64-bit) linked by sec file, sec file binary check shell script
├── CHANGELOG # Changelog of sdk version.
├── include
+2 -2
View File
@@ -8,7 +8,7 @@
## 简介<a name="section11660541593"></a>
SDK能力包含:TA编译依赖的脚本、头文件,TA颁发证书并签发perm_config签名的能力,以及sec文件签名。
SDK能力包含:TA编译依赖的脚本、头文件,TA颁发证书并签发perm_config签名的能力,以及TA符号检查、sec文件签名。
## 目录<a name="section161941989596"></a>
@@ -22,7 +22,7 @@ SDK能力包含:TA编译依赖的脚本、头文件,TA颁发证书并签发p
│   ├── mk # make编译框架能力
│   ├── pack-Config # 签名打包perm_config能力
│   ├── pack-TA # sec签名能力的shell脚本
│   ├── signtools # sec签名能力的python脚本
│   ├── signtools # sec签名能力的python脚本、TA未定义符号检查
│   └── tools # sec文件链接的ld文件(32位和64位)、sec文件二进制检查shell脚本
├── CHANGELOG # sdk版本的变更记录。
├── include