This commit is contained in:
Dung TS
2020-09-12 10:24:54 +07:00
commit 81a0ac32c7
1031 changed files with 80455 additions and 0 deletions

View File

@@ -0,0 +1,151 @@
<?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>

View File

@@ -0,0 +1,13 @@
Copyright (c) 2018, hieplpvip
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.