1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//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>AppleRAID</string>
9	<key>CFBundleGetInfoString</key>
10	<string>AppleRAID 4.0, Copyright 2009 Apple Inc.</string>
11	<key>CFBundleIconFile</key>
12	<string></string>
13	<key>CFBundleIdentifier</key>
14	<string>com.apple.driver.AppleRAID</string>
15	<key>CFBundleInfoDictionaryVersion</key>
16	<string>6.0</string>
17	<key>CFBundleName</key>
18	<string>AppleRAID</string>
19	<key>CFBundlePackageType</key>
20	<string>KEXT</string>
21	<key>CFBundleShortVersionString</key>
22	<string>4.0</string>
23	<key>CFBundleSignature</key>
24	<string>????</string>
25	<key>CFBundleVersion</key>
26	<string>4.0.6</string>
27	<key>IOKitPersonalities</key>
28	<dict>
29		<key>AppleRAID</key>
30		<dict>
31			<key>CFBundleIdentifier</key>
32			<string>com.apple.driver.AppleRAID</string>
33			<key>IOClass</key>
34			<string>AppleRAIDMember</string>
35			<key>IOMatchCategory</key>
36			<string>IOStorage</string>
37			<key>IOProbeScore</key>
38			<integer>500</integer>
39			<key>IOPropertyMatch</key>
40			<array>
41				<dict>
42					<key>Content Hint</key>
43					<string>Apple_RAID</string>
44				</dict>
45				<dict>
46					<key>Content Hint</key>
47					<string>Apple_Boot_RAID</string>
48				</dict>
49				<dict>
50					<key>Content Hint</key>
51					<string>52414944-0000-11AA-AA11-00306543ECAC</string>
52				</dict>
53			</array>
54			<key>IOProviderClass</key>
55			<string>IOMedia</string>
56		</dict>
57	</dict>
58	<key>OSBundleLibraries</key>
59	<dict>
60		<key>com.apple.iokit.IOStorageFamily</key>
61		<string>1.6</string>
62		<key>com.apple.kpi.iokit</key>
63		<string>10.0.0d1</string>
64		<key>com.apple.kpi.libkern</key>
65		<string>10.0.0d1</string>
66		<key>com.apple.kpi.mach</key>
67		<string>10.0.0d1</string>
68	</dict>
69	<key>OSBundleRequired</key>
70	<string>Local-Root</string>
71</dict>
72</plist>
73