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>IOPCIFamily</string>
9	<key>CFBundleGetInfoString</key>
10	<string>2.9, Copyright © 2000-2011 Apple Inc. All rights reserved.</string>
11	<key>CFBundleIconFile</key>
12	<string></string>
13	<key>CFBundleIdentifier</key>
14	<string>com.apple.iokit.IOPCIFamily</string>
15	<key>CFBundleInfoDictionaryVersion</key>
16	<string>6.0</string>
17	<key>CFBundleName</key>
18	<string>I/O Kit PCI Family</string>
19	<key>CFBundlePackageType</key>
20	<string>KEXT</string>
21	<key>CFBundleShortVersionString</key>
22	<string>2.9</string>
23	<key>CFBundleSignature</key>
24	<string>????</string>
25	<key>CFBundleVersion</key>
26	<string>2.9</string>
27	<key>IOKitPersonalities</key>
28	<dict>
29		<key>IOPCI2PCIBridge-Name</key>
30		<dict>
31			<key>CFBundleIdentifier</key>
32			<string>com.apple.iokit.IOPCIFamily</string>
33			<key>IOClass</key>
34			<string>IOPCI2PCIBridge</string>
35			<key>IONameMatch</key>
36			<string>pci-bridge</string>
37			<key>IOProviderClass</key>
38			<string>IOPCIDevice</string>
39		</dict>
40		<key>IOPCI2PCIBridge-PCI</key>
41		<dict>
42			<key>CFBundleIdentifier</key>
43			<string>com.apple.iokit.IOPCIFamily</string>
44			<key>IOClass</key>
45			<string>IOPCI2PCIBridge</string>
46			<key>IOPCIMatch</key>
47			<string>0x00261011</string>
48			<key>IOProviderClass</key>
49			<string>IOPCIDevice</string>
50		</dict>
51		<key>IOPCI2PCIBridge-i386</key>
52		<dict>
53			<key>CFBundleIdentifier</key>
54			<string>com.apple.iokit.IOPCIFamily</string>
55			<key>IOClass</key>
56			<string>IOPCI2PCIBridge</string>
57			<key>IOPCIClassMatch</key>
58			<string>0x06040000&amp;0xffff0000</string>
59			<key>IOProviderClass</key>
60			<string>IOPCIDevice</string>
61		</dict>
62	</dict>
63	<key>NSHumanReadableCopyright</key>
64	<string>Copyright Apple Computer, Inc. 2000-2008</string>
65	<key>OSBundleCompatibleVersion</key>
66	<string>1.0.0b1</string>
67	<key>OSBundleLibraries</key>
68	<dict>
69		<key>com.apple.kpi.iokit</key>
70		<string>8.0</string>
71		<key>com.apple.kpi.libkern</key>
72		<string>8.0</string>
73		<key>com.apple.kpi.mach</key>
74		<string>8.0</string>
75		<key>com.apple.kpi.unsupported</key>
76		<string>8.0</string>
77		<key>com.apple.kpi.private</key>
78		<string>8.0</string>
79	</dict>
80	<key>OSBundleRequired</key>
81	<string>Root</string>
82</dict>
83</plist>
84