mirror of
https://github.com/AskDavis/LG-Gram-17Z90N.git
synced 2026-01-10 23:59:47 -08:00
added EFI
This commit is contained in:
129
EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist
Executable file
129
EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist
Executable file
@@ -0,0 +1,129 @@
|
||||
<?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>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>19F101</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>VoodooGPIO</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.coolstar.VoodooGPIO</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>VoodooGPIO</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.1</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.1</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>11E801a</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>19G68</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.15</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1170</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11E801a</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>VoodooGPIOCannonLakeH</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.coolstar.VoodooGPIO</string>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooGPIOCannonLakeH</string>
|
||||
<key>IONameMatch</key>
|
||||
<array>
|
||||
<string>INT3450</string>
|
||||
</array>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOService</string>
|
||||
</dict>
|
||||
<key>VoodooGPIOCannonLakeLP</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.coolstar.VoodooGPIO</string>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooGPIOCannonLakeLP</string>
|
||||
<key>IONameMatch</key>
|
||||
<array>
|
||||
<string>INT34BB</string>
|
||||
</array>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOService</string>
|
||||
</dict>
|
||||
<key>VoodooGPIOIceLakeLP</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.coolstar.VoodooGPIO</string>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooGPIOIceLakeLP</string>
|
||||
<key>IONameMatch</key>
|
||||
<array>
|
||||
<string>INT3455</string>
|
||||
</array>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOService</string>
|
||||
</dict>
|
||||
<key>VoodooGPIOSunrisePointH</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.coolstar.VoodooGPIO</string>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooGPIOSunrisePointH</string>
|
||||
<key>IONameMatch</key>
|
||||
<array>
|
||||
<string>INT345D</string>
|
||||
</array>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOService</string>
|
||||
</dict>
|
||||
<key>VoodooGPIOSunrisePointLP</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.coolstar.VoodooGPIO</string>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooGPIOSunrisePointLP</string>
|
||||
<key>IONameMatch</key>
|
||||
<array>
|
||||
<string>INT344B</string>
|
||||
</array>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOService</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.12</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2017 CoolStar. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>1.1</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.apple.iokit.IOACPIFamily</key>
|
||||
<string>1.4</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>13.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>13.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>13.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
Reference in New Issue
Block a user