提交 6f0dc4d4 编写于 作者: Q qinliwen

<avsession分支签名更改>

Signed-off-by: Nqinliwen <qinliwen3@huawei.com>
上级 2aeca5d9
...@@ -20,7 +20,13 @@ ...@@ -20,7 +20,13 @@
"run-command": [ "run-command": [
"hilog -Q pidoff", "hilog -Q pidoff",
"mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiocapturer/haps/entry/files", "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" "chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiocapturer/haps/entry",
"power-shell wakeup",
"uinput -T -d 300 600 -m 300 600 300 100 -u 300 100",
"power-shell setmode 602"
],
"teardown-command":[
"power-shell setmode 600"
], ],
"cleanup-apps": true "cleanup-apps": true
}, },
......
...@@ -18,7 +18,13 @@ ...@@ -18,7 +18,13 @@
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"hilog -Q pidoff" "hilog -Q pidoff",
"power-shell wakeup",
"uinput -T -d 300 600 -m 300 600 300 100 -u 300 100",
"power-shell setmode 602"
],
"teardown-command":[
"power-shell setmode 600"
] ]
} }
] ]
......
...@@ -18,7 +18,13 @@ ...@@ -18,7 +18,13 @@
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"hilog -Q pidoff" "hilog -Q pidoff",
"power-shell wakeup",
"uinput -T -d 300 600 -m 300 600 300 100 -u 300 100",
"power-shell setmode 602"
],
"teardown-command":[
"power-shell setmode 600"
] ]
} }
] ]
......
...@@ -21,7 +21,13 @@ ...@@ -21,7 +21,13 @@
"run-command": [ "run-command": [
"hilog -Q pidoff", "hilog -Q pidoff",
"mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiovoip/haps/entry/files", "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" "chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiovoip/haps/entry",
"power-shell wakeup",
"uinput -T -d 300 600 -m 300 600 300 100 -u 300 100",
"power-shell setmode 602"
],
"teardown-command":[
"power-shell setmode 600"
], ],
"cleanup-apps": true "cleanup-apps": true
}, },
......
...@@ -13,10 +13,13 @@ ...@@ -13,10 +13,13 @@
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"hilog -Q pidoff", "hilog -Q pidoff",
"rm -rf /storage/media/100/local/files/Videos/*" "rm -rf /storage/media/100/local/files/Videos/*",
"power-shell wakeup",
"uinput -T -d 300 600 -m 300 600 300 100 -u 300 100",
"power-shell setmode 602"
], ],
"teardown-command":[ "teardown-command":[
"power-shell setmode 600"
] ]
}, },
{ {
......
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
"rm -rf /storage/media/100/local/files/Audios/audio_*", "rm -rf /storage/media/100/local/files/Audios/audio_*",
"rm -rf /storage/media/100/local/files/Videos/audio_*", "rm -rf /storage/media/100/local/files/Videos/audio_*",
"param set persist.ace.testmode.enabled 1", "param set persist.ace.testmode.enabled 1",
"power-shell wakeup",
"uinput -T -d 300 600 -m 300 600 300 100 -u 300 100",
"power-shell setmode 602" "power-shell setmode 602"
], ],
"teardown-command":[ "teardown-command":[
......
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
"run-command": [ "run-command": [
"rm -rf /storage/media/100/local/files/Audios/COMPATIBILITY*", "rm -rf /storage/media/100/local/files/Audios/COMPATIBILITY*",
"param set persist.ace.testmode.enabled 1", "param set persist.ace.testmode.enabled 1",
"power-shell wakeup",
"uinput -T -d 300 600 -m 300 600 300 100 -u 300 100",
"power-shell setmode 602" "power-shell setmode 602"
], ],
"teardown-command": [ "teardown-command": [
......
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
"run-command": [ "run-command": [
"rm -rf /storage/media/100/local/files/Videos/*", "rm -rf /storage/media/100/local/files/Videos/*",
"param set persist.ace.testmode.enabled 1", "param set persist.ace.testmode.enabled 1",
"power-shell wakeup",
"uinput -T -d 300 600 -m 300 600 300 100 -u 300 100",
"power-shell setmode 602" "power-shell setmode 602"
], ],
"teardown-command":[ "teardown-command":[
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册