1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-05 09:33:13 -06:00
x1c6-hackintosh/Library/Extensions/AppleBacklightFixup.kext/Contents/Info.plist
2018-12-23 12:58:09 -06:00

151 lines
3.8 KiB
Text

<?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>18A391</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>AppleBacklightFixup</string>
<key>CFBundleIdentifier</key>
<string>com.hieplpvip.AppleBacklightFixup</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>AppleBacklightFixup</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>9F2000</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>17E189</string>
<key>DTSDKName</key>
<string>macosx10.13</string>
<key>DTXcode</key>
<string>0941</string>
<key>DTXcodeBuild</key>
<string>9F2000</string>
<key>IOKitPersonalities</key>
<dict>
<key>AppleIntelPanelA</key>
<dict>
<key>ApplePanels</key>
<dict>
<key>F14Txxxx</key>
<data>
ABEAAAA0AFIAcwCUAL4A+gE2AXIBxQIvArkDYAQaBQoG
DgcQ
</data>
<key>F15Txxxx</key>
<data>
ABEAAAA2AFQAfQCyAPUBSQGxAisCuANZBBME7AXzBzQI
rwrZ
</data>
<key>F16Txxxx</key>
<data>
ABEAAAAYACcAOgBSAHEAlgDEAPwBQAGTAfYCbgL+A6oE
eAVs
</data>
<key>F17Txxxx</key>
<data>
ABEAAAAfADQATwBxAJsAzwEOAV0BuwIvArkDYAQpBR4G
RAeh
</data>
<key>F18Txxxx</key>
<data>
ABEAAABTAIwA1QExAaICLgLYA64ErAXlB1kJHAs7DdAQ
6hSZ
</data>
<key>F19Txxxx</key>
<data>
ABEAAAKPA1MEWgWhB64KPQ4UE3QaXiQYMalEWV52gxG2
x/97
</data>
<key>F24Txxxx</key>
<data>
ABEAAQA0AFIAcwCUAL4A+gE2AXIBxQIvArkDYAQaBQoG
DgcQ
</data>
</dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleBacklight</string>
<key>IOClass</key>
<string>AppleIntelPanelA</string>
<key>IODisplayParameters</key>
<dict>
<key>brightness</key>
<dict>
<key>max</key>
<integer>255</integer>
<key>min</key>
<integer>40</integer>
</dict>
<key>commit</key>
<dict>
<key>reg</key>
<integer>0</integer>
</dict>
</dict>
<key>IOMatchCategory</key>
<string>IODisplayParameters</string>
<key>IONameMatch</key>
<string>backlight</string>
<key>IOProbeScore</key>
<integer>5000</integer>
<key>IOProviderClass</key>
<string>IOACPIPlatformDevice</string>
</dict>
<key>com.hieplpvip.AppleBacklightFixup</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.hieplpvip.AppleBacklightFixup</string>
<key>IOClass</key>
<string>AppleBacklightFixup</string>
<key>IOMatchCategory</key>
<string>AppleBacklightFixup</string>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 hieplpvip. All rights reserved.</string>
<key>OSBundleCompatibleVersion</key>
<string>1.0</string>
<key>OSBundleLibraries</key>
<dict>
<key>as.vit9696.Lilu</key>
<string>1.2.4</string>
<key>com.apple.kpi.bsd</key>
<string>12.0.0</string>
<key>com.apple.kpi.dsep</key>
<string>12.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>12.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>12.0.0</string>
<key>com.apple.kpi.mach</key>
<string>12.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>12.0.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict>
</plist>