/*********************************************************
- * Copyright (C) 2009-2020 VMware, Inc. All rights reserved.
+ * Copyright (C) 2009-2021 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
/** Reply from the guest when the command is not recognized. */
#define GUEST_RPC_UNKNOWN_COMMAND "Unknown Command"
+/** Reply from host when the option is disabled. */
+#define GUEST_RPC_DISABLED_OPTION "disabled"
+
#define GUESTRPC_TCLO_VSOCK_LISTEN_PORT 975
#define GUESTRPC_RPCI_VSOCK_LISTEN_PORT 976
#define TOOLSOPTION_GUEST_LOG_LEVEL "guestLogLevel"
#define TOOLSOPTION_ENABLE_APPINFO "enableAppInfo"
#define TOOLSOPTION_ENABLE_GUESTSTORE_ACCESS "enableGuestStoreAccess"
+#define TOOLSOPTION_ENABLE_DEVICEHELPER "enableDeviceHelper"
/*
* Auto-upgrade commands.