config.plist 18.5 KB
Newer Older
M
mrasong 已提交
1 2 3 4
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
M
mrasong 已提交
5 6
	<key>#AUTHOR</key>
	<string>mrasong &lt;i@mrasong.com&gt;</string>
M
mrasong 已提交
7 8 9 10 11 12
	<key>ACPI</key>
	<dict>
		<key>Add</key>
		<array>
			<dict>
				<key>Comment</key>
M
mrasong 已提交
13
				<string></string>
M
mrasong 已提交
14 15 16 17 18 19 20
				<key>Enabled</key>
				<true/>
				<key>Path</key>
				<string>SSDT-AWAC.aml</string>
			</dict>
			<dict>
				<key>Comment</key>
M
mrasong 已提交
21
				<string></string>
M
mrasong 已提交
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
				<key>Enabled</key>
				<true/>
				<key>Path</key>
				<string>SSDT-EC-USBX-XSTA.aml</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>Path</key>
				<string>SSDT-PLUG-DRTNIA.aml</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>Path</key>
M
mrasong 已提交
41
				<string>SSDT-THUNDERBOLT.aml</string>
M
mrasong 已提交
42 43 44 45 46 47 48
			</dict>
		</array>
		<key>Delete</key>
		<array/>
		<key>Patch</key>
		<array>
			<dict>
M
mrasong 已提交
49 50 51 52
				<key>Base</key>
				<string></string>
				<key>BaseSkip</key>
				<integer>0</integer>
M
mrasong 已提交
53 54 55 56 57 58 59
				<key>Comment</key>
				<string>Rename _STA to XSTA(H_EC)</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
M
mrasong 已提交
60
				<data>X1NUQQCk</data>
M
mrasong 已提交
61 62 63
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
M
mrasong 已提交
64
				<data></data>
M
mrasong 已提交
65
				<key>OemTableId</key>
M
mrasong 已提交
66
				<data></data>
M
mrasong 已提交
67
				<key>Replace</key>
M
mrasong 已提交
68
				<data>WFNUQQCk</data>
M
mrasong 已提交
69
				<key>ReplaceMask</key>
M
mrasong 已提交
70
				<data></data>
M
mrasong 已提交
71 72 73 74 75
				<key>Skip</key>
				<integer>46</integer>
				<key>TableLength</key>
				<integer>0</integer>
				<key>TableSignature</key>
M
mrasong 已提交
76
				<data>RFNEVA==</data>
M
mrasong 已提交
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
			</dict>
		</array>
		<key>Quirks</key>
		<dict>
			<key>FadtEnableReset</key>
			<false/>
			<key>NormalizeHeaders</key>
			<false/>
			<key>RebaseRegions</key>
			<false/>
			<key>ResetHwSig</key>
			<false/>
			<key>ResetLogoStatus</key>
			<false/>
		</dict>
	</dict>
	<key>Booter</key>
	<dict>
		<key>MmioWhitelist</key>
		<array/>
M
mrasong 已提交
97 98
		<key>Patch</key>
		<array/>
M
mrasong 已提交
99 100
		<key>Quirks</key>
		<dict>
M
mrasong 已提交
101 102
			<key>AllowRelocationBlock</key>
			<false/>
M
mrasong 已提交
103 104 105 106 107 108 109 110 111 112 113 114 115 116
			<key>AvoidRuntimeDefrag</key>
			<true/>
			<key>DevirtualiseMmio</key>
			<true/>
			<key>DisableSingleUser</key>
			<false/>
			<key>DisableVariableWrite</key>
			<false/>
			<key>DiscardHibernateMap</key>
			<false/>
			<key>EnableSafeModeSlide</key>
			<true/>
			<key>EnableWriteUnprotector</key>
			<false/>
M
mrasong 已提交
117 118
			<key>ForceBooterSignature</key>
			<false/>
