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