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:
473 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <VirtualBoxExtensionPack xmlns="http://www.virtualbox.org/VirtualBoxExtensionPack" version="1.0">
|
---|
3 | <Name>Skeleton</Name>
|
---|
4 | <Description>The extension pack skeleton sample.</Description>
|
---|
5 | <Version revision="@VBOX_SVN_REV@">@VBOX_VERSION_STRING@</Version>
|
---|
6 | <MainModule>VBoxSkeletonMain</MainModule>
|
---|
7 | <MainVMModule>VBoxSkeletonMainVM</MainVMModule>
|
---|
8 | <!-- VRDEModule>VBoxVNC</VRDEModule -->
|
---|
9 | <ShowLicense/>
|
---|
10 | </VirtualBoxExtensionPack>
|
---|
11 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.