M
mrasong 已提交
119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
			<key>ForceExitBootServices</key>
			<false/>
			<key>ProtectMemoryRegions</key>
			<false/>
			<key>ProtectSecureBoot</key>
			<false/>
			<key>ProtectUefiServices</key>
			<true/>
			<key>ProvideCustomSlide</key>
			<true/>
			<key>ProvideMaxSlide</key>
			<integer>0</integer>
			<key>RebuildAppleMemoryMap</key>
			<true/>
			<key>SetupVirtualMap</key>
			<false/>
			<key>SignalAppleOS</key>
			<false/>
			<key>SyncRuntimePermissions</key>
			<true/>
		</dict>
	</dict>
	<key>DeviceProperties</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>AAPL,ig-platform-id</key>
M
mrasong 已提交
148
				<data>BwCbPg==</data>
M
mrasong 已提交
149
				<key>device-id</key>
M
mrasong 已提交
150
				<data>mz4AAA==</data>
M
mrasong 已提交
151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
				<key>model</key>
				<string>Intel UHD Graphics 630</string>
			</dict>
			<key>PciRoot(0x0)/Pci(0x1C,0x0)/Pci(0x0,0x0)/Pci(0x2,0x0)/Pci(0x0,0x0)</key>
			<dict>
				<key>AAPL,slot-name</key>
				<string>Thunderbolt</string>
				<key>device_type</key>
				<string>USB controller</string>
				<key>model</key>
				<string>Thunderbolt 3 USB Controller</string>
			</dict>
			<key>PciRoot(0x0)/Pci(0x1C,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)</key>
			<dict>
				<key>AAPL,slot-name</key>
				<string>Thunderbolt</string>
				<key>device_type</key>
				<string>System peripheral</string>
				<key>model</key>
				<string>Thunderbolt 3 NHI</string>
M
mrasong 已提交
171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219
			</dict>
		</dict>
		<key>Delete</key>
		<dict/>
	</dict>
	<key>Kernel</key>
	<dict>
		<key>Add</key>
		<array>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>Lilu.kext</string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/Lilu</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>VirtualSMC.kext</string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/VirtualSMC</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
220
				<string>WhateverGreen.kext</string>
M
mrasong 已提交
221 222 223 224 225
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
226
				<string>Contents/MacOS/WhateverGreen</string>
M
mrasong 已提交
227 228 229 230 231 232 233 234 235 236 237
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
238
				<string>AppleALC.kext</string>
M
mrasong 已提交
239 240 241 242 243
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
244
				<string>Contents/MacOS/AppleALC</string>
M
mrasong 已提交
245 246 247 248 249 250 251 252 253 254 255
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
256
				<string>IntelMausi.kext</string>
M
mrasong 已提交
257 258 259 260 261
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
262
				<string>Contents/MacOS/IntelMausi</string>
M
mrasong 已提交
263 264 265 266 267 268 269 270 271 272 273
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
274
				<string>SMCProcessor.kext</string>
M
mrasong 已提交
275 276 277 278 279
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
280
				<string>Contents/MacOS/SMCProcessor</string>
M
mrasong 已提交
281 282 283 284 285 286 287 288 289 290 291
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
292
				<string>SMCSuperIO.kext</string>
M
mrasong 已提交
293 294 295 296 297
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
298
				<string>Contents/MacOS/SMCSuperIO</string>
M
mrasong 已提交
299 300 301 302 303 304 305 306 307 308 309
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
310
				<string>AirportItlwm.kext</string>
M
mrasong 已提交
311 312 313 314 315
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
316
				<string>Contents/MacOS/AirportItlwm</string>
M
mrasong 已提交
317 318 319 320 321 322 323 324 325 326 327
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
328
				<string>IntelBluetoothInjector.kext</string>
M
mrasong 已提交
329 330 331 332 333
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
334
				<string>Contents/MacOS/IntelBluetoothInjector</string>
M
mrasong 已提交
335 336 337 338 339 340 341 342 343 344 345
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
346
				<string>IntelBluetoothFirmware.kext</string>
M
mrasong 已提交
347 348 349 350 351
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
352
				<string>Contents/MacOS/IntelBluetoothFirmware</string>
M
mrasong 已提交
353 354 355 356 357 358 359
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
M
mrasong 已提交
360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>VoodooHDA.kext</string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<false/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/VoodooHDA</string>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
M
mrasong 已提交
378 379 380 381 382 383
		</array>
		<key>Block</key>
		<array/>
		<key>Emulate</key>
		<dict>
			<key>Cpuid1Data</key>
