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>IODVDStorageFamily</string>
9	<key>CFBundleIdentifier</key>
10	<string>com.apple.iokit.IODVDStorageFamily</string>
11	<key>CFBundleInfoDictionaryVersion</key>
12	<string>6.0</string>
13	<key>CFBundleName</key>
14	<string>I/O Kit DVD 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>IODVDBlockStorageDriver</key>
26		<dict>
27			<key>IOClass</key>
28			<string>IODVDBlockStorageDriver</string>
29			<key>IOPropertyMatch</key>
30			<dict>
31				<key>device-type</key>
32				<string>DVD</string>
33			</dict>
34			<key>IOProviderClass</key>
35			<string>IODVDBlockStorageDevice</string>
36		</dict>
37		<key>IODVDMediaBSDClient</key>
38		<dict>
39			<key>IOClass</key>
40			<string>IODVDMediaBSDClient</string>
41			<key>IOMatchCategory</key>
42			<string>IOMediaBSDClient</string>
43			<key>IOProbeScore</key>
44			<integer>31000</integer>
45			<key>IOProviderClass</key>
46			<string>IODVDMedia</string>
47			<key>IOResourceMatch</key>
48			<string>IOBSD</string>
49		</dict>
50	</dict>
51	<key>NSHumanReadableCopyright</key>
52	<string>Copyright © 1998-2012 Apple Inc. All rights reserved.</string>
53	<key>OSBundleAllowUserLoad</key>
54	<true/>
55	<key>OSBundleCompatibleVersion</key>
56	<string>1.0.0b1</string>
57	<key>OSBundleLibraries</key>
58	<dict>
59		<key>com.apple.iokit.IOCDStorageFamily</key>
60		<string>1.7</string>
61		<key>com.apple.iokit.IOStorageFamily</key>
62		<string>1.7</string>
63		<key>com.apple.kpi.bsd</key>
64		<string>8.0</string>
65		<key>com.apple.kpi.iokit</key>
66		<string>8.0</string>
67		<key>com.apple.kpi.libkern</key>
68		<string>8.0</string>
69		<key>com.apple.kpi.mach</key>
70		<string>8.0</string>
71	</dict>
72	<key>OSBundleRequired</key>
73	<string>Local-Root</string>
74</dict>
75</plist>
76