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