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>IOFireWireFamily</string>
9	<key>CFBundleGetInfoString</key>
10	<string>IOFireWireFamily version 4.5.5, Copyright © 2012 Apple Inc. All rights reserved.</string>
11	<key>CFBundleIconFile</key>
12	<string></string>
13	<key>CFBundleIdentifier</key>
14	<string>com.apple.iokit.IOFireWireFamily</string>
15	<key>CFBundleInfoDictionaryVersion</key>
16	<string>6.0</string>
17	<key>CFBundleName</key>
18	<string>IOFireWireFamily</string>
19	<key>CFBundlePackageType</key>
20	<string>KEXT</string>
21	<key>CFBundleShortVersionString</key>
22	<string>4.5.5</string>
23	<key>CFBundleSignature</key>
24	<string>????</string>
25	<key>CFBundleVersion</key>
26	<string>4.5.5</string>
27	<key>IOKitPersonalities</key>
28	<dict>
29		<key>IOFireWireUserClient</key>
30		<dict>
31			<key>CFBundleIdentifier</key>
32			<string>com.apple.iokit.IOFireWireFamily</string>
33			<key>IOClass</key>
34			<string>IOFireWireUserClientIniter</string>
35			<key>IOMatchCategory</key>
36			<string>IOFireWireUserClient</string>
37			<key>IOProviderClass</key>
38			<string>IOFireWireNub</string>
39			<key>IOProviderMergeProperties</key>
40			<dict>
41				<key>IOCFPlugInTypes</key>
42				<dict>
43					<key>CDCFCA94-F197-11D4-87E6-000502072F80</key>
44					<string>IOFireWireFamily.kext/Contents/PlugIns/IOFireWireLib.plugin</string>
45				</dict>
46				<key>IOUserClientClass</key>
47				<string>IOFireWireUserClient</string>
48			</dict>
49		</dict>
50	</dict>
51	<key>OSBundleCompatibleVersion</key>
52	<string>1.0.0</string>
53	<key>OSBundleLibraries</key>
54	<dict>
55		<key>com.apple.kpi.iokit</key>
56		<string>8.0</string>
57		<key>com.apple.kpi.libkern</key>
58		<string>8.0</string>
59		<key>com.apple.kpi.mach</key>
60		<string>8.0</string>
61		<key>com.apple.kpi.bsd</key>
62		<string>8.0</string>		
63	</dict>
64	<key>OSBundleRequired</key>
65	<string>Local-Root</string>
66</dict>
67</plist>
68