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>IONDRVSupport</string>
9	<key>CFBundleGetInfoString</key>
10	<string>2.4.1, Copyright Apple Computer, Inc. 2000-2012</string>
11	<key>CFBundleIconFile</key>
12	<string></string>
13	<key>CFBundleIdentifier</key>
14	<string>com.apple.iokit.IONDRVSupport</string>
15	<key>CFBundleInfoDictionaryVersion</key>
16	<string>6.0</string>
17	<key>CFBundleName</key>
18	<string>I/O Kit NDRV Support</string>
19	<key>CFBundlePackageType</key>
20	<string>KEXT</string>
21	<key>CFBundleShortVersionString</key>
22	<string>2.4.1</string>
23	<key>CFBundleSignature</key>
24	<string>????</string>
25	<key>CFBundleVersion</key>
26	<string>2.4.1</string>
27	<key>IOKitPersonalities</key>
28	<dict>
29		<key>1</key>
30		<dict>
31			<key>CFBundleIdentifier</key>
32			<string>com.apple.iokit.IONDRVSupport</string>
33			<key>IOClass</key>
34			<string>IONDRVFramebuffer</string>
35			<key>IOMatchCategory</key>
36			<string>IOFramebuffer</string>
37			<key>IONameMatch</key>
38			<string>display</string>
39			<key>IOProbeScore</key>
40			<integer>20000</integer>
41			<key>IOProviderClass</key>
42			<string>IOPCIDevice</string>
43		</dict>
44		<key>2</key>
45		<dict>
46			<key>CFBundleIdentifier</key>
47			<string>com.apple.iokit.IONDRVSupport</string>
48			<key>IOClass</key>
49			<string>IONDRVFramebuffer</string>
50			<key>IOMatchCategory</key>
51			<string>IOFramebuffer</string>
52			<key>IONameMatch</key>
53			<string>display</string>
54			<key>IOProbeScore</key>
55			<integer>20000</integer>
56			<key>IOProviderClass</key>
57			<string>IOPlatformDevice</string>
58		</dict>
59		<key>3</key>
60		<dict>
61			<key>CFBundleIdentifier</key>
62			<string>com.apple.iokit.IONDRVSupport</string>
63			<key>IOClass</key>
64			<string>IONDRVFramebuffer</string>
65			<key>IOMatchCategory</key>
66			<string>IOFramebuffer</string>
67			<key>IOPCIClassMatch</key>
68			<string>0x03000000&amp;0xff000000</string>
69			<key>IOProbeScore</key>
70			<integer>0</integer>
71			<key>IOProviderClass</key>
72			<string>IOPCIDevice</string>
73		</dict>
74	</dict>
75	<key>OSBundleCompatibleVersion</key>
76	<string>1.0.0b1</string>
77	<key>OSBundleLibraries</key>
78	<dict>
79		<key>com.apple.iokit.IOGraphicsFamily</key>
80		<string>1.1</string>
81		<key>com.apple.iokit.IOPCIFamily</key>
82		<string>1.1</string>
83		<key>com.apple.kpi.iokit</key>
84		<string>8.0.0</string>
85		<key>com.apple.kpi.libkern</key>
86		<string>8.0.0</string>
87		<key>com.apple.kpi.mach</key>
88		<string>8.0.0</string>
89		<key>com.apple.kpi.unsupported</key>
90		<string>8.0.0</string>
91	</dict>
92	<key>OSBundleRequired</key>
93	<string>Safe Boot</string>
94</dict>
95</plist>
96