VirtualBox

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

Last change on this file was 75705, checked in by vboxsync, 5 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
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>CFBundleDevelopmentRegion</key> <string>English</string>
6 <key>CFBundleExecutable</key> <string>VBoxGuest</string>
7 <key>CFBundleIdentifier</key> <string>org.virtualbox.kext.VBoxGuest</string>
8 <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
9 <key>CFBundleName</key> <string>VBoxGuest</string>
10 <key>CFBundlePackageType</key> <string>KEXT</string>
11 <key>CFBundleSignature</key> <string>????</string>
12 <key>NSHumanReadableCopyright</key> <string>Copyright © 2007-@VBOX_C_YEAR@ @VBOX_VENDOR@</string>
13 <key>CFBundleGetInfoString</key> <string>@VBOX_PRODUCT@ @VBOX_VERSION_STRING@, © 2007-@VBOX_C_YEAR@ @VBOX_VENDOR@</string>
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>
16 <key>OSBundleCompatibleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
17 <key>IOKitPersonalities</key>
18 <dict>
19 <key>VBoxGuest</key>
20 <dict>
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>
27 <key>IOPCIPrimaryMatch</key> <string>0xcafe80ee</string>
28 <!-- <key>IONameMatch</key> <string>pci80ee,cafe</string> -->
29 </dict>
30 </dict>
31 <key>OSBundleLibraries</key>
32 <dict>
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>
39 </dict>
40 <key>OSBundleLibraries_x86_64</key>
41 <dict>
42 <key>com.apple.iokit.IOPCIFamily</key> <string>2.6</string>
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>
49</dict>
50</plist>
51
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use