VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/darwin/Info-SnowLeopard.plist@ 16793

Last change on this file since 16793 was 16719, checked in by vboxsync, 16 years ago

Config,VBoxDrv: Updated VBOXR0DRV and VBoxDrv to work with 10a261. The main trick was using the right options: -XLinker -kext and -mkernel. We used to link it as a static (MH_OBJECT) but that no longer works. Also, kextload doesn't work for development purposes, so we'll have to use kextutil instead.

File size: 2.2 KB
Line 
1
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>VirtualBox @VBOX_VERSION_STRING@, © 2007 Sun Microsystems, Inc.</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>10.0.0d4</string>
31 <key>com.apple.kpi.mach</key> <string>10.0.0d3</string>
32 <key>com.apple.kpi.libkern</key> <string>10.0.0d3</string>
33 <key>com.apple.kpi.iokit</key> <string>10.0.0d3</string>
34 <key>com.apple.kpi.unsupported</key> <string>10.0.0d3</string>
35 </dict>
36</dict>
37</plist>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette