VirtualBox

source: vbox/trunk/src/VBox/Installer/darwin/VBoxKEXTs/PkgBuildComponent.plist

Last change on this file was 93217, checked in by vboxsync, 2 years ago

HostDrivers,Installer,Devices: Clean out the VBoxUSB driver which is completely unused since some time now, bugref:9808

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 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<array>
5 <dict>
6 <key>RootRelativeBundlePath</key> <string>VBoxDrv.kext</string>
7 <key>BundleIsRelocatable</key> <false/>
8 <key>BundleIsVersionChecked</key> <false/>
9 <key>BundleHasStrictIdentifier</key> <false/>
10 <key>BundleOverwriteAction</key> <string>upgrade</string>
11 </dict>
12 <dict>
13 <key>RootRelativeBundlePath</key> <string>VBoxNetAdp.kext</string>
14 <key>BundleIsRelocatable</key> <false/>
15 <key>BundleIsVersionChecked</key> <false/>
16 <key>BundleHasStrictIdentifier</key> <false/>
17 <key>BundleOverwriteAction</key> <string>upgrade</string>
18 </dict>
19 <dict>
20 <key>RootRelativeBundlePath</key> <string>VBoxNetFlt.kext</string>
21 <key>BundleIsRelocatable</key> <false/>
22 <key>BundleIsVersionChecked</key> <false/>
23 <key>BundleHasStrictIdentifier</key> <false/>
24 <key>BundleOverwriteAction</key> <string>upgrade</string>
25 <key>BundlePostInstallScriptPath</key> <string>postflight</string>
26 </dict>
27</array>
28</plist>
29
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use