VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/darwin/Info.plist

Last change on this file was 48677, checked in by vboxsync, 11 years ago

Partly reverted r89244 and r89245.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//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>VBoxDrv</string>
7 <key>CFBundleIdentifier</key> <string>org.virtualbox.kext.VBoxDrv</string>
8 <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
9 <key>CFBundleName</key> <string>VBoxDrv</string>
10 <key>CFBundlePackageType</key> <string>KEXT</string>
11 <key>CFBundleSignature</key> <string>????</string>
12 <key>CFBundleGetInfoString</key> <string>@VBOX_PRODUCT@ @VBOX_VERSION_STRING@, © 2007-@VBOX_C_YEAR@ @VBOX_VENDOR@</string>
13 <key>CFBundleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
14 <key>CFBundleShortVersionString</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
15 <key>OSBundleCompatibleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
16 <key>IOKitPersonalities</key>
17 <dict>
18 <key>VBoxDrv</key>
19 <dict>
20 <key>CFBundleIdentifier</key> <string>org.virtualbox.kext.VBoxDrv</string>
21 <key>IOClass</key> <string>org_virtualbox_SupDrv</string>
22 <key>IOMatchCategory</key> <string>org_virtualbox_SupDrv</string>
23 <key>IOProviderClass</key> <string>IOResources</string>
24 <key>IOResourceMatch</key> <string>IOKit</string>
25 <key>IOUserClientClass</key> <string>org_virtualbox_SupDrvClient</string>
26 </dict>
27 </dict>
28 <key>OSBundleLibraries</key>
29 <dict>
30 <key>com.apple.kpi.bsd</key> <string>9.0.0</string>
31 <key>com.apple.kpi.mach</key> <string>9.0.0</string>
32 <key>com.apple.kpi.libkern</key> <string>9.0.0</string>
33 <key>com.apple.kpi.unsupported</key> <string>9.0.0</string>
34 <key>com.apple.kpi.iokit</key> <string>9.0.0</string>
35 </dict>
36 <key>OSBundleLibraries_x86_64</key>
37 <dict>
38 <key>com.apple.kpi.bsd</key> <string>10.0.0d4</string>
39 <key>com.apple.kpi.mach</key> <string>10.0.0d3</string>
40 <key>com.apple.kpi.libkern</key> <string>10.0.0d3</string>
41 <key>com.apple.kpi.iokit</key> <string>10.0.0d3</string>
42 <key>com.apple.kpi.unsupported</key> <string>10.0.0d3</string>
43 </dict>
44</dict>
45</plist>
46
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use