Add support for cpus_allowed_policy
[fio.git] / os / windows / examples.wxs
index 707acdd2fce69adff80c9f5d443f0a4169c5827a..a21182a9d84400053cb598c25fbc889a18fbb412 100755 (executable)
@@ -1,47 +1,79 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">\r
-    <Fragment>\r
-        <DirectoryRef Id="examples">\r
-                <Component Id="cmp7F8EDEF63912D15194187B7E8854E969" Guid="{E2A86D00-FAEE-4EE4-8B9A-89BD8A33A493}">\r
-                    <File Id="fil1BE329E8BC0EE95012893D075AB7A894" KeyPath="yes" Source="..\..\examples\1mbs_clients" />\r
-                </Component>\r
-                <Component Id="cmpE73C8988602A39632F18AD9A3947C009" Guid="{15B9E880-FB2E-44F3-B324-3467930F509F}">\r
-                    <File Id="filE25142310F5E8F32B14BD462CBE3041D" KeyPath="yes" Source="..\..\examples\aio-read" />\r
-                </Component>\r
-                <Component Id="cmpDDAD530C38A0386ED9B1BD1E4FB4A5CD" Guid="{60F03D01-1F0D-4A13-B465-3518CF5216C8}">\r
-                    <File Id="filCF2F54039FEAB371F69F396841FB86A3" KeyPath="yes" Source="..\..\examples\disk-zone-profile" />\r
-                </Component>\r
-                <Component Id="cmp7D972E777EF2EE565F9A69EFF1DB8E71" Guid="{F85848C3-AA21-4337-BE31-275829F22704}">\r
-                    <File Id="filDD9F8CE7FD40C7FE25625FC1456E3B33" KeyPath="yes" Source="..\..\examples\fsx" />\r
-                </Component>\r
-                <Component Id="cmpBD2C7B8BEEDE8980A526893B02D81051" Guid="{1C64EC58-C371-4854-99FD-4074568DA4D1}">\r
-                    <File Id="fil4810561841BA6D074CFE8883BFF1535D" KeyPath="yes" Source="..\..\examples\iometer-file-access-server" />\r
-                </Component>\r
-                <Component Id="cmpD3A1A0BB97B87A644649B56FCD9E2F07" Guid="{C98E0511-82F1-49CC-A34A-31352681221F}">\r
-                    <File Id="filDFB42364CFDAB4F04E8E0070F2244DF2" KeyPath="yes" Source="..\..\examples\netio" />\r
-                </Component>\r
-                <Component Id="cmp41D99634552892975F20B5E8B9F067A2" Guid="{9D8FF246-4876-4FE4-8ADC-33131B05E9B3}">\r
-                    <File Id="filE03F0E45B2A4808700EAC30FB4EE0868" KeyPath="yes" Source="..\..\examples\ssd-test" />\r
-                </Component>\r
-                <Component Id="cmpF5FD8F66ED697C9E6B5F956C8BEC2DD8" Guid="{B5995E51-69C0-4E76-A911-F9F77F757217}">\r
-                    <File Id="fil3C01ACD79BB65D78D3DDF655FD5258BF" KeyPath="yes" Source="..\..\examples\surface-scan" />\r
-                </Component>\r
-                <Component Id="cmpB3E6043A24B59DECD8D2CDA51B13F914" Guid="{F7FCF692-231B-4CFC-AAF7-1B1E3CB38964}">\r
-                    <File Id="fil405E83E16BBAA1D3B6EFEF9811BF5EFD" KeyPath="yes" Source="..\..\examples\tiobench-example" />\r
-                </Component>\r
-        </DirectoryRef>\r
-    </Fragment>\r
-    <Fragment>\r
-        <ComponentGroup Id="examples">\r
-            <ComponentRef Id="cmp7F8EDEF63912D15194187B7E8854E969" />\r
-            <ComponentRef Id="cmpE73C8988602A39632F18AD9A3947C009" />\r
-            <ComponentRef Id="cmpDDAD530C38A0386ED9B1BD1E4FB4A5CD" />\r
-            <ComponentRef Id="cmp7D972E777EF2EE565F9A69EFF1DB8E71" />\r
-            <ComponentRef Id="cmpBD2C7B8BEEDE8980A526893B02D81051" />\r
-            <ComponentRef Id="cmpD3A1A0BB97B87A644649B56FCD9E2F07" />\r
-            <ComponentRef Id="cmp41D99634552892975F20B5E8B9F067A2" />\r
-            <ComponentRef Id="cmpF5FD8F66ED697C9E6B5F956C8BEC2DD8" />\r
-            <ComponentRef Id="cmpB3E6043A24B59DECD8D2CDA51B13F914" />\r
-        </ComponentGroup>\r
-    </Fragment>\r
-</Wix>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
+    <Fragment>
+        <DirectoryRef Id="examples">
+                <Component>
+                    <File Source="..\..\examples\1mbs_clients.fio" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\aio-read.fio" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\disk-zone-profile.fio" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\fsx.fio" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\iometer-file-access-server.fio" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\netio.fio" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\netio_multicast.fio" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\ssd-test.fio" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\surface-scan.fio" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\tiobench-example.fio" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\null.fio" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\flow.fio" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\cpuio.fio" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\falloc.fio" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\fusion-aw-sync.fio" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\ssd-steadystate.fio" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\zipf.fio" />
+                </Component>
+        </DirectoryRef>
+    </Fragment>
+    <Fragment>
+        <ComponentGroup Id="examples">
+            <ComponentRef Id="_1mbs_clients.fio" />
+            <ComponentRef Id="aio_read.fio" />
+            <ComponentRef Id="disk_zone_profile.fio" />
+            <ComponentRef Id="fsx.fio" />
+            <ComponentRef Id="iometer_file_access_server.fio" />
+            <ComponentRef Id="netio.fio" />
+            <ComponentRef Id="netio_multicast.fio" />
+            <ComponentRef Id="ssd_test.fio" />
+            <ComponentRef Id="surface_scan.fio" />
+            <ComponentRef Id="tiobench_example.fio" />
+            <ComponentRef Id="null.fio" />
+            <ComponentRef Id="flow.fio" />
+            <ComponentRef Id="cpuio.fio" />
+            <ComponentRef Id="falloc.fio" />
+            <ComponentRef Id="fusion_aw_sync.fio" />
+            <ComponentRef Id="ssd_steadystate.fio" />
+            <ComponentRef Id="zipf.fio" />
+        </ComponentGroup>
+    </Fragment>
+</Wix>