1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3<plist version="0.9">
4<dict>
5    <key>CFBundleIdentifier</key>
6        <string>com.apple.OSSystemResources</string>
7    <key>CFBundleName</key>
8        <string>System Resource Extension</string>
9    <key>CFBundleGetInfoString</key>
10        <string>System Resource Extension, Apple Computer Inc, 1.0.0b1</string>
11    <key>CFBundleVersion</key>
12        <string>1.0.0b1</string>
13    <key>CFBundlePackageType</key>
14        <string>KEXT</string>
15    <key>CFBundleSignature</key>
16        <string>????</string>
17    <key>Modules</key>
18    <array>
19	<dict>
20	    <key>Kernel Resource</key>
21		<true/>
22	    <key>Name</key>
23		<string>com.apple.family.IOPCIBus</string>
24	</dict>
25	<dict>
26	    <key>Kernel Resource</key>
27		<true/>
28	    <key>Name</key>
29		<string>com.apple.family.IOSCSIParallel</string>
30	</dict>
31	<dict>
32	    <key>Kernel Resource</key>
33		<true/>
34	    <key>Name</key>
35		<string>com.apple.family.IOGraphics</string>
36	</dict>
37	<dict>
38	    <key>Kernel Resource</key>
39		<true/>
40	    <key>Name</key>
41		<string>com.apple.family.IOUSBBus</string>
42	</dict>
43	<dict>
44	    <key>Kernel Resource</key>
45		<true/>
46	    <key>Name</key>
47		<string>com.apple.family.IOADBBus</string>
48	</dict>
49	<dict>
50	    <key>Kernel Resource</key>
51		<true/>
52	    <key>Name</key>
53		<string>com.apple.family.IOATABus</string>
54	</dict>
55	<dict>
56	    <key>Kernel Resource</key>
57		<true/>
58	    <key>Name</key>
59		<string>com.apple.family.IOStorage</string>
60	</dict>
61	<dict>
62	    <key>Kernel Resource</key>
63		<true/>
64	    <key>Name</key>
65		<string>com.apple.family.IONetworking</string>
66	</dict>
67	<dict>
68	    <key>Kernel Resource</key>
69		<true/>
70	    <key>Name</key>
71		<string>com.apple.family.IOHIDSystem</string>
72	</dict>
73    </array>
74</dict>
75</plist>
76