VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxGuest/darwin/Info.plist

Last change on this file was 75705, checked in by vboxsync, 6 years ago

VBoxGuest/darwin: Implemented straight forward interrupt handling. Enabled test signing. Adjustments. bugref:4686

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.1 KB
RevLine 
[45365]1<?xml version="1.0" encoding="UTF-8"?>
[45459]2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
[1547]3<plist version="1.0">
4<dict>
5 <key>CFBundleDevelopmentRegion</key> <string>English</string>
[45459]6 <key>CFBundleExecutable</key> <string>VBoxGuest</string>
7 <key>CFBundleIdentifier</key> <string>org.virtualbox.kext.VBoxGuest</string>
[1547]8 <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
[45459]9 <key>CFBundleName</key> <string>VBoxGuest</string>
[1547]10 <key>CFBundlePackageType</key> <string>KEXT</string>
11 <key>CFBundleSignature</key> <string>????</string>
[45459]12 <key>NSHumanReadableCopyright</key> <string>Copyright © 2007-@VBOX_C_YEAR@ @VBOX_VENDOR@</string>
[29826]13 <key>CFBundleGetInfoString</key> <string>@VBOX_PRODUCT@ @VBOX_VERSION_STRING@, © 2007-@VBOX_C_YEAR@ @VBOX_VENDOR@</string>
[1547]14 <key>CFBundleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
15 <key>CFBundleShortVersionString</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
[10388]16 <key>OSBundleCompatibleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
[1547]17 <key>IOKitPersonalities</key>
18 <dict>
[45459]19 <key>VBoxGuest</key>
[1547]20 <dict>
[45459]21 <key>CFBundleIdentifier</key> <string>org.virtualbox.kext.VBoxGuest</string>
22 <key>IOClass</key> <string>org_virtualbox_VBoxGuest</string>
23 <key>IOMatchCategory</key> <string>org_virtualbox_VBoxGuest</string>
24 <key>IOUserClientClass</key> <string>org_virtualbox_VBoxGuestClient</string>
25 <key>IOKitDebug</key> <integer>65535</integer>
26 <key>IOProviderClass</key> <string>IOPCIDevice</string>
[75705]27 <key>IOPCIPrimaryMatch</key> <string>0xcafe80ee</string>
28 <!-- <key>IONameMatch</key> <string>pci80ee,cafe</string> -->
[1547]29 </dict>
30 </dict>
31 <key>OSBundleLibraries</key>
32 <dict>
[45459]33 <key>com.apple.iokit.IOPCIFamily</key> <string>2.5</string> <!-- TODO: Figure the version in mac os x 10.4. -->
34 <key>com.apple.kpi.bsd</key> <string>8.0.0</string>
35 <key>com.apple.kpi.mach</key> <string>8.0.0</string>
36 <key>com.apple.kpi.libkern</key> <string>8.0.0</string>
37 <key>com.apple.kpi.unsupported</key> <string>8.0.0</string>
38 <key>com.apple.kpi.iokit</key> <string>8.0.0</string>
[1547]39 </dict>
[16804]40 <key>OSBundleLibraries_x86_64</key>
41 <dict>
[45459]42 <key>com.apple.iokit.IOPCIFamily</key> <string>2.6</string>
[16804]43 <key>com.apple.kpi.bsd</key> <string>10.0.0d4</string>
44 <key>com.apple.kpi.mach</key> <string>10.0.0d3</string>
45 <key>com.apple.kpi.libkern</key> <string>10.0.0d3</string>
46 <key>com.apple.kpi.iokit</key> <string>10.0.0d3</string>
47 <key>com.apple.kpi.unsupported</key> <string>10.0.0d3</string>
48 </dict>
[1547]49</dict>
50</plist>
[16804]51
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use