VirtualBox

source: vbox/trunk/src/VBox/Additions/darwin/vboxfs/Info.plist@ 65902

最後變更 在這個檔案從65902是 57063,由 vboxsync 提交於 9 年 前

Mac OS X GAs: shared folders: add headers and export to OSE.

  • 屬性 svn:mime-type 設為 application/xml
檔案大小: 2.7 KB
 
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>VBoxVFS</string>
7 <key>CFBundleIconFile</key> <string></string>
8 <key>CFBundleIdentifier</key> <string>org.virtualbox.kext.VBoxVFS</string>
9 <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
10 <key>CFBundleName</key> <string>VBoxVFS</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>VBoxVFS</key>
20 <dict>
21 <key>IOMatchCategory</key> <string>org_virtualbox_VBoxVFS</string>
22 <key>IOClientClass</key> <string>VBoxVFSClient</string>
23 <key>IOClass</key> <string>org_virtualbox_VBoxVFS</string>
24 <key>CFBundleIdentifier</key> <string>org.virtualbox.kext.VBoxVFS</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 © 2013 Oracle Inc. All rights reserved.</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>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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