1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5	<key>CFBundleDevelopmentRegion</key>
6	<string>English</string>
7	<key>CFBundleExecutable</key>
8	<string>IOStorageFamily</string>
9	<key>CFBundleIdentifier</key>
10	<string>com.apple.iokit.IOStorageFamily</string>
11	<key>CFBundleInfoDictionaryVersion</key>
12	<string>6.0</string>
13	<key>CFBundleName</key>
14	<string>I/O Kit Storage Family</string>
15	<key>CFBundlePackageType</key>
16	<string>KEXT</string>
17	<key>CFBundleShortVersionString</key>
18	<string>2.0</string>
19	<key>CFBundleSignature</key>
20	<string>????</string>
21	<key>CFBundleVersion</key>
22	<string>2.0</string>
23	<key>IOKitPersonalities</key>
24	<dict>
25#if !TARGET_OS_EMBEDDED
26		<key>IOAppleLabelScheme</key>
27		<dict>
28			<key>Content Mask</key>
29			<string>Apple_Label</string>
30			<key>IOClass</key>
31			<string>IOAppleLabelScheme</string>
32			<key>IOMatchCategory</key>
33			<string>IOStorage</string>
34			<key>IOProbeScore</key>
35			<integer>1000</integer>
36			<key>IOPropertyMatch</key>
37			<array>
38				<dict>
39					<key>Content Hint</key>
40					<string>Apple_Label</string>
41				</dict>
42				<dict>
43					<key>Content Hint</key>
44					<string>4C616265-6C00-11AA-AA11-00306543ECAC</string>
45				</dict>
46			</array>
47			<key>IOProviderClass</key>
48			<string>IOMedia</string>
49		</dict>
50#endif /* !TARGET_OS_EMBEDDED */
51		<key>IOApplePartitionScheme</key>
52		<dict>
53			<key>Content Mask</key>
54			<string>Apple_partition_scheme</string>
55			<key>IOClass</key>
56			<string>IOApplePartitionScheme</string>
57			<key>IOMatchCategory</key>
58			<string>IOStorage</string>
59			<key>IOProbeScore</key>
60			<integer>2000</integer>
61			<key>IOPropertyMatch</key>
62			<array>
63				<dict>
64					<key>Whole</key>
65					<true/>
66				</dict>
67				<dict>
68					<key>Content Hint</key>
69					<string>CD_ROM_Mode_1</string>
70					<key>Writable</key>
71					<false/>
72				</dict>
73				<dict>
74					<key>Content Hint</key>
75					<string>CD_ROM_Mode_2_Form_1</string>
76					<key>Writable</key>
77					<false/>
78				</dict>
79			</array>
80			<key>IOProviderClass</key>
81			<string>IOMedia</string>
82		</dict>
83		<key>IOBlockStorageDriver</key>
84		<dict>
85			<key>IOClass</key>
86			<string>IOBlockStorageDriver</string>
87			<key>IOPropertyMatch</key>
88			<dict>
89				<key>device-type</key>
90				<string>Generic</string>
91			</dict>
92			<key>IOProviderClass</key>
93			<string>IOBlockStorageDevice</string>
94		</dict>
95		<key>IOFDiskPartitionScheme</key>
96		<dict>
97			<key>Content Mask</key>
98			<string>FDisk_partition_scheme</string>
99			<key>Content Table</key>
100			<dict>
101				<key>0x01</key>
102				<string>DOS_FAT_12</string>
103				<key>0x04</key>
104				<string>DOS_FAT_16_S</string>
105				<key>0x06</key>
106				<string>DOS_FAT_16</string>
107				<key>0x07</key>
108				<string>Windows_NTFS</string>
109				<key>0x0B</key>
110				<string>DOS_FAT_32</string>
111				<key>0x0C</key>
112				<string>Windows_FAT_32</string>
113				<key>0x0E</key>
114				<string>Windows_FAT_16</string>
115				<key>0x14</key>
116				<string>DOS_FAT_16_S_Hidden</string>
117				<key>0x16</key>
118				<string>DOS_FAT_16_Hidden</string>
119				<key>0x42</key>
120				<string>Windows_LDM</string>
121				<key>0x82</key>
122				<string>Linux_Swap</string>
123				<key>0x83</key>
124				<string>Linux</string>
125				<key>0x8E</key>
126				<string>Linux_LVM</string>
127				<key>0xA5</key>
128				<string>FreeBSD</string>
129				<key>0xA6</key>
130				<string>OpenBSD</string>
131				<key>0xA7</key>
132				<string>Apple_Rhapsody_UFS</string>
133				<key>0xA8</key>
134				<string>Apple_UFS</string>
135				<key>0xA9</key>
136				<string>NetBSD</string>
137				<key>0xAB</key>
138				<string>Apple_Boot</string>
139				<key>0xAE</key>
140				<string>Apple_Encrypted</string>
141				<key>0xAF</key>
142				<string>Apple_HFS</string>
143				<key>0xFD</key>
144				<string>Linux_RAID</string>
145			</dict>
146			<key>IOClass</key>
147			<string>IOFDiskPartitionScheme</string>
148			<key>IOMatchCategory</key>
149			<string>IOStorage</string>
150			<key>IOProbeScore</key>
151			<integer>3000</integer>
152			<key>IOPropertyMatch</key>
153			<dict>
154				<key>Whole</key>
155				<true/>
156			</dict>
157			<key>IOProviderClass</key>
158			<string>IOMedia</string>
159		</dict>
160		<key>IOGUIDPartitionScheme</key>
161		<dict>
162			<key>Content Mask</key>
163			<string>GUID_partition_scheme</string>
164			<key>IOClass</key>
165			<string>IOGUIDPartitionScheme</string>
166			<key>IOMatchCategory</key>
167			<string>IOStorage</string>
168			<key>IOProbeScore</key>
169			<integer>4000</integer>
170			<key>IOPropertyMatch</key>
171			<dict>
172				<key>Whole</key>
173				<true/>
174			</dict>
175			<key>IOProviderClass</key>
176			<string>IOMedia</string>
177		</dict>
178		<key>IOMediaBSDClient</key>
179		<dict>
180			<key>IOClass</key>
181			<string>IOMediaBSDClient</string>
182			<key>IOMatchCategory</key>
183			<string>IOMediaBSDClient</string>
184			<key>IOProbeScore</key>
185			<integer>30000</integer>
186			<key>IOProviderClass</key>
187			<string>IOMedia</string>
188			<key>IOResourceMatch</key>
189			<string>IOBSD</string>
190		</dict>
191	</dict>
192	<key>NSHumanReadableCopyright</key>
193	<string>Copyright © 1998-2014 Apple Inc. All rights reserved.</string>
194	<key>OSBundleAllowUserLoad</key>
195	<true/>
196	<key>OSBundleCompatibleVersion</key>
197	<string>1.0.0b1</string>
198	<key>OSBundleLibraries</key>
199	<dict>
200		<key>com.apple.kpi.bsd</key>
201		<string>8.0</string>
202		<key>com.apple.kpi.iokit</key>
203		<string>8.0</string>
204		<key>com.apple.kpi.libkern</key>
205		<string>8.0</string>
206		<key>com.apple.kpi.mach</key>
207		<string>8.0</string>
208		<key>com.apple.kpi.private</key>
209		<string>8.0</string>
210		<key>com.apple.kpi.unsupported</key>
211		<string>8.0</string>
212	</dict>
213	<key>OSBundleRequired</key>
214	<string>Local-Root</string>
215</dict>
216</plist>
217