Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
cc49600d
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看板
未验证
提交
cc49600d
编写于
11月 15, 2022
作者:
O
openharmony_ci
提交者:
Gitee
11月 15, 2022
浏览文件
操作
浏览文件
下载
差异文件
!6497 设备类型
Merge pull request !6497 from shilei91/master
上级
dbdc7417
983d68d4
变更
15
隐藏空白更改
内联
并排
Showing
15 changed file
with
37 addition
and
34 deletion
+37
-34
account/appaccount/actsaccountoperatetest/src/main/config.json
...nt/appaccount/actsaccountoperatetest/src/main/config.json
+3
-2
account/appaccount/actsgetaccountsbyowner/src/main/config.json
...nt/appaccount/actsgetaccountsbyowner/src/main/config.json
+3
-2
account/appaccount/actssetcheckdatasyncenable/src/main/config.json
...ppaccount/actssetcheckdatasyncenable/src/main/config.json
+3
-2
account/appaccount/getallaccounts/actsgetallaccountsnoparameter/src/main/config.json
...counts/actsgetallaccountsnoparameter/src/main/config.json
+3
-2
account/appaccount/getallaccounts/actsgetmultipleaccounts/src/main/config.json
...tallaccounts/actsgetmultipleaccounts/src/main/config.json
+3
-2
barrierfree/accessibilityconfigreqreadpermission/entry/src/main/module.json
...ibilityconfigreqreadpermission/entry/src/main/module.json
+3
-3
barrierfree/accessibilityconfigreqwritepermission/entry/src/main/module.json
...bilityconfigreqwritepermission/entry/src/main/module.json
+3
-3
barrierfree/accessibletest/actsgesturesimulationtest/entry/src/main/module.json
...test/actsgesturesimulationtest/entry/src/main/module.json
+1
-2
distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/src/main/config.json
...lStoretest/relationalStoreJstest/hap/src/main/config.json
+3
-4
distributeddatamgr/relationalStoretest/relationalStoreStagetest/entry/src/main/module.json
...etest/relationalStoreStagetest/entry/src/main/module.json
+1
-1
hiviewdfx/abilityconstanttest/src/main/config.json
hiviewdfx/abilityconstanttest/src/main/config.json
+1
-1
hiviewdfx/apprecoverytest/src/main/config.json
hiviewdfx/apprecoverytest/src/main/config.json
+1
-1
notification/ans_standard/actsNotificationRequestTest/src/main/config.json
...standard/actsNotificationRequestTest/src/main/config.json
+3
-3
notification/ans_standard/actsNotificationSecondaryDirectoryTest/entry/src/main/module.json
...ficationSecondaryDirectoryTest/entry/src/main/module.json
+3
-3
storage/storagefileiov9jstest/src/main/config.json
storage/storagefileiov9jstest/src/main/config.json
+3
-3
未找到文件。
account/appaccount/actsaccountoperatetest/src/main/config.json
浏览文件 @
cc49600d
...
...
@@ -17,7 +17,8 @@
"package"
:
"com.example.actsaccountoperatetest"
,
"name"
:
".MyApplication"
,
"deviceType"
:
[
"phone"
"default"
,
"tablet"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
...
...
@@ -111,4 +112,4 @@
"srcPath"
:
"TestRunner"
}
}
}
\ No newline at end of file
}
account/appaccount/actsgetaccountsbyowner/src/main/config.json
浏览文件 @
cc49600d
...
...
@@ -19,7 +19,8 @@
"mainAbility"
:
".MainAbility"
,
"srcPath"
:
""
,
"deviceType"
:
[
"phone"
"default"
,
"tablet"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
...
...
@@ -124,4 +125,4 @@
"srcPath"
:
"TestRunner"
}
}
}
\ No newline at end of file
}
account/appaccount/actssetcheckdatasyncenable/src/main/config.json
浏览文件 @
cc49600d
...
...
@@ -19,7 +19,8 @@
"mainAbility"
:
".MainAbility"
,
"srcPath"
:
""
,
"deviceType"
:
[
"phone"
"default"
,
"tablet"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
...
...
@@ -128,4 +129,4 @@
"srcPath"
:
"TestRunner"
}
}
}
\ No newline at end of file
}
account/appaccount/getallaccounts/actsgetallaccountsnoparameter/src/main/config.json
浏览文件 @
cc49600d
...
...
@@ -19,7 +19,8 @@
"mainAbility"
:
".MainAbility"
,
"srcPath"
:
""
,
"deviceType"
:
[
"phone"
"default"
,
"tablet"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
...
...
@@ -124,4 +125,4 @@
"srcPath"
:
"TestRunner"
}
}
}
\ No newline at end of file
}
account/appaccount/getallaccounts/actsgetmultipleaccounts/src/main/config.json
浏览文件 @
cc49600d
...
...
@@ -19,7 +19,8 @@
"mainAbility"
:
".MainAbility"
,
"srcPath"
:
""
,
"deviceType"
:
[
"phone"
"default"
,
"tablet"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
...
...
@@ -124,4 +125,4 @@
"srcPath"
:
"TestRunner"
}
}
}
\ No newline at end of file
}
barrierfree/accessibilityconfigreqreadpermission/entry/src/main/module.json
浏览文件 @
cc49600d
...
...
@@ -6,8 +6,8 @@
"description"
:
"$string:phone_entry_dsc"
,
"mainElement"
:
"MainAbility"
,
"deviceTypes"
:
[
"tablet"
,
"
phone
"
"tablet"
,
"
default
"
],
"deliveryWithInstall"
:
true
,
"installationFree"
:
false
,
...
...
@@ -51,4 +51,4 @@
}
]
}
}
\ No newline at end of file
}
barrierfree/accessibilityconfigreqwritepermission/entry/src/main/module.json
浏览文件 @
cc49600d
...
...
@@ -6,8 +6,8 @@
"description"
:
"$string:phone_entry_dsc"
,
"mainElement"
:
"MainAbility"
,
"deviceTypes"
:
[
"tablet"
,
"
phone
"
"tablet"
,
"
default
"
],
"deliveryWithInstall"
:
true
,
"installationFree"
:
false
,
...
...
@@ -37,4 +37,4 @@
}
]
}
}
\ No newline at end of file
}
barrierfree/accessibletest/actsgesturesimulationtest/entry/src/main/module.json
浏览文件 @
cc49600d
...
...
@@ -6,8 +6,7 @@
"description"
:
"$string:entry_desc"
,
"mainElement"
:
"MainAbility"
,
"deviceTypes"
:
[
"tablet"
,
"phone"
,
"default"
,
"tablet"
],
"deliveryWithInstall"
:
true
,
...
...
distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/src/main/config.json
浏览文件 @
cc49600d
...
...
@@ -16,9 +16,8 @@
"package"
:
"ohos.acts.relationalStorejstest"
,
"name"
:
".entry"
,
"deviceType"
:
[
"tablet"
,
"default"
,
"phone"
"tablet"
,
"default"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
...
...
@@ -92,4 +91,4 @@
"mainAbility"
:
".MainAbility"
,
"srcPath"
:
""
}
}
\ No newline at end of file
}
distributeddatamgr/relationalStoretest/relationalStoreStagetest/entry/src/main/module.json
浏览文件 @
cc49600d
...
...
@@ -9,7 +9,7 @@
"mainElement"
:
"MainAbility"
,
"deviceTypes"
:
[
"default"
,
"
phone
"
"
tablet
"
],
"deliveryWithInstall"
:
true
,
"installationFree"
:
false
,
...
...
hiviewdfx/abilityconstanttest/src/main/config.json
浏览文件 @
cc49600d
...
...
@@ -19,7 +19,7 @@
"srcPath"
:
""
,
"deviceType"
:
[
"default"
,
"
phone
"
"
tablet
"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
...
...
hiviewdfx/apprecoverytest/src/main/config.json
浏览文件 @
cc49600d
...
...
@@ -19,7 +19,7 @@
"srcPath"
:
""
,
"deviceType"
:
[
"default"
,
"
phone
"
"
tablet
"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
...
...
notification/ans_standard/actsNotificationRequestTest/src/main/config.json
浏览文件 @
cc49600d
...
...
@@ -17,8 +17,8 @@
"package"
:
"com.example.actsnotificationrequest"
,
"name"
:
".entry"
,
"deviceType"
:
[
"default"
,
"
phone
"
"default"
,
"
tablet
"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
...
...
@@ -97,4 +97,4 @@
"mainAbility"
:
".MainAbility"
,
"srcPath"
:
""
}
}
\ No newline at end of file
}
notification/ans_standard/actsNotificationSecondaryDirectoryTest/entry/src/main/module.json
浏览文件 @
cc49600d
...
...
@@ -6,8 +6,8 @@
"description"
:
"$string:phone_entry_dsc"
,
"mainElement"
:
"MainAbility"
,
"deviceTypes"
:
[
"tablet"
,
"
phone
"
"tablet"
,
"
default
"
],
"deliveryWithInstall"
:
true
,
"installationFree"
:
false
,
...
...
@@ -37,4 +37,4 @@
}
]
}
}
\ No newline at end of file
}
storage/storagefileiov9jstest/src/main/config.json
浏览文件 @
cc49600d
...
...
@@ -16,8 +16,8 @@
"package"
:
"ohos.acts.storage.fileiov9"
,
"name"
:
".entry"
,
"deviceType"
:
[
"default"
,
"
phone
"
"default"
,
"
tablet
"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
...
...
@@ -92,4 +92,4 @@
"mainAbility"
:
".MainAbility"
,
"srcPath"
:
""
}
}
\ No newline at end of file
}
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录