M
mrasong 已提交
384
			<data>7AYIAAAAAAAAAAAAAAAAAA==</data>
M
mrasong 已提交
385
			<key>Cpuid1Mask</key>
M
mrasong 已提交
386
			<data>/////wAAAAAAAAAAAAAAAA==</data>
M
mrasong 已提交
387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412
			<key>DummyPowerManagement</key>
			<false/>
			<key>MaxKernel</key>
			<string></string>
			<key>MinKernel</key>
			<string></string>
		</dict>
		<key>Force</key>
		<array/>
		<key>Patch</key>
		<array/>
		<key>Quirks</key>
		<dict>
			<key>AppleCpuPmCfgLock</key>
			<true/>
			<key>AppleXcpmCfgLock</key>
			<true/>
			<key>AppleXcpmExtraMsrs</key>
			<false/>
			<key>AppleXcpmForceBoost</key>
			<false/>
			<key>CustomSMBIOSGuid</key>
			<false/>
			<key>DisableIoMapper</key>
			<true/>
			<key>DisableLinkeditJettison</key>
M
mrasong 已提交
413
			<true/>
M
mrasong 已提交
414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431
			<key>DisableRtcChecksum</key>
			<false/>
			<key>ExtendBTFeatureFlags</key>
			<false/>
			<key>ExternalDiskIcons</key>
			<false/>
			<key>ForceSecureBootScheme</key>
			<false/>
			<key>IncreasePciBarSize</key>
			<false/>
			<key>LapicKernelPanic</key>
			<false/>
			<key>LegacyCommpage</key>
			<false/>
			<key>PanicNoKextDump</key>
			<true/>
			<key>PowerTimeoutKernelPanic</key>
			<true/>
M
mrasong 已提交
432 433
			<key>SetApfsTrimTimeout</key>
			<integer>-1</integer>
M
mrasong 已提交
434 435 436 437 438 439 440 441
			<key>ThirdPartyDrives</key>
			<false/>
			<key>XhciPortLimit</key>
			<true/>
		</dict>
		<key>Scheme</key>
		<dict>
			<key>FuzzyMatch</key>
M
mrasong 已提交
442
			<true/>
M
mrasong 已提交
443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459
			<key>KernelArch</key>
			<string>Auto</string>
			<key>KernelCache</key>
			<string>Auto</string>
		</dict>
	</dict>
	<key>Misc</key>
	<dict>
		<key>BlessOverride</key>
		<array/>
		<key>Boot</key>
		<dict>
			<key>ConsoleAttributes</key>
			<integer>0</integer>
			<key>HibernateMode</key>
			<string>None</string>
			<key>HideAuxiliary</key>
M
mrasong 已提交
460 461 462 463 464
			<true/>
			<key>LauncherOption</key>
			<string>Disabled</string>
			<key>LauncherPath</key>
			<string>Default</string>
M
mrasong 已提交
465 466 467 468 469 470
			<key>PickerAttributes</key>
			<integer>1</integer>
			<key>PickerAudioAssist</key>
			<false/>
			<key>PickerMode</key>
			<string>Builtin</string>
M
mrasong 已提交
471 472
			<key>PickerVariant</key>
			<string>Auto</string>
M
mrasong 已提交
473 474 475 476 477 478 479 480 481 482 483 484
			<key>PollAppleHotKeys</key>
			<false/>
			<key>ShowPicker</key>
			<true/>
			<key>TakeoffDelay</key>
			<integer>0</integer>
			<key>Timeout</key>
			<integer>5</integer>
		</dict>
		<key>Debug</key>
		<dict>
			<key>AppleDebug</key>
M
mrasong 已提交
485
			<true/>
M
mrasong 已提交
486
			<key>ApplePanic</key>
M
mrasong 已提交
487
			<true/>
M
mrasong 已提交
488
			<key>DisableWatchDog</key>
M
mrasong 已提交
489
			<true/>
M
mrasong 已提交
490 491 492 493 494 495 496 497 498
			<key>DisplayDelay</key>
			<integer>0</integer>
			<key>DisplayLevel</key>
			<integer>2147483650</integer>
			<key>SerialInit</key>
			<false/>
			<key>SysReport</key>
			<false/>
			<key>Target</key>
