From f882c1f4b89fc6c9d8a90d299a99a62c76c82e29 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 2 Dec 2023 09:33:37 +0100 Subject: upload config --- EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist | 431 +++++++++++++++++++++ .../VirtualSMC.kext/Contents/MacOS/VirtualSMC | Bin 0 -> 240368 bytes 2 files changed, 431 insertions(+) create mode 100755 EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist create mode 100755 EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC (limited to 'EFI/OC/Kexts/VirtualSMC.kext') diff --git a/EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist b/EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist new file mode 100755 index 0000000..577e792 --- /dev/null +++ b/EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist @@ -0,0 +1,431 @@ + + + + + BuildMachineOSBuild + 21G531 + CFBundleDevelopmentRegion + en + CFBundleExecutable + VirtualSMC + CFBundleIdentifier + as.vit9696.VirtualSMC + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + VirtualSMC + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.3.2 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.3.2 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 13F100 + DTPlatformName + macosx + DTPlatformVersion + 12.3 + DTSDKBuild + 21E226 + DTSDKName + macosx12.3 + DTXcode + 1341 + DTXcodeBuild + 13F100 + IOKitPersonalities + + as.vit9696.VirtualSMC + + CFBundleIdentifier + as.vit9696.VirtualSMC + IOClass + VirtualSMC + IODeviceMemory + + + + address + 768 + length + 32 + + + + + address + 4277141504 + length + 65536 + + + + IOInterruptControllers + + io-apic-0 + + IOInterruptSpecifiers + + + BgAAAAAAAAA= + + + IOMatchCategory + IOACPIPlatformDevice + IOName + SMC + IOProbeScore + 60000 + IOProviderClass + AppleACPIPlatformExpert + Keystore + + Generic + + + attr + + iA== + + comment + Total fan number, this should be put to a plugin + name + + Rk51bQ== + + type + + dWk4IA== + + value + + AA== + + + + attr + + gA== + + comment + CPU plimit + name + + TVNUYw== + + type + + dWk4IA== + + value + + AA== + + + + attr + + gA== + + comment + FAN plimit (supposedly) + name + + TVNUZg== + + type + + dWk4IA== + + value + + AA== + + + + attr + + gA== + + comment + Memory plimit + name + + TVNUbQ== + + type + + dWk4IA== + + value + + AA== + + + + attr + + gA== + + comment + This should be 1 on laptops, and is overriden by sensors + name + + QkFUUA== + + type + + ZmxhZw== + + value + + AA== + + + + attr + + gA== + + comment + Only MacPros have custom illumination controllers + name + + THNOTQ== + + type + + dWk4IA== + + value + + AA== + + + + GenericDesktopV1 + + GenericDesktopV2 + + GenericLaptopV1 + + GenericLaptopV2 + + GenericV1 + + + attr + + gA== + + comment + GPU plimit + name + + TVNUZw== + + type + + dWk4IA== + + value + + AA== + + + + GenericV2 + + + attr + + gA== + + comment + E plimit (???) + name + + TVNUZQ== + + type + + dWk4IA== + + value + + AA== + + + + attr + + gA== + + comment + I plimit (???) + name + + TVNUaQ== + + type + + dWk4IA== + + value + + AA== + + + + attr + + gA== + + comment + J plimit (???) + name + + TVNUag== + + type + + dWk4IA== + + value + + AA== + + + + + ModelInfo + + GenericV1 + + branch + + ajUyAAAAAAA= + + hwname + + c21jLXBpa2V0b24A + + platform + + ajUyAAAAAAA= + + rev + + AXQPAAAE + + revfb + + AXQPAAAE + + revfu + + AXQPAAAE + + + GenericV2 + + branch + + ajUyAAAAAAA= + + hwname + + c21jLWh1cm9ucml2ZXIA + + platform + + ajUyAAAAAAA= + + rev + + AigPAAAH + + revfb + + AigPAAAH + + revfu + + AigPAAAH + + + GenericV3 + + hwname + + c21jLWh1cm9ucml2ZXIA + + platform + + ajUyAAAAAAA= + + + + _STA + 11 + name + + QVBQMDAwMQA= + + + + LSMinimumSystemVersion + 10.6 + NSHumanReadableCopyright + Copyright © 2017 vit9696. All rights reserved. + OSBundleCompatibleVersion + 1.0 + OSBundleLibraries + + as.vit9696.Lilu + 1.2.0 + com.apple.iokit.IOACPIFamily + 1.0.0d1 + com.apple.kernel.6.0 + 7.9.9 + com.apple.kpi.bsd + 8.0.0 + com.apple.kpi.iokit + 8.0.0 + com.apple.kpi.libkern + 8.0.0 + com.apple.kpi.mach + 8.0.0 + com.apple.kpi.unsupported + 8.0.0 + + OSBundleLibraries_x86_64 + + as.vit9696.Lilu + 1.2.0 + com.apple.iokit.IOACPIFamily + 1.0.0d1 + com.apple.kpi.bsd + 10.0.0 + com.apple.kpi.iokit + 10.0.0 + com.apple.kpi.libkern + 10.0.0 + com.apple.kpi.mach + 10.0.0 + com.apple.kpi.unsupported + 10.0.0 + + OSBundleRequired + Root + + diff --git a/EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC b/EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC new file mode 100755 index 0000000..8ff6880 Binary files /dev/null and b/EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC differ -- cgit v1.3.1