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> 6 <File Source="..\..\examples\1mbs_clients.fio" /> 7 </Component> 8 <Component> 9 <File Source="..\..\examples\aio-read.fio" /> 10 </Component> 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> 23 <Component> 24 <File Source="..\..\examples\disk-zone-profile.fio" /> 25 </Component> 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> 44 <Component> 45 <File Source="..\..\examples\fsx.fio" /> 46 </Component> 47 <Component> 48 <File Source="..\..\examples\fusion-aw-sync.fio" /> 49 </Component> 50 <Component> 51 <File Source="..\..\examples\gfapi.fio" /> 52 </Component> 53 <Component> 54 <File Source="..\..\examples\iometer-file-access-server.fio" /> 55 </Component> 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> 68 <Component> 69 <File Source="..\..\examples\netio.fio" /> 70 </Component> 71 <Component> 72 <File Source="..\..\examples\netio_multicast.fio" /> 73 </Component> 74 <Component> 75 <File Source="..\..\examples\null.fio" /> 76 </Component> 77 <Component> 78 <File Source="..\..\examples\numa.fio" /> 79 </Component> 80 <Component> 81 <File Source="..\..\examples\pmemblk.fio" /> 82 </Component> 83 <Component> 84 <File Source="..\..\examples\poisson-rate-submission.fio" /> 85 </Component> 86 <Component> 87 <File Source="..\..\examples\rand-zones.fio" /> 88 </Component> 89 <Component> 90 <File Source="..\..\examples\rbd.fio" /> 91 </Component> 92 <Component> 93 <File Source="..\..\examples\rdmaio-client.fio" /> 94 </Component> 95 <Component> 96 <File Source="..\..\examples\rdmaio-server.fio" /> 97 </Component> 98 <Component> 99 <File Source="..\..\examples\ssd-steadystate.fio" /> 100 </Component> 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> 116 <Component> 117 <File Source="..\..\examples\zipf.fio" /> 118 </Component> 119 </DirectoryRef> 120 </Fragment> 121 <Fragment> 122 <ComponentGroup Id="examples"> 123 <ComponentRef Id="_1mbs_clients.fio" /> 124 <ComponentRef Id="aio_read.fio" /> 125 <ComponentRef Id="backwards_read.fio" /> 126 <ComponentRef Id="basic_verify.fio" /> 127 <ComponentRef Id="cpuio.fio" /> 128 <ComponentRef Id="dev_dax.fio" /> 129 <ComponentRef Id="disk_zone_profile.fio" /> 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" /> 136 <ComponentRef Id="fsx.fio" /> 137 <ComponentRef Id="fusion_aw_sync.fio" /> 138 <ComponentRef Id="gfapi.fio" /> 139 <ComponentRef Id="iometer_file_access_server.fio" /> 140 <ComponentRef Id="jesd219.fio" /> 141 <ComponentRef Id="latency_profile.fio" /> 142 <ComponentRef Id="libhdfs.fio" /> 143 <ComponentRef Id="mtd.fio" /> 144 <ComponentRef Id="netio.fio" /> 145 <ComponentRef Id="netio_multicast.fio" /> 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" /> 155 <ComponentRef Id="ssd_test.fio" /> 156 <ComponentRef Id="steadystate.fio" /> 157 <ComponentRef Id="surface_scan.fio" /> 158 <ComponentRef Id="tiobench_example.fio" /> 159 <ComponentRef Id="waitfor.fio" /> 160 <ComponentRef Id="zipf.fio" /> 161 </ComponentGroup> 162 </Fragment> 163</Wix> 164