Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
db2145e2
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
db2145e2
编写于
6月 02, 2021
作者:
赵
赵旭辰
提交者:
Gitee
6月 02, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
针对XTS子系统README.md文件中的部分描述进行修改。
上级
8060fdde
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
7 addition
and
7 deletion
+7
-7
README.md
README.md
+2
-2
README_zh.md
README_zh.md
+5
-5
未找到文件。
README.md
浏览文件 @
db2145e2
...
@@ -44,13 +44,13 @@ OpenHarmony supports the following system types:
...
@@ -44,13 +44,13 @@ OpenHarmony supports the following system types:
```
```
/test/xts
/test/xts
├── acts
# Test code
├── acts # Test code
│ └── subsystem # Source code of subsystem test cases for the standard system
│ └── subsystem # Source code of subsystem test cases for the standard system
│ └── subsystem_lite # Source code of subsystems test cases for mini and small systems
│ └── subsystem_lite # Source code of subsystems test cases for mini and small systems
│ └── BUILD.gn # Build configuration of test cases for the standard system
│ └── BUILD.gn # Build configuration of test cases for the standard system
│ └── build_lite
│ └── build_lite
│ └── BUILD.gn # Build configuration of test cases for mini and small systems
│ └── BUILD.gn # Build configuration of test cases for mini and small systems
└── tools
# Test tool code
└── tools # Test tool code
```
```
## Constraints<a name="section119744591305"></a>
## Constraints<a name="section119744591305"></a>
...
...
README_zh.md
浏览文件 @
db2145e2
...
@@ -34,24 +34,24 @@ OpenHarmony支持如下几种系统类型:
...
@@ -34,24 +34,24 @@ OpenHarmony支持如下几种系统类型:
-
小型系统(small system)
-
小型系统(small system)
面向应用处理器例如Arm Cortex-A的设备,支持的设备最小内存为1MiB,可以提供更高的安全能力、标准的图形框架、视频编解码的多媒体能力。可支撑的产品如智能家居领域的IP Camera、电子猫眼、路由器以及智慧出行域的行车记录仪等。
面向应用处理器例如Arm Cortex-A的设备,支持的设备最小内存为1MiB,可以提供更高的安全能力、标准的图形框架、视频编解码的多媒体能力。可支撑的产品如智能家居领域的IP Camera、电子猫眼、路由器以及智慧出行
领
域的行车记录仪等。
-
标准系统(standard system)
-
标准系统(standard system)
面向应用处理器例如Arm Cortex-A的设备,支持的设备最小内存为128MiB,可以提供增强的交互能力、3D GPU以及硬件合成能力、更多控件以及动
效
更丰富的图形能力、完整的应用框架。可支撑的产品如高端的冰箱显示屏。
面向应用处理器例如Arm Cortex-A的设备,支持的设备最小内存为128MiB,可以提供增强的交互能力、3D GPU以及硬件合成能力、更多控件以及动
画效果
更丰富的图形能力、完整的应用框架。可支撑的产品如高端的冰箱显示屏。
## 目录<a name="section161941989596"></a>
## 目录<a name="section161941989596"></a>
```
```
/test/xts
/test/xts
├── acts
# 测试代码存放目录
├── acts # 测试代码存放目录
│ └── subsystem # 标准系统子系统测试用例源码存放目录
│ └── subsystem # 标准系统子系统测试用例源码存放目录
│ └── subsystem_lite # 轻量系统、小型系统子系统测试用例源码存放目录
│ └── subsystem_lite # 轻量系统、小型系统子系统测试用例源码存放目录
│ └── BUILD.gn # 标准系统测试用例编译配置
│ └── BUILD.gn # 标准系统测试用例编译配置
│ └── build_lite # 轻量系统、小型系统测试用例编译配置存放目录
│ └── build_lite # 轻量系统、小型系统测试用例编译配置存放目录
│ └── BUILD.gn # 轻量系统、小型系统测试用例编译配置
│ └── BUILD.gn # 轻量系统、小型系统测试用例编译配置
└── tools
# 测试工具代码存放目录
└── tools # 测试工具代码存放目录
```
```
## 约束<a name="section119744591305"></a>
## 约束<a name="section119744591305"></a>
...
@@ -492,7 +492,7 @@ OpenHarmony支持如下几种系统类型:
...
@@ -492,7 +492,7 @@ OpenHarmony支持如下几种系统类型:
**环境搭建**
**环境搭建**
1.
使用
有限网线或无线
将开发板与PC进行连接。
1.
使用
网线或无线网络
将开发板与PC进行连接。
2.
开发板配置IP、子网掩码、网关,确保开发板与PC处于同一个网段。
2.
开发板配置IP、子网掩码、网关,确保开发板与PC处于同一个网段。
3.
PC安装nfs服务器并完成注册,启动nfs服务。
3.
PC安装nfs服务器并完成注册,启动nfs服务。
4.
开发板配置mount命令,确保开发板可以访问PC端的nfs共享文件。
4.
开发板配置mount命令,确保开发板可以访问PC端的nfs共享文件。
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录