xref: /xnu-8020.121.3/config/System.kext/PlugIns/IOKit.kext/Info.plist (revision fdd8201d7b966f0c3ea610489d29bd841d358941)
1*fdd8201dSApple OSS Distributions<?xml version="1.0" encoding="UTF-8"?>
2*fdd8201dSApple OSS Distributions<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3*fdd8201dSApple OSS Distributions<plist version="1.0">
4*fdd8201dSApple OSS Distributions<dict>
5*fdd8201dSApple OSS Distributions	<key>CFBundleDevelopmentRegion</key>
6*fdd8201dSApple OSS Distributions	<string>English</string>
7*fdd8201dSApple OSS Distributions	<key>CFBundleExecutable</key>
8*fdd8201dSApple OSS Distributions	<string>IOKit</string>
9*fdd8201dSApple OSS Distributions	<key>CFBundleGetInfoString</key>
10*fdd8201dSApple OSS Distributions	<string>I/O Kit Pseudoextension, Apple Computer Inc, ###KERNEL_VERSION_LONG###</string>
11*fdd8201dSApple OSS Distributions	<key>CFBundleIdentifier</key>
12*fdd8201dSApple OSS Distributions	<string>com.apple.kpi.iokit</string>
13*fdd8201dSApple OSS Distributions	<key>CFBundleInfoDictionaryVersion</key>
14*fdd8201dSApple OSS Distributions	<string>6.0</string>
15*fdd8201dSApple OSS Distributions	<key>CFBundleName</key>
16*fdd8201dSApple OSS Distributions	<string>I/O Kit Pseudoextension</string>
17*fdd8201dSApple OSS Distributions	<key>CFBundlePackageType</key>
18*fdd8201dSApple OSS Distributions	<string>KEXT</string>
19*fdd8201dSApple OSS Distributions	<key>CFBundleShortVersionString</key>
20*fdd8201dSApple OSS Distributions	<string>###KERNEL_VERSION_SHORT###</string>
21*fdd8201dSApple OSS Distributions	<key>CFBundleSignature</key>
22*fdd8201dSApple OSS Distributions	<string>????</string>
23*fdd8201dSApple OSS Distributions	<key>CFBundleVersion</key>
24*fdd8201dSApple OSS Distributions	<string>###KERNEL_VERSION_LONG###</string>
25*fdd8201dSApple OSS Distributions	<key>OSBundleCompatibleVersion</key>
26*fdd8201dSApple OSS Distributions	<string>7.0</string>
27*fdd8201dSApple OSS Distributions	<key>OSBundleRequired</key>
28*fdd8201dSApple OSS Distributions	<string>Root</string>
29*fdd8201dSApple OSS Distributions	<key>OSKernelResource</key>
30*fdd8201dSApple OSS Distributions	<true/>
31*fdd8201dSApple OSS Distributions	<key>OSBundleAllowUserLoad</key>
32*fdd8201dSApple OSS Distributions	<true/>
33*fdd8201dSApple OSS Distributions</dict>
34*fdd8201dSApple OSS Distributions</plist>
35