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>IOFireWireSerialBusProtocolTransport</string>
9	<key>CFBundleGetInfoString</key>
10	<string>$(IO_FIREWIRE_SERIAL_BUS_PROTOCOL_TRANSPORT_VERSION_COPYRIGHT)</string>
11	<key>CFBundleIconFile</key>
12	<string></string>
13	<key>CFBundleIdentifier</key>
14	<string>com.apple.iokit.IOFireWireSerialBusProtocolTransport</string>
15	<key>CFBundleInfoDictionaryVersion</key>
16	<string>6.0</string>
17	<key>CFBundleName</key>
18	<string>IOFireWireSerialBusProtocolTransport</string>
19	<key>CFBundlePackageType</key>
20	<string>KEXT</string>
21	<key>CFBundleShortVersionString</key>
22	<string>$(IO_FIREWIRE_SERIAL_BUS_PROTOCOL_TRANSPORT_MODULE_VERSION)</string>
23	<key>CFBundleSignature</key>
24	<string>????</string>
25	<key>CFBundleVersion</key>
26	<string>$(IO_FIREWIRE_SERIAL_BUS_PROTOCOL_TRANSPORT_MODULE_VERSION)</string>
27	<key>IOKitPersonalities</key>
28	<dict>
29		<key>IOFireWireSerialBusProtocolTransport</key>
30		<dict>
31			<key>CFBundleIdentifier</key>
32			<string>com.apple.iokit.IOFireWireSerialBusProtocolTransport</string>
33			<key>Command_Set</key>
34			<integer>66776</integer>
35			<key>Command_Set_Spec_ID</key>
36			<integer>24734</integer>
37			<key>IOClass</key>
38			<string>IOFireWireSerialBusProtocolTransport</string>
39			<key>IOProbeScore</key>
40			<integer>4096</integer>
41			<key>IOProviderClass</key>
42			<string>IOFireWireSBP2LUN</string>
43			<key>Protocol Characteristics</key>
44			<dict>
45				<key>Physical Interconnect</key>
46				<string>FireWire</string>
47				<key>Physical Interconnect Location</key>
48				<string>External</string>
49			</dict>
50		</dict>
51	</dict>
52	<key>OSBundleCompatibleVersion</key>
53	<string>1.0.0</string>
54	<key>OSBundleLibraries</key>
55	<dict>
56		<key>com.apple.iokit.IOFireWireFamily</key>
57		<string>1.0.0</string>
58		<key>com.apple.iokit.IOFireWireSBP2</key>
59		<string>1.0.0</string>
60		<key>com.apple.iokit.IOSCSIArchitectureModelFamily</key>
61		<string>1.0.0</string>
62		<key>com.apple.kpi.iokit</key>
63		<string>9.0.0</string>
64		<key>com.apple.kpi.bsd</key>
65		<string>9.0.0</string>
66		<key>com.apple.kpi.libkern</key>
67		<string>9.0.0</string>
68		<key>com.apple.kpi.mach</key>
69		<string>9.0.0</string>
70	</dict>
71	<key>OSBundleRequired</key>
72	<string>Local-Root</string>
73</dict>
74</plist>
75