Skip to content

Commit

Permalink
Add Display Kext
Browse files Browse the repository at this point in the history
  • Loading branch information
lehuutrung1412 committed Apr 30, 2021
1 parent 88adbd0 commit d2ea8ee
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions OC/Kexts/Display-9e5-672.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleGetInfoString</key>
<string>Copyright (C) 2013 AnV Software</string>
<key>CFBundleIdentifier</key>
<string>com.AnV.Software.driver.AppleMonitor</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Display Injector</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9.9.9</string>
<key>IOKitPersonalities</key>
<dict>
<key>Monitor Apple ID Injection</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleUSBMergeNub</string>
<key>DisplayProductID</key>
<integer>1650</integer>
<key>DisplayVendorID</key>
<integer>2533</integer>
<key>IOClass</key>
<string>AppleUSBMergeNub</string>
<key>IOProbeScore</key>
<integer>5000</integer>
<key>IOProviderClass</key>
<string>AppleBacklightDisplay</string>
<key>IOProviderMergeProperties</key>
<dict>
<key>DisplayProductID</key>
<integer>40178</integer>
<key>DisplayProductName</key>
<string>Display</string>
<key>DisplayVendorID</key>
<integer>1552</integer>
<key>IODisplayConnectFlags</key>
<data>
AAgAAA==
</data>
<key>IODisplayEDID</key>
<data>
AP///////wAGEPKcAAAAABoVAQSVGg54Au8Fl1dUkici
UFQAAAABAQEBAQEBAQEBAQEBAQEBPhxWoFAAFjAwIDYA
WMIQAAAaAAAA/ABDb2xvciBMQ0QKICAgAAAA/QA4TB5T
EQAKICAgICAgAAAA/gBOVDE1NldITS1OMzIKAEs=
</data>
<key>IODisplayGUID</key>
<integer>436849163854938112</integer>
<key>IODisplayPrefsKey</key>
<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/AppleBacklightDisplay-610-9cf2</string>
</dict>
</dict>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict>
</plist>

0 comments on commit d2ea8ee

Please sign in to comment.