VirtualBox

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

Last change on this file was 96399, checked in by vboxsync, 22 months ago

/Config.kmk and many other places: Change VBOX_VENDOR to the official copyright holder text, needs follow-up changes and equivalent adjustments elsewhere.

File size: 2.6 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>VBoxSF</string>
7 <key>CFBundleIconFile</key> <string></string>
8 <key>CFBundleIdentifier</key> <string>org.virtualbox.kext.VBoxSF</string>
9 <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
10 <key>CFBundleName</key> <string>VBoxSF</string>
11 <key>CFBundlePackageType</key> <string>KEXT</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
18 <dict>
19 <key>VBoxSF</key>
20 <dict>
21 <key>IOMatchCategory</key> <string>org_virtualbox_VBoxSF</string>
22 <key>IOClientClass</key> <string>VBoxSFClient</string>
23 <key>IOClass</key> <string>org_virtualbox_VBoxSF</string>
24 <key>CFBundleIdentifier</key> <string>org.virtualbox.kext.VBoxSF</string>
25 <key>IOKitDebug</key> <integer>65535</integer>
26 <key>IOProviderClass</key> <string>IOPCIDevice</string>
27 <key>IONameMatch</key> <string>pci80ee,cafe</string>
28 </dict>
29 </dict>
30
31 <key>NSHumanReadableCopyright</key> <string>Copyright © 2007-@VBOX_C_YEAR@ @VBOX_VENDOR@</string>
32
33 <key>OSBundleLibraries</key>
34 <dict>
35 <key>com.apple.iokit.IOPCIFamily</key> <string>2.5</string>
36 <key>com.apple.kpi.bsd</key> <string>10.6</string>
37 <key>com.apple.kpi.iokit</key> <string>10.6</string>
38 <key>com.apple.kpi.libkern</key> <string>10.6</string>
39 <key>com.apple.kpi.mach</key> <string>10.6</string>
40 <key>com.apple.kpi.unsupported</key> <string>10.6</string>
41 <key>org.virtualbox.kext.VBoxGuest</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
42 </dict>
43</dict>
44</plist>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use