-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig_toolset1.xml
More file actions
31 lines (31 loc) · 897 Bytes
/
config_toolset1.xml
File metadata and controls
31 lines (31 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<config>
<androidPlatforms>/path/to/Android/platforms</androidPlatforms>
<maxMemory>4</maxMemory>
<tools>
<tool name="Tool1" version="1" external="false">
<priority>1</priority>
<path>/not/important</path>
<execute>
<run>/also/not/important</run>
<result>/guess/what</result>
<instances>0</instances>
<memoryPerInstance>2</memoryPerInstance>
</execute>
<questions>IntraAppFlows</questions>
</tool>
</tools>
<preprocessors>
<tool name="Tool2" version="1" external="false">
<priority>1</priority>
<path>/not/important</path>
<execute>
<run>/also/not/important</run>
<result>/guess/what</result>
<instances>0</instances>
<memoryPerInstance>2</memoryPerInstance>
</execute>
<questions>COMBINE</questions>
</tool>
</preprocessors>
</config>