init: move log name generation into helper
[fio.git] / os / windows / examples.wxs
CommitLineData
35922a21
BC
1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3 <Fragment>
4 <DirectoryRef Id="examples">
5 <Component>
9f873e2e 6 <File Source="..\..\examples\1mbs_clients.fio" />
35922a21
BC
7 </Component>
8 <Component>
9f873e2e 9 <File Source="..\..\examples\aio-read.fio" />
35922a21 10 </Component>
c6b80f7e
RC
11 <Component>
12 <File Source="..\..\examples\backwards-read.fio" />
13 </Component>
14 <Component>
15 <File Source="..\..\examples\basic-verify.fio" />
16 </Component>
17 <Component>
18 <File Source="..\..\examples\cpuio.fio" />
19 </Component>
20 <Component>
21 <File Source="..\..\examples\dev-dax.fio" />
22 </Component>
35922a21 23 <Component>
9f873e2e 24 <File Source="..\..\examples\disk-zone-profile.fio" />
35922a21 25 </Component>
c6b80f7e
RC
26 <Component>
27 <File Source="..\..\examples\e4defrag.fio" />
28 </Component>
29 <Component>
30 <File Source="..\..\examples\e4defrag2.fio" />
31 </Component>
32 <Component>
33 <File Source="..\..\examples\enospc-pressure.fio" />
34 </Component>
35 <Component>
36 <File Source="..\..\examples\falloc.fio" />
37 </Component>
38 <Component>
39 <File Source="..\..\examples\fixed-rate-submission.fio" />
40 </Component>
41 <Component>
42 <File Source="..\..\examples\flow.fio" />
43 </Component>
35922a21 44 <Component>
9f873e2e 45 <File Source="..\..\examples\fsx.fio" />
35922a21 46 </Component>
c6b80f7e
RC
47 <Component>
48 <File Source="..\..\examples\fusion-aw-sync.fio" />
49 </Component>
50 <Component>
51 <File Source="..\..\examples\gfapi.fio" />
52 </Component>
35922a21 53 <Component>
9f873e2e 54 <File Source="..\..\examples\iometer-file-access-server.fio" />
35922a21 55 </Component>
c6b80f7e
RC
56 <Component>
57 <File Source="..\..\examples\jesd219.fio" />
58 </Component>
59 <Component>
60 <File Source="..\..\examples\latency-profile.fio" />
61 </Component>
62 <Component>
63 <File Source="..\..\examples\libhdfs.fio" />
64 </Component>
65 <Component>
66 <File Source="..\..\examples\mtd.fio" />
67 </Component>
35922a21 68 <Component>
9f873e2e 69 <File Source="..\..\examples\netio.fio" />
35922a21 70 </Component>
9aa5fe32
BC
71 <Component>
72 <File Source="..\..\examples\netio_multicast.fio" />
73 </Component>
35922a21 74 <Component>
c6b80f7e 75 <File Source="..\..\examples\null.fio" />
35922a21
BC
76 </Component>
77 <Component>
c6b80f7e 78 <File Source="..\..\examples\numa.fio" />
35922a21
BC
79 </Component>
80 <Component>
c6b80f7e 81 <File Source="..\..\examples\pmemblk.fio" />
35922a21
BC
82 </Component>
83 <Component>
c6b80f7e 84 <File Source="..\..\examples\poisson-rate-submission.fio" />
35922a21
BC
85 </Component>
86 <Component>
c6b80f7e 87 <File Source="..\..\examples\rand-zones.fio" />
35922a21
BC
88 </Component>
89 <Component>
c6b80f7e 90 <File Source="..\..\examples\rbd.fio" />
35922a21
BC
91 </Component>
92 <Component>
c6b80f7e 93 <File Source="..\..\examples\rdmaio-client.fio" />
35922a21
BC
94 </Component>
95 <Component>
c6b80f7e 96 <File Source="..\..\examples\rdmaio-server.fio" />
35922a21
BC
97 </Component>
98 <Component>
99 <File Source="..\..\examples\ssd-steadystate.fio" />
100 </Component>
c6b80f7e
RC
101 <Component>
102 <File Source="..\..\examples\ssd-test.fio" />
103 </Component>
104 <Component>
105 <File Source="..\..\examples\steadystate.fio" />
106 </Component>
107 <Component>
108 <File Source="..\..\examples\surface-scan.fio" />
109 </Component>
110 <Component>
111 <File Source="..\..\examples\tiobench-example.fio" />
112 </Component>
113 <Component>
114 <File Source="..\..\examples\waitfor.fio" />
115 </Component>
35922a21 116 <Component>
9f873e2e 117 <File Source="..\..\examples\zipf.fio" />
35922a21
BC
118 </Component>
119 </DirectoryRef>
120 </Fragment>
121 <Fragment>
122 <ComponentGroup Id="examples">
9f873e2e
BC
123 <ComponentRef Id="_1mbs_clients.fio" />
124 <ComponentRef Id="aio_read.fio" />
c6b80f7e
RC
125 <ComponentRef Id="backwards_read.fio" />
126 <ComponentRef Id="basic_verify.fio" />
127 <ComponentRef Id="cpuio.fio" />
128 <ComponentRef Id="dev_dax.fio" />
9f873e2e 129 <ComponentRef Id="disk_zone_profile.fio" />
c6b80f7e
RC
130 <ComponentRef Id="e4defrag.fio" />
131 <ComponentRef Id="e4defrag2.fio" />
132 <ComponentRef Id="enospc_pressure.fio" />
133 <ComponentRef Id="falloc.fio" />
134 <ComponentRef Id="fixed_rate_submission.fio" />
135 <ComponentRef Id="flow.fio" />
9f873e2e 136 <ComponentRef Id="fsx.fio" />
c6b80f7e
RC
137 <ComponentRef Id="fusion_aw_sync.fio" />
138 <ComponentRef Id="gfapi.fio" />
9f873e2e 139 <ComponentRef Id="iometer_file_access_server.fio" />
c6b80f7e
RC
140 <ComponentRef Id="jesd219.fio" />
141 <ComponentRef Id="latency_profile.fio" />
142 <ComponentRef Id="libhdfs.fio" />
143 <ComponentRef Id="mtd.fio" />
9f873e2e 144 <ComponentRef Id="netio.fio" />
9aa5fe32 145 <ComponentRef Id="netio_multicast.fio" />
c6b80f7e
RC
146 <ComponentRef Id="null.fio" />
147 <ComponentRef Id="numa.fio" />
148 <ComponentRef Id="pmemblk.fio" />
149 <ComponentRef Id="poisson_rate_submission.fio" />
150 <ComponentRef Id="rand_zones.fio" />
151 <ComponentRef Id="rbd.fio" />
152 <ComponentRef Id="rdmaio_client.fio" />
153 <ComponentRef Id="rdmaio_server.fio" />
154 <ComponentRef Id="ssd_steadystate.fio" />
9f873e2e 155 <ComponentRef Id="ssd_test.fio" />
c6b80f7e 156 <ComponentRef Id="steadystate.fio" />
9f873e2e
BC
157 <ComponentRef Id="surface_scan.fio" />
158 <ComponentRef Id="tiobench_example.fio" />
c6b80f7e 159 <ComponentRef Id="waitfor.fio" />
9f873e2e 160 <ComponentRef Id="zipf.fio" />
35922a21
BC
161 </ComponentGroup>
162 </Fragment>
163</Wix>