1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//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>IONetworkingFamily</string>
9	<key>CFBundleGetInfoString</key>
10	<string>Version 1.3.1, Copyright 2000-2003 Apple Computer, Inc.</string>
11	<key>CFBundleIdentifier</key>
12	<string>com.apple.iokit.IONetworkingFamily</string>
13	<key>CFBundleInfoDictionaryVersion</key>
14	<string>6.0</string>
15	<key>CFBundleName</key>
16	<string>I/O Kit Networking Family</string>
17	<key>CFBundlePackageType</key>
18	<string>KEXT</string>
19	<key>CFBundleShortVersionString</key>
20	<string>1.3.1</string>
21	<key>CFBundleSignature</key>
22	<string>????</string>
23	<key>CFBundleVersion</key>
24	<string>1.3.1</string>
25	<key>IOKitPersonalities</key>
26	<dict>
27		<key>IONetworkStack</key>
28		<dict>
29			<key>CFBundleIdentifier</key>
30			<string>com.apple.iokit.IONetworkingFamily</string>
31			<key>IOClass</key>
32			<string>IONetworkStack</string>
33			<key>IOMatchCategory</key>
34			<string>IONetworkStack</string>
35			<key>IOProviderClass</key>
36			<string>IOResources</string>
37			<key>IOResourceMatch</key>
38			<string>IOBSD</string>
39		</dict>
40		<key>Kernel Debugging Driver</key>
41		<dict>
42			<key>CFBundleIdentifier</key>
43			<string>com.apple.iokit.IONetworkingFamily</string>
44			<key>IOClass</key>
45			<string>IOKDP</string>
46			<key>IOMatchCategory</key>
47			<string>IOKDP</string>
48			<key>IOPropertyMatch</key>
49			<dict>
50				<key>IOPrimaryDebugPort</key>
51				<true/>
52			</dict>
53			<key>IOProviderClass</key>
54			<string>IOKernelDebugger</string>
55		</dict>
56	</dict>
57	<key>OSBundleCompatibleVersion</key>
58	<string>1.0.0b1</string>
59	<key>OSBundleLibraries</key>
60	<dict>
61		<key>com.apple.kernel.bsd</key>
62		<string>1.1</string>
63		<key>com.apple.kernel.iokit</key>
64		<string>1.1</string>
65		<key>com.apple.kernel.libkern</key>
66		<string>1.1</string>
67		<key>com.apple.kernel.mach</key>
68		<string>1.1</string>
69	</dict>
70	<key>OSBundleRequired</key>
71	<string>Network-Root</string>
72</dict>
73</plist>
74