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>${EXECUTABLE_NAME}</string>
9	<key>CFBundleIconFile</key>
10	<string></string>
11	<key>CFBundleIdentifier</key>
12	<string>com.apple.driver.AppleSCSIHBAEmulator</string>
13	<key>CFBundleInfoDictionaryVersion</key>
14	<string>6.0</string>
15	<key>CFBundleName</key>
16	<string>${PRODUCT_NAME}</string>
17	<key>CFBundlePackageType</key>
18	<string>KEXT</string>
19	<key>CFBundleSignature</key>
20	<string>????</string>
21	<key>CFBundleVersion</key>
22	<string>1.0.0</string>
23	<key>IOKitPersonalities</key>
24	<dict>
25		<key>AppleSCSIEmulatorAdapter</key>
26		<dict>
27			<key>CFBundleIdentifier</key>
28			<string>com.apple.driver.AppleSCSIHBAEmulator</string>
29			<key>IOClass</key>
30			<string>AppleSCSIEmulatorAdapter</string>
31			<key>IOMatchCategory</key>
32			<string>AppleSCSIEmulatorAdapter</string>
33			<key>IOMaximumByteCountRead</key>
34			<integer>65536</integer>
35			<key>IOMaximumByteCountWrite</key>
36			<integer>65536</integer>
37			<key>IOProviderClass</key>
38			<string>IOResources</string>
39			<key>IOResourceMatch</key>
40			<string>IOKit</string>
41			<key>IOUserClientClass</key>
42			<string>AppleSCSIEmulatorAdapterUserClient</string>
43			<key>Physical Interconnect</key>
44			<string>Fibre Channel Interface</string>
45			<key>Physical Interconnect Location</key>
46			<string>External</string>
47		</dict>
48	</dict>
49	<key>OSBundleLibraries</key>
50	<dict>
51		<key>com.apple.iokit.IOSCSIParallelFamily</key>
52		<string>1.2.0</string>
53		<key>com.apple.kpi.iokit</key>
54		<string>8.9.9</string>
55		<key>com.apple.kpi.libkern</key>
56		<string>8.9.9</string>
57		<key>com.apple.kpi.mach</key>
58		<string>8.9.9</string>
59	</dict>
60</dict>
61</plist>
62