diff --git a/multimedia/media/media_js_standard/screenCapture_ndk_test/Test.json b/multimedia/media/media_js_standard/screenCapture_ndk_test/Test.json index eb796db58215c00cd62dcfa043b645dac95079b5..2fcbcde37b53efa1cb94db96ed2f887deabc55df 100644 --- a/multimedia/media/media_js_standard/screenCapture_ndk_test/Test.json +++ b/multimedia/media/media_js_standard/screenCapture_ndk_test/Test.json @@ -17,7 +17,15 @@ }, { "type": "ShellKit", - "run-command": [] + "run-command": [ + "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" + ], + "teardown-command":[ + "power-shell setmode 600" + ] } ] } \ No newline at end of file