M
mrasong 已提交
499
			<integer>0</integer>
M
mrasong 已提交
500 501 502 503 504 505
		</dict>
		<key>Entries</key>
		<array/>
		<key>Security</key>
		<dict>
			<key>AllowNvramReset</key>
M
mrasong 已提交
506
			<true/>
M
mrasong 已提交
507
			<key>AllowSetDefault</key>
M
mrasong 已提交
508
			<true/>
M
mrasong 已提交
509 510 511 512
			<key>ApECID</key>
			<integer>0</integer>
			<key>AuthRestart</key>
			<false/>
M
mrasong 已提交
513
			<key>BlacklistAppleUpdate</key>
M
mrasong 已提交
514
			<false/>
M
mrasong 已提交
515 516 517 518 519
			<key>DmgLoading</key>
			<string>Signed</string>
			<key>EnablePassword</key>
			<false/>
			<key>ExposeSensitiveData</key>
M
mrasong 已提交
520
			<integer>6</integer>
M
mrasong 已提交
521 522 523
			<key>HaltLevel</key>
			<integer>2147483648</integer>
			<key>PasswordHash</key>
M
mrasong 已提交
524
			<data></data>
M
mrasong 已提交
525
			<key>PasswordSalt</key>
M
mrasong 已提交
526
			<data></data>
M
mrasong 已提交
527
			<key>ScanPolicy</key>
M
mrasong 已提交
528
			<integer>0</integer>
M
mrasong 已提交
529 530
			<key>SecureBootModel</key>
			<string>Default</string>
M
mrasong 已提交
531
			<key>Vault</key>
M
mrasong 已提交
532
			<string>Optional</string>
M
mrasong 已提交
533 534 535 536 537 538 539 540 541
		</dict>
		<key>Tools</key>
		<array>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Auxiliary</key>
				<true/>
				<key>Comment</key>
M
mrasong 已提交
542
				<string></string>
M
mrasong 已提交
543 544 545
				<key>Enabled</key>
				<true/>
				<key>Name</key>
M
mrasong 已提交
546
				<string>UEFI Shell</string>
M
mrasong 已提交
547
				<key>Path</key>
M
mrasong 已提交
548
				<string>OpenShell.efi</string>
M
mrasong 已提交
549 550 551 552
				<key>RealPath</key>
				<false/>
				<key>TextMode</key>
				<false/>
M
mrasong 已提交
553 554 555 556 557 558 559
			</dict>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Auxiliary</key>
				<true/>
				<key>Comment</key>
M
mrasong 已提交
560
				<string></string>
M
mrasong 已提交
561 562 563
				<key>Enabled</key>
				<true/>
				<key>Name</key>
M
mrasong 已提交
564
				<string>CFGLock Shell</string>
M
mrasong 已提交
565
				<key>Path</key>
M
mrasong 已提交
566
				<string>CFGLock.efi</string>
M
mrasong 已提交
567 568 569 570
				<key>RealPath</key>
				<false/>
				<key>TextMode</key>
				<false/>
M
mrasong 已提交
571 572 573 574 575 576 577 578 579 580
			</dict>
		</array>
	</dict>
	<key>NVRAM</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
			<dict>
				<key>DefaultBackgroundColor</key>
M
mrasong 已提交
581
				<data>AAAAAA==</data>
M
mrasong 已提交
582
				<key>UIScale</key>
M
mrasong 已提交
583
				<data>AQ==</data>
M
mrasong 已提交
584 585 586 587
			</dict>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<dict>
				<key>rtc-blacklist</key>
M
mrasong 已提交
588
				<data></data>
M
mrasong 已提交
589 590 591 592
			</dict>
			<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
			<dict>
				<key>SystemAudioVolume</key>
M
mrasong 已提交
593
				<data>Rg==</data>
M
mrasong 已提交
594
				<key>boot-args</key>
M
mrasong 已提交
595
				<string>alcid=28 keepsyms=1 debug=0x100 npci=0x2000</string>
