/*********************************************************
- * Copyright (C) 2005-2016 VMware, Inc. All rights reserved.
+ * Copyright (C) 2008 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
*
*********************************************************/
-/*
- * guestcust-events.h --
- *
- * Definitions related to the GOSC events.
+/*!
+ * @file guestcust-events.h --
*/
-#ifndef IMGCUST_COMMON_GOSC_EVENTS_H
-#define IMGCUST_COMMON_GOSC_EVENTS_H
+#ifndef _GUESTCUST_EVENTS_H
+#define _GUESTCUST_EVENTS_H
/*
* Customization-specific events generated in the guest and handled by
- * hostd. They are sent via the vmx/guestTools/deployPkgState/ vmdb path.
- * We start these at 100 to avoid conflict with the deployPkg error
- * codes listed in vmx/public/toolsDeployPkg.h.
+ * hostd. They are sent via the Tools/deployPkgState/error VIGOR path.
+ * The error(int) field is overloaded for both the deploy pkg errors
+ * and the deploy pkg events.
+ * Therefore, We start these at 100 to avoid conflict with the deployPkg error
+ * codes listed in bora/guestABI/include/vmware/guestrpc/deploypkg.h
*/
typedef enum {
GUESTCUST_EVENT_CUSTOMIZE_FAILED = 100,
GUESTCUST_EVENT_QUERY_NICS
} GuestCustEvent;
-#endif // IMGCUST_COMMON_GOSC_EVENTS_H
+#endif // _GUESTCUST_EVENTS_H
libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/imgcust-common/imgcust-api.h
libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/imgcust-common/log.h
libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/imgcust-common/process.h
-libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/imgcust-guest/guestcust-events.h
libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/vm_basic_types.h
libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/vmware/tools/guestrpc.h
libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/deployPkg/linuxDeployment.h
libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/vmware/guestrpc/deploypkg.h
+libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/vmware/guestrpc/guestcust-events.h
EXTRA_DIST = libDeployPkg.pc.in