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>AppleUSBCDCEEM</string>
9	<key>CFBundleIconFile</key>
10	<string></string>
11	<key>CFBundleIdentifier</key>
12	<string>com.apple.driver.AppleUSBCDCEEM</string>
13	<key>CFBundleInfoDictionaryVersion</key>
14	<string>6.0</string>
15	<key>CFBundleName</key>
16	<string>AppleUSBCDCEEM</string>
17	<key>CFBundlePackageType</key>
18	<string>KEXT</string>
19	<key>CFBundleShortVersionString</key>
20	<string>4.2.1</string>
21	<key>CFBundleSignature</key>
22	<string>????</string>
23	<key>CFBundleVersion</key>
24	<string>4.2.1b5</string>
25	<key>IOKitPersonalities</key>
26	<dict>
27		<key>AppleUSBCDCEEM</key>
28		<dict>
29			<key>bInterfaceClass</key>
30			<integer>2</integer>
31			<key>bInterfaceSubClass</key>
32			<integer>12</integer>
33			<key>CFBundleIdentifier</key>
34			<string>com.apple.driver.AppleUSBCDCEEM</string>
35			<key>InputBuffers</key>
36			<integer>8</integer>
37			<key>IOClass</key>
38			<string>AppleUSBCDCEEM</string>
39			<key>IOProviderClass</key>
40			<string>IOUSBInterface</string>
41			<key>OutputBuffers</key>
42			<integer>4</integer>
43		</dict>
44	</dict>
45	<key>OSBundleLibraries</key>
46	<dict>
47		<key>com.apple.iokit.IONetworkingFamily</key>
48		<string>1.7.0</string>
49		<key>com.apple.iokit.IOUSBFamily</key>
50		<string>3.5.0b1</string>
51		<key>com.apple.kpi.bsd</key>
52		<string>10.0.0d1</string>
53		<key>com.apple.kpi.iokit</key>
54		<string>10.0.0d1</string>
55		<key>com.apple.kpi.libkern</key>
56		<string>10.0.0d1</string>
57	</dict>
58</dict>
59</plist>
60