VirtualBox

source: vbox/trunk/src/VBox/ExtPacks/BusMouseSample/ExtPack.xml

Last change on this file was 68828, checked in by vboxsync, 7 years ago

ExtPack: Split up main module of extension pack, have a mandatory one for VBoxSVC and an optional one for the VM process. This finally eliminates the need to drag VBoxVMM into VBoxSVC on some platforms. Many other small cleanups, including reliably calling the unload hook from within a VM process, copy/paste with forgotten adjustments (e.g. extpacks still talking about skeleton) and spelling fixes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 430 bytes
Line 
1<?xml version="1.0"?>
2<VirtualBoxExtensionPack xmlns="http://www.virtualbox.org/VirtualBoxExtensionPack" version="1.0">
3 <Name>BusMouse</Name>
4 <Description>The bus mouse sample extension pack.</Description>
5 <Version revision="@VBOX_SVN_REV@">@VBOX_VERSION_STRING@</Version>
6 <MainModule>VBoxBusMouseMain</MainModule>
7 <MainVMModule>VBoxBusMouseMainVM</MainVMModule>
8 <ShowLicense/>
9</VirtualBoxExtensionPack>
10
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use