M
mrasong 已提交
596
				<key>csr-active-config</key>
M
mrasong 已提交
597
				<data>AAAAAA==</data>
M
mrasong 已提交
598 599
				<key>run-efi-updater</key>
				<string>No</string>
M
mrasong 已提交
600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636
			</dict>
		</dict>
		<key>Delete</key>
		<dict>
			<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
			<array>
				<string>UIScale</string>
				<string>DefaultBackgroundColor</string>
			</array>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<array>
				<string>rtc-blacklist</string>
			</array>
			<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
			<array>
				<string>boot-args</string>
			</array>
		</dict>
		<key>LegacyEnable</key>
		<false/>
		<key>LegacyOverwrite</key>
		<false/>
		<key>LegacySchema</key>
		<dict/>
		<key>WriteFlash</key>
		<true/>
	</dict>
	<key>PlatformInfo</key>
	<dict>
		<key>Automatic</key>
		<true/>
		<key>CustomMemory</key>
		<false/>
		<key>Generic</key>
		<dict>
			<key>AdviseWindows</key>
			<false/>
M
mrasong 已提交
637 638
			<key>MaxBIOSVersion</key>
			<false/>
M
mrasong 已提交
639 640 641 642 643
			<key>MLB</key>
			<string></string>
			<key>ProcessorType</key>
			<integer>0</integer>
			<key>ROM</key>
M
mrasong 已提交
644
			<data>ESIzRFVm</data>
M
mrasong 已提交
645 646
			<key>SpoofVendor</key>
			<true/>
M
mrasong 已提交
647 648
			<key>SystemMemoryStatus</key>
			<string>Auto</string>
M
mrasong 已提交
649 650 651 652 653 654 655 656 657 658 659 660 661 662 663
			<key>SystemProductName</key>
			<string>Macmini8,1</string>
			<key>SystemSerialNumber</key>
			<string></string>
			<key>SystemUUID</key>
			<string></string>
		</dict>
		<key>UpdateDataHub</key>
		<true/>
		<key>UpdateNVRAM</key>
		<true/>
		<key>UpdateSMBIOS</key>
		<true/>
		<key>UpdateSMBIOSMode</key>
		<string>Create</string>
M
mrasong 已提交
664 665
		<key>UseRawUuidEncoding</key>
		<false/>
M
mrasong 已提交
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683
	</dict>
	<key>UEFI</key>
	<dict>
		<key>APFS</key>
		<dict>
			<key>EnableJumpstart</key>
			<true/>
			<key>GlobalConnect</key>
			<false/>
			<key>HideVerbose</key>
			<true/>
			<key>JumpstartHotPlug</key>
			<false/>
			<key>MinDate</key>
			<integer>0</integer>
			<key>MinVersion</key>
			<integer>0</integer>
		</dict>
M
mrasong 已提交
684 685 686 687 688 689 690 691 692 693 694 695 696 697 698
		<key>AppleInput</key>
		<dict>
			<key>AppleEvent</key>
			<string>Auto</string>
			<key>CustomDelays</key>
			<false/>
			<key>KeyInitialDelay</key>
			<integer>50</integer>
			<key>KeySubsequentDelay</key>
			<integer>5</integer>
			<key>PointerSpeedDiv</key>
			<integer>1</integer>
			<key>PointerSpeedMul</key>
			<integer>1</integer>
		</dict>
M
mrasong 已提交
699 700 701 702 703 704 705 706 707 708 709 710 711
		<key>Audio</key>
		<dict>
			<key>AudioCodec</key>
			<integer>0</integer>
			<key>AudioDevice</key>
			<string></string>
			<key>AudioOut</key>
			<integer>0</integer>
			<key>AudioSupport</key>
			<false/>
			<key>MinimumVolume</key>
			<integer>20</integer>
			<key>PlayChime</key>
M
mrasong 已提交
712
			<string>Auto</string>
M
mrasong 已提交
713 714
			<key>ResetTrafficClass</key>
			<false/>
M
mrasong 已提交
715 716
			<key>SetupDelay</key>
			<integer>0</integer>
