summaryrefslogtreecommitdiffstats
path: root/src/VBox/Installer/darwin/VBoxKEXTs/PkgBuildComponent.plist
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Installer/darwin/VBoxKEXTs/PkgBuildComponent.plist')
-rw-r--r--src/VBox/Installer/darwin/VBoxKEXTs/PkgBuildComponent.plist29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/VBox/Installer/darwin/VBoxKEXTs/PkgBuildComponent.plist b/src/VBox/Installer/darwin/VBoxKEXTs/PkgBuildComponent.plist
new file mode 100644
index 00000000..c7569703
--- /dev/null
+++ b/src/VBox/Installer/darwin/VBoxKEXTs/PkgBuildComponent.plist
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<array>
+ <dict>
+ <key>RootRelativeBundlePath</key> <string>VBoxDrv.kext</string>
+ <key>BundleIsRelocatable</key> <false/>
+ <key>BundleIsVersionChecked</key> <false/>
+ <key>BundleHasStrictIdentifier</key> <false/>
+ <key>BundleOverwriteAction</key> <string>upgrade</string>
+ </dict>
+ <dict>
+ <key>RootRelativeBundlePath</key> <string>VBoxNetAdp.kext</string>
+ <key>BundleIsRelocatable</key> <false/>
+ <key>BundleIsVersionChecked</key> <false/>
+ <key>BundleHasStrictIdentifier</key> <false/>
+ <key>BundleOverwriteAction</key> <string>upgrade</string>
+ </dict>
+ <dict>
+ <key>RootRelativeBundlePath</key> <string>VBoxNetFlt.kext</string>
+ <key>BundleIsRelocatable</key> <false/>
+ <key>BundleIsVersionChecked</key> <false/>
+ <key>BundleHasStrictIdentifier</key> <false/>
+ <key>BundleOverwriteAction</key> <string>upgrade</string>
+ <key>BundlePostInstallScriptPath</key> <string>postflight</string>
+ </dict>
+</array>
+</plist>
+