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>CFBundleExecutable</key>
6	<string>IOHIDFamily</string>
7	<key>CFBundleIconFile</key>
8	<string></string>
9	<key>CFBundleIdentifier</key>
10	<string>com.apple.iokit.IOHIDFamily</string>
11	<key>CFBundleInfoDictionaryVersion</key>
12	<string>6.0</string>
13	<key>CFBundleName</key>
14	<string>IOHIDFamily</string>
15	<key>CFBundlePackageType</key>
16	<string>KEXT</string>
17	<key>CFBundleShortVersionString</key>
18	<string>$(IOHIDFAMILY_VERSION)</string>
19	<key>CFBundleSignature</key>
20	<string>????</string>
21	<key>CFBundleVersion</key>
22	<string>$(IOHIDFAMILY_VERSION)</string>
23	<key>IOKitPersonalities</key>
24	<dict>
25		<key>IOHIDResource</key>
26		<dict>
27			<key>CFBundleIdentifier</key>
28			<string>com.apple.iokit.IOHIDFamily</string>
29			<key>IOClass</key>
30			<string>IOHIDResource</string>
31			<key>IOMatchCategory</key>
32			<string>IOHIDResource</string>
33			<key>IOProviderClass</key>
34			<string>IOResources</string>
35			<key>IOResourceMatch</key>
36			<string>IOBSD</string>
37			<key>IOUserClientClass</key>
38			<string>IOHIDResourceDeviceUserClient</string>
39		</dict>
40		<key>IOHIDEventServiceUserClient</key>
41		<dict>
42			<key>CFBundleIdentifier</key>
43			<string>com.apple.iokit.IOHIDFamily</string>
44			<key>IOClass</key>
45			<string>IOHIDProviderPropertyMerger</string>
46			<key>IOProviderClass</key>
47			<string>IOHIDEventService</string>
48			<key>IOProviderMergeProperties</key>
49			<dict>
50				<key>HIDServiceSupport</key>
51				<true/>
52				<key>IOCFPlugInTypes</key>
53				<dict>
54					<key>0516B563-B15B-11DA-96EB-0014519758EF</key>
55					<string>IOHIDFamily.kext/PlugIns/IOHIDLib.plugin</string>
56					<key>7DDEECA8-A7B4-11DA-8A0E-0014519758EF</key>
57					<string>IOHIDFamily.kext/PlugIns/IOHIDLib.plugin</string>
58					<key>FA12FA38-6F1A-11D4-BA0C-0005028F18D5</key>
59					<string>IOHIDFamily.kext/PlugIns/IOHIDLib.plugin</string>
60				</dict>
61				<key>IOUserClientClass</key>
62				<string>IOHIDEventServiceUserClient</string>
63			</dict>
64		</dict>
65		<key>IOHIDLibUserClient</key>
66		<dict>
67			<key>CFBundleIdentifier</key>
68			<string>com.apple.iokit.IOHIDFamily</string>
69			<key>IOClass</key>
70			<string>IOHIDProviderPropertyMerger</string>
71			<key>IOProviderClass</key>
72			<string>IOHIDDevice</string>
73			<key>IOProviderMergeProperties</key>
74			<dict>
75				<key>IOCFPlugInTypes</key>
76				<dict>
77					<key>7DDEECA8-A7B4-11DA-8A0E-0014519758EF</key>
78					<string>IOHIDFamily.kext/PlugIns/IOHIDLib.plugin</string>
79					<key>FA12FA38-6F1A-11D4-BA0C-0005028F18D5</key>
80					<string>IOHIDFamily.kext/PlugIns/IOHIDLib.plugin</string>
81				</dict>
82				<key>IOUserClientClass</key>
83				<string>IOHIDLibUserClient</string>
84			</dict>
85		</dict>
86	</dict>
87	<key>OSBundleCompatibleVersion</key>
88	<string>1.0.0b1</string>
89	<key>OSBundleLibraries</key>
90	<dict>
91		<key>com.apple.kpi.private</key>
92		<string>8.0.0</string>
93		<key>com.apple.kpi.bsd</key>
94		<string>8.0.0b2</string>
95		<key>com.apple.kpi.iokit</key>
96		<string>8.0.0b2</string>
97		<key>com.apple.kpi.libkern</key>
98		<string>8.0.0b2</string>
99		<key>com.apple.kpi.mach</key>
100		<string>8.0.0b2</string>
101		<key>com.apple.kpi.unsupported</key>
102		<string>8.0.0b2</string>
103	</dict>
104	<key>OSBundleRequired</key>
105	<string>Root</string>
106	<key>NSHumanReadableCopyright</key>
107	<string>$(IOHIDFAMILY_COPYRIGHT)</string>
108</dict>
109</plist>
110