Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
c9fde5c9
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看板
提交
c9fde5c9
编写于
7月 13, 2023
作者:
H
hu0475
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改文件
Signed-off-by:
N
hu0475
<
huyanqiang5@huawei.com
>
上级
aba0fdba
变更
19
隐藏空白更改
内联
并排
Showing
19 changed file
with
36 addition
and
36 deletion
+36
-36
commonlibrary/crossplatform/BUILD.gn
commonlibrary/crossplatform/BUILD.gn
+9
-9
commonlibrary/crossplatform/commonlibraryconvertxmletstest/BUILD.gn
...ary/crossplatform/commonlibraryconvertxmletstest/BUILD.gn
+2
-2
commonlibrary/crossplatform/commonlibraryconvertxmletstest/Test.json
...ry/crossplatform/commonlibraryconvertxmletstest/Test.json
+1
-1
commonlibrary/crossplatform/commonlibrarydequeetstest/BUILD.gn
...nlibrary/crossplatform/commonlibrarydequeetstest/BUILD.gn
+2
-2
commonlibrary/crossplatform/commonlibrarydequeetstest/Test.json
...library/crossplatform/commonlibrarydequeetstest/Test.json
+1
-1
commonlibrary/crossplatform/commonlibraryhashmapetstest/BUILD.gn
...ibrary/crossplatform/commonlibraryhashmapetstest/BUILD.gn
+2
-2
commonlibrary/crossplatform/commonlibraryhashmapetstest/Test.json
...brary/crossplatform/commonlibraryhashmapetstest/Test.json
+1
-1
commonlibrary/crossplatform/commonlibraryhashsetetstest/BUILD.gn
...ibrary/crossplatform/commonlibraryhashsetetstest/BUILD.gn
+2
-2
commonlibrary/crossplatform/commonlibraryhashsetetstest/Test.json
...brary/crossplatform/commonlibraryhashsetetstest/Test.json
+1
-1
commonlibrary/crossplatform/commonlibraryplainarrayetstest/BUILD.gn
...ary/crossplatform/commonlibraryplainarrayetstest/BUILD.gn
+2
-2
commonlibrary/crossplatform/commonlibraryplainarrayetstest/Test.json
...ry/crossplatform/commonlibraryplainarrayetstest/Test.json
+1
-1
commonlibrary/crossplatform/commonlibrarytreesetetstest/BUILD.gn
...ibrary/crossplatform/commonlibrarytreesetetstest/BUILD.gn
+2
-2
commonlibrary/crossplatform/commonlibrarytreesetetstest/Test.json
...brary/crossplatform/commonlibrarytreesetetstest/Test.json
+1
-1
commonlibrary/crossplatform/commonlibraryurietstest/BUILD.gn
commonlibrary/crossplatform/commonlibraryurietstest/BUILD.gn
+2
-2
commonlibrary/crossplatform/commonlibraryurietstest/Test.json
...onlibrary/crossplatform/commonlibraryurietstest/Test.json
+1
-1
commonlibrary/crossplatform/commonlibraryurletstest/BUILD.gn
commonlibrary/crossplatform/commonlibraryurletstest/BUILD.gn
+2
-2
commonlibrary/crossplatform/commonlibraryurletstest/Test.json
...onlibrary/crossplatform/commonlibraryurletstest/Test.json
+1
-1
commonlibrary/crossplatform/commonlibraryutiletstest/BUILD.gn
...onlibrary/crossplatform/commonlibraryutiletstest/BUILD.gn
+2
-2
commonlibrary/crossplatform/commonlibraryutiletstest/Test.json
...nlibrary/crossplatform/commonlibraryutiletstest/Test.json
+1
-1
未找到文件。
commonlibrary/crossplatform/BUILD.gn
浏览文件 @
c9fde5c9
...
...
@@ -16,15 +16,15 @@ group("crossplatform") {
testonly = true
if (is_standard_system) {
deps = [
"commonlibraryconvertxmletstest:ActsConvertxmlTest",
"commonlibrarydequeetstest:ActsDequeTest",
"commonlibraryhashmapetstest:ActsHashMapTest",
"commonlibraryhashsetetstest:ActsHashSetTest",
"commonlibraryplainarrayetstest:ActsPlainArrayTest",
"commonlibrarytreesetetstest:ActsTreeSetTest",
"commonlibraryurietstest:ActsUriTest",
"commonlibraryurletstest:ActsUrlTest",
"commonlibraryutiletstest:ActsUtilTest",
"commonlibraryconvertxmletstest:ActsC
rossplatformC
onvertxmlTest",
"commonlibrarydequeetstest:Acts
Crossplatform
DequeTest",
"commonlibraryhashmapetstest:Acts
Crossplatform
HashMapTest",
"commonlibraryhashsetetstest:Acts
Crossplatform
HashSetTest",
"commonlibraryplainarrayetstest:Acts
Crossplatform
PlainArrayTest",
"commonlibrarytreesetetstest:Acts
Crossplatform
TreeSetTest",
"commonlibraryurietstest:Acts
Crossplatform
UriTest",
"commonlibraryurletstest:Acts
Crossplatform
UrlTest",
"commonlibraryutiletstest:Acts
Crossplatform
UtilTest",
]
}
}
commonlibrary/crossplatform/commonlibraryconvertxmletstest/BUILD.gn
浏览文件 @
c9fde5c9
...
...
@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsConvertxmlTest") {
ohos_js_hap_suite("ActsC
rossplatformC
onvertxmlTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
...
...
@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsConvertxmlTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsConvertxmlTest"
hap_name = "ActsC
rossplatformC
onvertxmlTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
...
...
commonlibrary/crossplatform/commonlibraryconvertxmletstest/Test.json
浏览文件 @
c9fde5c9
...
...
@@ -18,7 +18,7 @@
"kits"
:
[
{
"test-file-name"
:
[
"ActsConvertxmlTest.hap"
"ActsC
rossplatformC
onvertxmlTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
commonlibrary/crossplatform/commonlibrarydequeetstest/BUILD.gn
浏览文件 @
c9fde5c9
...
...
@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsDequeTest") {
ohos_js_hap_suite("Acts
Crossplatform
DequeTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
...
...
@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsDequeTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsDequeTest"
hap_name = "Acts
Crossplatform
DequeTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
...
...
commonlibrary/crossplatform/commonlibrarydequeetstest/Test.json
浏览文件 @
c9fde5c9
...
...
@@ -18,7 +18,7 @@
"kits"
:
[
{
"test-file-name"
:
[
"ActsDequeTest.hap"
"Acts
Crossplatform
DequeTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
commonlibrary/crossplatform/commonlibraryhashmapetstest/BUILD.gn
浏览文件 @
c9fde5c9
...
...
@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsHashMapTest") {
ohos_js_hap_suite("Acts
Crossplatform
HashMapTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
...
...
@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsHashMapTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsHashMapTest"
hap_name = "Acts
Crossplatform
HashMapTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
...
...
commonlibrary/crossplatform/commonlibraryhashmapetstest/Test.json
浏览文件 @
c9fde5c9
...
...
@@ -18,7 +18,7 @@
"kits"
:
[
{
"test-file-name"
:
[
"ActsHashMapTest.hap"
"Acts
Crossplatform
HashMapTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
commonlibrary/crossplatform/commonlibraryhashsetetstest/BUILD.gn
浏览文件 @
c9fde5c9
...
...
@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsHashSetTest") {
ohos_js_hap_suite("Acts
Crossplatform
HashSetTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
...
...
@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsHashSetTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsHashSetTest"
hap_name = "Acts
Crossplatform
HashSetTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
...
...
commonlibrary/crossplatform/commonlibraryhashsetetstest/Test.json
浏览文件 @
c9fde5c9
...
...
@@ -18,7 +18,7 @@
"kits"
:
[
{
"test-file-name"
:
[
"ActsHashSetTest.hap"
"Acts
Crossplatform
HashSetTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
commonlibrary/crossplatform/commonlibraryplainarrayetstest/BUILD.gn
浏览文件 @
c9fde5c9
...
...
@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsPlainArrayTest") {
ohos_js_hap_suite("Acts
Crossplatform
PlainArrayTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
...
...
@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsPlainArrayTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsPlainArrayTest"
hap_name = "Acts
Crossplatform
PlainArrayTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
...
...
commonlibrary/crossplatform/commonlibraryplainarrayetstest/Test.json
浏览文件 @
c9fde5c9
...
...
@@ -18,7 +18,7 @@
"kits"
:
[
{
"test-file-name"
:
[
"ActsPlainArrayTest.hap"
"Acts
Crossplatform
PlainArrayTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
commonlibrary/crossplatform/commonlibrarytreesetetstest/BUILD.gn
浏览文件 @
c9fde5c9
...
...
@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsTreeSetTest") {
ohos_js_hap_suite("Acts
Crossplatform
TreeSetTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
...
...
@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsTreeSetTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsTreeSetTest"
hap_name = "Acts
Crossplatform
TreeSetTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
...
...
commonlibrary/crossplatform/commonlibrarytreesetetstest/Test.json
浏览文件 @
c9fde5c9
...
...
@@ -18,7 +18,7 @@
"kits"
:
[
{
"test-file-name"
:
[
"ActsTreeSetTest.hap"
"Acts
Crossplatform
TreeSetTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
commonlibrary/crossplatform/commonlibraryurietstest/BUILD.gn
浏览文件 @
c9fde5c9
...
...
@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsUriTest") {
ohos_js_hap_suite("Acts
Crossplatform
UriTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
...
...
@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsUriTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsUriTest"
hap_name = "Acts
Crossplatform
UriTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
...
...
commonlibrary/crossplatform/commonlibraryurietstest/Test.json
浏览文件 @
c9fde5c9
...
...
@@ -18,7 +18,7 @@
"kits"
:
[
{
"test-file-name"
:
[
"ActsUriTest.hap"
"Acts
Crossplatform
UriTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
commonlibrary/crossplatform/commonlibraryurletstest/BUILD.gn
浏览文件 @
c9fde5c9
...
...
@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsUrlTest") {
ohos_js_hap_suite("Acts
Crossplatform
UrlTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
...
...
@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsUrlTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsUrlTest"
hap_name = "Acts
Crossplatform
UrlTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
...
...
commonlibrary/crossplatform/commonlibraryurletstest/Test.json
浏览文件 @
c9fde5c9
...
...
@@ -18,7 +18,7 @@
"kits"
:
[
{
"test-file-name"
:
[
"ActsUrlTest.hap"
"Acts
Crossplatform
UrlTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
commonlibrary/crossplatform/commonlibraryutiletstest/BUILD.gn
浏览文件 @
c9fde5c9
...
...
@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsUtilTest") {
ohos_js_hap_suite("Acts
Crossplatform
UtilTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
...
...
@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsUtilTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsUtilTest"
hap_name = "Acts
Crossplatform
UtilTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
}
...
...
commonlibrary/crossplatform/commonlibraryutiletstest/Test.json
浏览文件 @
c9fde5c9
...
...
@@ -18,7 +18,7 @@
"kits"
:
[
{
"test-file-name"
:
[
"ActsUtilTest.hap"
"Acts
Crossplatform
UtilTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录