提交 ee8aff2a 编写于 作者: J jiyong_sd

add hilog -Q pidoff

Signed-off-by: Njiyong_sd <jiyong@huawei.com>
上级 05c66720
......@@ -22,7 +22,7 @@ ohos_js_hap_suite("ExecuteShellCommand") {
]
ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ExecuteShellCommand"
hap_name = "ActsExecuteShellCommandTest"
subsystem_name = "ability"
part_name = "ability_runtime"
}
......
......@@ -17,7 +17,7 @@
{
"test-file-name": [
"ActSkillProcessWithAccountCloseTest.hap",
"ExecuteShellCommand.hap"
"ActsExecuteShellCommandTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -20,7 +20,7 @@ ohos_js_hap_suite("ActsGetAllAccountsNoParameter") {
":hjs_demo_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsGetAllAccountsNoParameter"
hap_name = "ActsGetAllAccountsNoParameterTest"
subsystem_name = "account"
part_name = "os_account"
}
......
......@@ -10,7 +10,7 @@
"kits": [
{
"test-file-name": [
"ActsGetAllAccountsNoParameter.hap",
"ActsGetAllAccountsNoParameterTest.hap",
"ActsAccountSceneAccessible.hap"
],
"type": "AppInstallKit",
......
......@@ -13,6 +13,12 @@
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff"
]
}
]
}
......@@ -22,7 +22,7 @@ ohos_js_hap_suite("EffectKitTest") {
]
ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "EffectKitTest"
hap_name = "ActsEffectKitTest"
}
ohos_app_scope("effectKit_app_profile") {
......
......@@ -8,7 +8,7 @@
},
"kits": [{
"test-file-name": [
"EffectKitTest.hap"
"ActsEffectKitTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -13,6 +13,12 @@
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff"
]
}
]
}
......@@ -13,6 +13,12 @@
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff"
]
}
]
}
......@@ -17,6 +17,7 @@
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff",
"mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiocapturer/haps/entry/files",
"chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiocapturer/haps/entry"
],
......
......@@ -13,6 +13,12 @@
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff"
]
}
]
}
\ No newline at end of file
......@@ -13,6 +13,12 @@
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff"
]
}
]
}
\ No newline at end of file
......@@ -13,6 +13,12 @@
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff"
]
}
]
}
\ No newline at end of file
......@@ -13,6 +13,12 @@
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff"
]
}
]
}
\ No newline at end of file
......@@ -18,6 +18,7 @@
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff",
"mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiointerrupt/haps/entry/files/",
"mkdir -p /data/app/el2/100/base/com.example.audiorenderinterrupt/haps/entry/files/",
"chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiointerrupt/haps/entry",
......
......@@ -13,6 +13,12 @@
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff"
]
}
]
}
\ No newline at end of file
......@@ -17,6 +17,7 @@
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff",
"mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiorenderer/haps/entry/files",
"chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiorenderer/haps/entry"
],
......
......@@ -17,6 +17,7 @@
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff",
"mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiovoip/haps/entry/files",
"chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiovoip/haps/entry"
],
......
......@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsNotificationSecondaryDirectory") {
]
ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsNotificationSecondaryDirectory"
hap_name = "ActsNotificationSecondaryDirectoryTest"
subsystem_name = "ability"
part_name = "ability_runtime"
}
......
......@@ -11,7 +11,7 @@
"kits": [
{
"test-file-name": [
"ActsNotificationSecondaryDirectory.hap"
"ActsNotificationSecondaryDirectoryTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册