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>IOCDStorageFamily</string>
9	<key>CFBundleIdentifier</key>
10	<string>com.apple.iokit.IOCDStorageFamily</string>
11	<key>CFBundleInfoDictionaryVersion</key>
12	<string>6.0</string>
13	<key>CFBundleName</key>
14	<string>I/O Kit CD Storage Family</string>
15	<key>CFBundlePackageType</key>
16	<string>KEXT</string>
17	<key>CFBundleShortVersionString</key>
18	<string>1.7.1</string>
19	<key>CFBundleSignature</key>
20	<string>????</string>
21	<key>CFBundleVersion</key>
22	<string>1.7.1</string>
23	<key>IOKitPersonalities</key>
24	<dict>
25		<key>IOCDBlockStorageDriver</key>
26		<dict>
27			<key>IOClass</key>
28			<string>IOCDBlockStorageDriver</string>
29			<key>IOPropertyMatch</key>
30			<dict>
31				<key>device-type</key>
32				<string>CDROM</string>
33			</dict>
34			<key>IOProviderClass</key>
35			<string>IOCDBlockStorageDevice</string>
36		</dict>
37		<key>IOCDMediaBSDClient</key>
38		<dict>
39			<key>IOClass</key>
40			<string>IOCDMediaBSDClient</string>
41			<key>IOMatchCategory</key>
42			<string>IOMediaBSDClient</string>
43			<key>IOProbeScore</key>
44			<integer>31000</integer>
45			<key>IOProviderClass</key>
46			<string>IOCDMedia</string>
47			<key>IOResourceMatch</key>
48			<string>IOBSD</string>
49		</dict>
50		<key>IOCDPartitionScheme</key>
51		<dict>
52			<key>Content Mask</key>
53			<string>CD_partition_scheme</string>
54			<key>Content Table</key>
55			<dict>
56				<key>0x01</key>
57				<string>CD_DA</string>
58				<key>0x02</key>
59				<string>CD_ROM_Mode_1</string>
60				<key>0x03</key>
61				<string>CD_ROM_Mode_2</string>
62				<key>0x04</key>
63				<string>CD_ROM_Mode_2_Form_1</string>
64				<key>0x05</key>
65				<string>CD_ROM_Mode_2_Form_2</string>
66			</dict>
67			<key>IOClass</key>
68			<string>IOCDPartitionScheme</string>
69			<key>IOMatchCategory</key>
70			<string>IOStorage</string>
71			<key>IOProviderClass</key>
72			<string>IOCDMedia</string>
73		</dict>
74	</dict>
75	<key>NSHumanReadableCopyright</key>
76	<string>Copyright © 1998-2012 Apple Inc. All rights reserved.</string>
77	<key>OSBundleAllowUserLoad</key>
78	<true/>
79	<key>OSBundleCompatibleVersion</key>
80	<string>1.0.0b1</string>
81	<key>OSBundleLibraries</key>
82	<dict>
83		<key>com.apple.iokit.IOStorageFamily</key>
84		<string>1.7</string>
85		<key>com.apple.kpi.bsd</key>
86		<string>8.0</string>
87		<key>com.apple.kpi.iokit</key>
88		<string>8.0</string>
89		<key>com.apple.kpi.libkern</key>
90		<string>8.0</string>
91		<key>com.apple.kpi.mach</key>
92		<string>8.0</string>
93	</dict>
94	<key>OSBundleRequired</key>
95	<string>Local-Root</string>
96</dict>
97</plist>
98