1{
2    "kits": [
3        {
4            "push": [
5                "HatszHdfDisplayComposerMtTest->/data/local/tmp/HatszHdfDisplayComposerMtTest"
6            ],
7            "type": "PushKit"
8        },
9        {
10            "type": "ShellKit",
11            "run-command": [
12                "mount -o rw,remount /",
13                "cd system/bin;mv render_service render_service_bk",
14                "reboot"
15            ],
16            "teardown-command": [
17                "mount -o rw,remount /",
18                "cd system/bin;mv render_service_bk render_service",
19                "reboot"
20            ]
21        }
22    ],
23    "driver": {
24        "native-test-timeout": "120000",
25        "type": "CppTest",
26        "module-name": "HatszHdfDisplayComposerMtTest",
27        "runtime-hint": "1s",
28        "native-test-device-path": "/data/local/tmp"
29    },
30    "description": "Configuration for HatszHdfDisplayComposerMtTest Tests"
31}