Efi completamente bootavel e usavel, contem bugs como brilho, som, wifi(pode funcionar em placas intel ax200/210), sem suporte pra aceleração grafica
This commit is contained in:
47
EFI/OC/Kexts/UTBDefault.kext/Contents/Info.plist
Executable file
47
EFI/OC/Kexts/UTBDefault.kext/Contents/Info.plist
Executable file
@@ -0,0 +1,47 @@
|
||||
<?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>v1.0</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.dhinakg.USBToolBox.injector</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>UTBMap</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>XHC1</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.dhinakg.USBToolBox.kext</string>
|
||||
<key>IOClass</key>
|
||||
<string>USBToolBox</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>USBToolBox</string>
|
||||
<key>IOPCIClassMatch</key>
|
||||
<string>0x0c030000&0xffff0000</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOPCIDevice</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.dhinakg.USBToolBox.kext</key>
|
||||
<string>1.0.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user