Files
osx-patcher/resources/patch/ATIRadeonX1000.kext/Contents/Info.plist
Julian-Marius-Fairfax 24ffd8a991 Initial commit
2020-04-01 00:06:29 +02:00

120 lines
3.1 KiB
Plaintext
Executable File

<?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>CFBundleExecutable</key>
<string>ATIRadeonX1000</string>
<key>CFBundleGetInfoString</key>
<string>ATIRadeonX1000 7.4.1 11524</string>
<key>CFBundleIdentifier</key>
<string>com.apple.ATIRadeonX1000</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>ATI RadeonX1000 Kernel Extension</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>7.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>7.0.4</string>
<key>IOKitPersonalities</key>
<dict>
<key>ATIRadeonX1000</key>
<dict>
<key>ATIEnableWideBlitSupport</key>
<true/>
<key>ATIUseTearingWideBlit</key>
<false/>
<key>CFBundleIdentifier</key>
<string>com.apple.ATIRadeonX1000</string>
<key>GpuDebugPolicy</key>
<integer>0</integer>
<key>IOCFPlugInTypes</key>
<dict>
<key>ACCF0000-0000-0000-0000-000a2789904e</key>
<string>ATIRadeonX1000GA.plugin</string>
</dict>
<key>IOClass</key>
<string>ATIRadeonX1000</string>
<key>IODVDBundleName</key>
<string>ATIRadeonX1000VADriver</string>
<key>IOMatchCategory</key>
<string>IOAccelerator</string>
<key>IOPCIMatch</key>
<string>0x71871002 0x72101002 0x71DE1002 0x71461002 0x71421002 0x71091002 0x71C51002 0x71C01002 0x72401002 0x72491002 0x72911002</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>IOSourceVersion</key>
<string>7.4.1</string>
<key>IOVARendererID</key>
<integer>16908288</integer>
<key>sensor-properties</key>
<array>
<dict>
<key>device_type</key>
<data>
Z3B1LXNlbnNvcg==
</data>
<key>location</key>
<string>GPU</string>
<key>name</key>
<string>gpu-sensor</string>
<key>polling-period</key>
<data>
AAAAAQAAAAA=
</data>
<key>reg</key>
<data>
AAAAAg==
</data>
<key>sample-period</key>
<data>
AAAAAACYmAA=
</data>
<key>sensor-id</key>
<data>
AAAABg==
</data>
<key>version</key>
<data>
AAAAAg==
</data>
<key>zone</key>
<data>
AAAAAg==
</data>
</dict>
</array>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2004-2009 Apple Inc. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOGraphicsFamily</key>
<string>1.0.0b1</string>
<key>com.apple.iokit.IONDRVSupport</key>
<string>1.0.0b1</string>
<key>com.apple.iokit.IOPCIFamily</key>
<string>1.0.0b1</string>
<key>com.apple.kpi.bsd</key>
<string>8.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>8.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>8.0.0</string>
<key>com.apple.kpi.mach</key>
<string>8.0.0</string>
<key>com.apple.kpi.private</key>
<string>8.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>8.0.0</string>
</dict>
</dict>
</plist>