added EFI

This commit is contained in:
2021-05-21 12:26:01 -07:00
commit 4616110989
72 changed files with 27002 additions and 0 deletions

View File

@@ -0,0 +1,82 @@
<?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>VoodooI2CServices</string>
<key>CFBundleIdentifier</key>
<string>com.alexandred.VoodooI2CServices</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>VoodooI2CServices</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>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>VoodooI2CLogger</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.alexandred.VoodooI2CServices</string>
<key>IOClass</key>
<string>VoodooI2CLogger</string>
<key>IOMatchCategory</key>
<string>VoodooI2CLogger</string>
<key>IOProviderClass</key>
<string>VoodooI2CServices</string>
</dict>
<key>VoodooI2CServices</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.alexandred.VoodooI2CServices</string>
<key>IOClass</key>
<string>VoodooI2CServices</string>
<key>IOMatchCategory</key>
<string>VoodooI2CServices</string>
<key>IOProviderClass</key>
<string>IOResources</string>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.11</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Alexandre Daoud. All rights reserved.</string>
<key>OSBundleCompatibleVersion</key>
<string>1.0.0</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kpi.iokit</key>
<string>14</string>
<key>com.apple.kpi.libkern</key>
<string>14</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict>
</plist>