VirtualBox

Changeset 43429 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Sep 25, 2012 1:57:48 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80928
Message:

Installer: add VBoxHostChannel service library.

Location:
trunk/src/VBox/Installer
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/Makefile.kmk

    r43247 r43429  
    412412        MacOS/VBoxDragAndDropSvc.dylib \
    413413        MacOS/VBoxGuestPropSvc.dylib \
     414        MacOS/VBoxHostChannel.dylib \
    414415        MacOS/VBoxVMM.dylib \
    415416        MacOS/VBoxXPCOM.dylib \
  • trunk/src/VBox/Installer/freebsd/Makefile.kmk

    r41477 r43429  
    9292        $(if $(VBOX_WITH_GUEST_PROPS),VBoxGuestPropSvc.so,) \
    9393        $(if $(VBOX_WITH_GUEST_CONTROL),VBoxGuestControlSvc.so,) \
     94        VBoxHostChannel.so \
    9495        $(if $(VBOX_WITH_MAIN), \
    9596                VBoxManage \
  • trunk/src/VBox/Installer/freebsd/pkg_plist

    r28547 r43429  
    1010lib/virtualbox/VBoxGuestPropSvc.so
    1111lib/virtualbox/VBoxGuestControlSvc.so
     12lib/virtualbox/VBoxHostChannel.so
    1213lib/virtualbox/VBoxHeadless.so
    1314lib/virtualbox/VBoxKeyboard.so
  • trunk/src/VBox/Installer/linux/Makefile.kmk

    r43365 r43429  
    130130        $(if $(VBOX_WITH_GUEST_PROPS),VBoxGuestPropSvc.so,) \
    131131        $(if $(VBOX_WITH_GUEST_CONTROL),VBoxGuestControlSvc.so,) \
     132        VBoxHostChannel.so \
    132133        $(if $(VBOX_WITH_DRAG_AND_DROP),VBoxDragAndDropSvc.so,) \
    133134        $(if $(VBOX_WITH_MAIN), \
  • trunk/src/VBox/Installer/linux/debian/lintian-override.in

    r42261 r43429  
    1313%VERPKG%: shlib-with-non-pic-code usr/lib/virtualbox/VBoxGuestPropSvc.so
    1414%VERPKG%: shlib-with-non-pic-code usr/lib/virtualbox/VBoxGuestControlSvc.so
     15%VERPKG%: shlib-with-non-pic-code usr/lib/virtualbox/VBoxHostChannel.so
    1516%VERPKG%: shlib-with-non-pic-code usr/lib/virtualbox/VBoxDragAndDropSvc.so
    1617%VERPKG%: shlib-with-non-pic-code usr/lib/virtualbox/VBoxNetDHCP.so
     
    6465%VERPKG%: no-shlibs-control-file usr/lib/virtualbox/VBoxGuestPropSvc.so
    6566%VERPKG%: no-shlibs-control-file usr/lib/virtualbox/VBoxGuestControlSvc.so
     67%VERPKG%: no-shlibs-control-file usr/lib/virtualbox/VBoxHostChannel.so
    6668%VERPKG%: no-shlibs-control-file usr/lib/virtualbox/VBoxDragAndDropSvc.so
    6769%VERPKG%: no-shlibs-control-file usr/lib/virtualbox/VBoxVRDP.so
     
    7476%VERPKG%: binary-or-shlib-defines-rpath ./usr/lib/virtualbox/VBoxGuestPropSvc.so /usr/lib/virtualbox
    7577%VERPKG%: binary-or-shlib-defines-rpath ./usr/lib/virtualbox/VBoxGuestControlSvc.so /usr/lib/virtualbox
     78%VERPKG%: binary-or-shlib-defines-rpath ./usr/lib/virtualbox/VBoxHostChannel.so /usr/lib/virtualbox
    7679%VERPKG%: binary-or-shlib-defines-rpath ./usr/lib/virtualbox/VBoxHeadless /usr/lib/virtualbox
    7780%VERPKG%: binary-or-shlib-defines-rpath ./usr/lib/virtualbox/VBoxHeadless.so /usr/lib/virtualbox
  • trunk/src/VBox/Installer/linux/deffiles

    r42261 r43429  
    5050    VBoxGuestPropSvc.so \
    5151    VBoxGuestControlSvc.so \
     52    VBoxHostChannel.so \
    5253    VBoxDragAndDropSvc.so \
    5354    VBoxAuth.so \
  • trunk/src/VBox/Installer/solaris/Makefile.kmk

    r42491 r43429  
    248248        $(if $(VBOX_WITH_GUEST_PROPS),VBoxGuestPropSvc.so,) \
    249249        $(if $(VBOX_WITH_GUEST_CONTROL),VBoxGuestControlSvc.so,) \
     250        VBoxHostChannel.so \
    250251        $(if $(VBOX_WITH_JXPCOM),libvboxjxpcom.so,) \
    251252        $(if $(VBOX_WITH_QTGUI),\
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r42731 r43429  
    478478                              Source="$(env.PATH_OUT)\bin\VBoxGuestControlSvc.dll" />
    479479<?endif ?>
     480                        <File Id="file_VBoxHostChannel.dll" Name="VBoxHostChannel.dll"
     481                              Source="$(env.PATH_OUT)\bin\VBoxHostChannel.dll" />
    480482                        <File Id="file_VBoxAuth.dll" Name="VBoxAuth.dll"
    481483                              Source="$(env.PATH_OUT)\bin\VBoxAuth.dll" />
Note: See TracChangeset for help on using the changeset viewer.

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