M
mrasong 已提交
717 718 719 720 721 722 723 724 725
			<key>VolumeAmplifier</key>
			<integer>0</integer>
		</dict>
		<key>ConnectDrivers</key>
		<true/>
		<key>Drivers</key>
		<array>
			<string>HfsPlus.efi</string>
			<string>OpenRuntime.efi</string>
M
mrasong 已提交
726
			<string>#OpenCanopy.efi</string>
M
mrasong 已提交
727
			<string>CrScreenshotDxe.efi</string>
M
mrasong 已提交
728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757
		</array>
		<key>Input</key>
		<dict>
			<key>KeyFiltering</key>
			<false/>
			<key>KeyForgetThreshold</key>
			<integer>5</integer>
			<key>KeySupport</key>
			<true/>
			<key>KeySupportMode</key>
			<string>Auto</string>
			<key>KeySwap</key>
			<false/>
			<key>PointerSupport</key>
			<false/>
			<key>PointerSupportMode</key>
			<string></string>
			<key>TimerResolution</key>
			<integer>50000</integer>
		</dict>
		<key>Output</key>
		<dict>
			<key>ClearScreenOnModeSwitch</key>
			<false/>
			<key>ConsoleMode</key>
			<string></string>
			<key>DirectGopRendering</key>
			<false/>
			<key>ForceResolution</key>
			<false/>
M
mrasong 已提交
758 759
			<key>GopPassThrough</key>
			<false/>
M
mrasong 已提交
760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815
			<key>IgnoreTextInGraphics</key>
			<false/>
			<key>ProvideConsoleGop</key>
			<true/>
			<key>ReconnectOnResChange</key>
			<false/>
			<key>ReplaceTabWithSpace</key>
			<false/>
			<key>Resolution</key>
			<string>Max</string>
			<key>SanitiseClearScreen</key>
			<false/>
			<key>TextRenderer</key>
			<string>BuiltinGraphics</string>
			<key>UgaPassThrough</key>
			<false/>
		</dict>
		<key>ProtocolOverrides</key>
		<dict>
			<key>AppleAudio</key>
			<false/>
			<key>AppleBootPolicy</key>
			<false/>
			<key>AppleDebugLog</key>
			<false/>
			<key>AppleFramebufferInfo</key>
			<false/>
			<key>AppleImageConversion</key>
			<false/>
			<key>AppleImg4Verification</key>
			<false/>
			<key>AppleKeyMap</key>
			<false/>
			<key>AppleRtcRam</key>
			<false/>
			<key>AppleSecureBoot</key>
			<false/>
			<key>AppleSmcIo</key>
			<false/>
			<key>AppleUserInterfaceTheme</key>
			<false/>
			<key>DataHub</key>
			<false/>
			<key>DeviceProperties</key>
			<false/>
			<key>FirmwareVolume</key>
			<false/>
			<key>HashServices</key>
			<false/>
			<key>OSInfo</key>
			<false/>
			<key>UnicodeCollation</key>
			<false/>
		</dict>
		<key>Quirks</key>
		<dict>
M
mrasong 已提交
816 817
			<key>ActivateHpetSupport</key>
			<false/>
M
mrasong 已提交
818 819
			<key>DisableSecurityPolicy</key>
			<false/>
M
mrasong 已提交
820 821
			<key>EnableVectorAcceleration</key>
			<false/>
M
mrasong 已提交
822 823
			<key>ExitBootServicesDelay</key>
			<integer>0</integer>
M
mrasong 已提交
824 825
			<key>ForgeUefiSupport</key>
			<false/>
M
mrasong 已提交
826 827 828 829
			<key>IgnoreInvalidFlexRatio</key>
			<false/>
			<key>ReleaseUsbOwnership</key>
			<false/>
M
mrasong 已提交
830 831
			<key>ReloadOptionRoms</key>
			<false/>
M
mrasong 已提交
832 833 834 835 836 837 838 839 840 841 842
			<key>RequestBootVarRouting</key>
			<true/>
			<key>TscSyncTimeout</key>
			<integer>0</integer>
			<key>UnblockFsConnect</key>
			<false/>
		</dict>
		<key>ReservedMemory</key>
		<array/>
	</dict>
</dict>
M
mrasong 已提交
843
</plist>