From 66497e88008cea63f5d3df6b4ef24f403b3148a3 Mon Sep 17 00:00:00 2001 From: chengxingzhen Date: Thu, 1 Jun 2023 08:59:28 +0800 Subject: [PATCH] =?UTF-8?q?xts=E5=A2=9E=E5=8A=A0=E4=BA=AE=E5=B1=8F?= =?UTF-8?q?=E8=A7=A3=E9=94=81=E7=9A=84=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chengxingzhen --- ability/ability_runtime/abilitymontior/Test.json | 10 +++++++++- .../actsgetabilitystatestagetest/Test.json | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ability/ability_runtime/abilitymontior/Test.json b/ability/ability_runtime/abilitymontior/Test.json index 71788e3e3..1940dc278 100644 --- a/ability/ability_runtime/abilitymontior/Test.json +++ b/ability/ability_runtime/abilitymontior/Test.json @@ -15,7 +15,15 @@ ], "type": "AppInstallKit", "cleanup-apps": true - } + }, + { + "type": "ShellKit", + "run-command": [ + "power-shell wakeup", + "power-shell setmode 602", + "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100" + ] + } ] } diff --git a/ability/ability_runtime/actsqueryfunctiontest/actsgetabilitystatestagetest/Test.json b/ability/ability_runtime/actsqueryfunctiontest/actsgetabilitystatestagetest/Test.json index fd7b80121..6d931628a 100644 --- a/ability/ability_runtime/actsqueryfunctiontest/actsgetabilitystatestagetest/Test.json +++ b/ability/ability_runtime/actsqueryfunctiontest/actsgetabilitystatestagetest/Test.json @@ -14,7 +14,15 @@ ], "type": "AppInstallKit", "cleanup-apps": true - } + }, + { + "type": "ShellKit", + "run-command": [ + "power-shell wakeup", + "power-shell setmode 602", + "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100" + ] + } ] } -- GitLab