Changeset 26698 in vbox
- Timestamp:
- Feb 23, 2010 11:04:42 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
Config.kmk (modified) (1 diff)
-
include/VBox/VBoxGuestLib.h (modified) (1 diff)
-
src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk (modified) (1 diff)
-
src/VBox/Additions/common/VBoxService/Makefile.kmk (modified) (2 diffs)
-
src/VBox/HostServices/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r26560 r26698 465 465 # Enable the host/guest information service (aka guest properties). 466 466 VBOX_WITH_GUEST_PROPS = 1 467 # Enable this to prevent the guest from writing guest properties 467 # Enable this to prevent the guest from writing guest properties. 468 468 VBOX_WITH_GUEST_PROPS_RDONLY_GUEST = 469 # Enable the guest control service. 470 VBOX_WITH_GUEST_CONTROL = 469 471 # Enable crOpenGL service 470 472 if1of ($(KBUILD_TARGET), darwin freebsd linux solaris win) -
trunk/include/VBox/VBoxGuestLib.h
r26380 r26698 505 505 # endif /* VBOX_WITH_GUEST_PROPS defined */ 506 506 507 /** @name Guest control 508 * @{ */ 509 VBGLR3DECL(int) VbglR3GuestCtrlConnect(uint32_t *pu32ClientId); 510 VBGLR3DECL(int) VbglR3GuestCtrlDisconnect(uint32_t u32ClientId); 511 /** @} */ 512 507 513 /** @name User credentials handling 508 514 * @{ */ -
trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
r26425 r26698 110 110 VBoxGuestR3LibHostVersion.cpp 111 111 endif 112 ifdef VBOX_WITH_GUEST_CONTROL 113 VBoxGuestR3Lib_SOURCES += \ 114 VBoxGuestR3LibGuestCtrl.cpp 115 endif 116 112 117 VBoxGuestR3LibMisc.cpp_DEFS = VBOX_SVN_REV=$(VBOX_SVN_REV) 113 118 VBoxGuestR3LibMisc.cpp_DEPS = $(VBOX_SVN_REV_KMK) -
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r26354 r26698 41 41 VBoxService_DEFS += VBOX_WITH_HGCM VBOXSERVICE_EXEC 42 42 endif 43 ifdef VBOX_WITH_GUEST_CONTROL 44 if1of ($(KBUILD_TARGET), win) 45 VBoxService_DEFS += VBOXSERVICE_CONTROL 46 endif 47 endif 43 48 endif 44 49 if1of ($(KBUILD_TARGET), linux) … … 50 55 VBoxServiceTimeSync.cpp \ 51 56 VBoxServiceUtils.cpp 57 ifdef VBOX_WITH_GUEST_CONTROL 58 if1of ($(KBUILD_TARGET), win) 59 VBoxService_SOURCES += \ 60 VBoxServiceControl.cpp 61 endif 62 endif 52 63 ifdef VBOX_WITH_GUEST_PROPS 53 64 VBoxService_SOURCES.win = \ -
trunk/src/VBox/HostServices/Makefile.kmk
r23452 r26698 40 40 include $(PATH_SUB_CURRENT)/GuestProperties/Makefile.kmk 41 41 endif 42 ifdef VBOX_WITH_GUEST_CONTROL 43 include $(PATH_SUB_CURRENT)/GuestControl/Makefile.kmk 44 endif 42 45 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk 43 46
Note:
See TracChangeset
for help on using the changeset viewer.

