~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools.raring-precise.backport

« back to all changes in this revision

Viewing changes to lib/include/vm_product.h

  • Committer: Package Import Robot
  • Author(s): Nate Muench
  • Date: 2012-01-23 16:09:45 UTC
  • mfrom: (1.4.6) (2.4.26 sid)
  • Revision ID: package-import@ubuntu.com-20120123160945-b6s0r1vkcovucpf3
Tags: 2011.12.20-562307-0ubuntu1
* Merge latest upstream git tag. Fixes building on Precise
  (LP: #898289, LP: #905612)

* Items merged from Debian unstable:
  - debian/control:
    + open-vm-tools recommends open-vm-dkms. (LP: #598933)
    + open-vm-tools now suggests open-vm-toolbox. (LP: #604998)
  (From 2011.08.21-471295-1 release)
  - Updating maintainer and uploaders fields.
  - Removing vcs fields.
  - Removing references to Daniel's old email address.
  - Updating years in copyright file.
  - Updating to standards version 3.9.2.
  - Updating to debhelper version 8.
  - Switching to source format 3.0 (quilt).
  - Removing manual chrpath setting.
  - Removing exclusion from plugins from debhelper shlibs.
  - Rediffing kvers.patch.
  (From 2011.09.23-491607-1 release)
  - Marking binary architecture-dependend packages as linux and kfreebsd
  only.
  - Removing liburiparser-dev from build-depends as upstream dropped
  unity support.
  - Building with libproc-dev on amd64 again.
  - Dropping disabling of dnet support.
  (From 2011.09.23-491607-2 release)
  - Adding doxygen to build-depends for api documentation.
  - Adding libcunit1-dev to build-depends for test suites.
  - Minimizing rules file.
  - Adding open-vm-tools-dev package, containing only the api
    documentation for now.
  (From 2011.09.23-491607-3 release)
  - Sorting overrides in rules alphabetically.
  - Compacting copyright file.
  - Adding udev rule to set timeout for vmware scsi devices
  (From 2011.12.20-562307-1 release)
  - Adding patch to correct typo in upstreams dkms configuration

* Remaining Changes:
  - Remove Stable part of version numbering.
  - debian folder:
    + Re-added open-vm-dkms.postinst & open-vm-dkms.prerm.
      * Allows dkms modules to compile upon installation.
  - debian/control:
    + Re-add open-vm-source and make into a transitional package
      for open-vm-toolbox.
    + Return dependancies that were moved to open-vm-tools back to
      open-vm-toolbox.
  - debian/rules and debian/open-vm-toolbox.lintian-overrides:
    + Make vmware-user-suid-wrapper suid-root
  - debian/rules:
    + Added CFLAGS field with -Wno-deprecated-declarations
      * Will suppress issues with glib 2.31 or later.
    + Add line to copy vmware-xdg-detect-de into place.
    + Install vmware-user.desktop through toolbox package.
  - debian/open-vm-tools.init:
    + Re-add 'modprobe [-r] vmblock'.
    + Add 'modprobe [-r] vmxnet'.
      * Incase it's not loaded during boot.
    + Remove and re-add pcnet32 module
      * Will be done before (remove) and after (readd) vmxnet module
        is added.
      * If vmxnet doesn't exist (aka modules fail to build), pcnet32 can be
        still used for network connectivity.
      * Workaround until a better fix can be done.
  - Re-add gnome-session to debian/local/xautostart.conf
  - Manpages removed (from debian/manpages):
    + vmmemctl.9
    + vmxnet3.9
    + Remove references to manpages that have been removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*********************************************************
2
 
 * Copyright (C) 2006 VMware, Inc. All rights reserved.
 
2
 * Copyright (C) 2006-2011 VMware, Inc. All rights reserved.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify it
5
5
 * under the terms of the GNU Lesser General Public License as published
133
133
 
134
134
#define PRODUCT_DDK_NAME MAKE_NAME("ESX DDK")
135
135
 
136
 
#define PRODUCT_VDM_SHORT_NAME "VDM"
137
 
#define PRODUCT_VDM_NAME MAKE_NAME("Virtual Desktop Manager")
 
136
// XXX I think these are dead and can be removed -clayton
 
137
// #define PRODUCT_VDM_SHORT_NAME "VDM"
 
138
// #define PRODUCT_VDM_NAME MAKE_NAME("Virtual Desktop Manager")
138
139
 
139
140
#define PRODUCT_VDDK_SHORT_NAME "VDDK"
140
 
#define PRODUCT_VDDK_NAME MAKE_NAME("VMware Virtual Disk Development Kit")
 
141
#define PRODUCT_VDDK_NAME MAKE_NAME("Virtual Disk Development Kit")
141
142
 
142
143
#define PRODUCT_VDM_CLIENT_NAME MAKE_NAME("View Client")
143
144
#define PRODUCT_VDM_CLIENT_NAME_FOR_LICENSE PRODUCT_VDM_CLIENT_NAME
148
149
 
149
150
#define PRODUCT_BOOMERANG_NAME MAKE_NAME("Boomerang")
150
151
 
 
152
#define PRODUCT_HBR_SERVER_NAME MAKE_NAME("vSphere Replication Server")
 
153
 
 
154
#define PRODUCT_VIEW_SHORT_NAME "View"
 
155
#define PRODUCT_VIEW_NAME MAKE_NAME("View")
 
156
#define PRODUCT_VIEW_NAME_FOR_LICENSE PRODUCT_VIEW_NAME
 
157
 
 
158
#define PRODUCT_VMCF_NAME MAKE_NAME("VMCF")
 
159
 
151
160
// XXX VMvisor is the underlying technology for possibly several products,
152
161
// XXX not the product. Fix when names are decided.
153
162
// #define PRODUCT_VMVISOR_NAME MAKE_NAME("VMvisor")
177
186
 
178
187
/*
179
188
 * VMRC ActiveX CLSIDs and ProgIDs
 
189
 *
 
190
 * VMRC is versioned x.y.z - ProgID is intentionally built using only x.y
180
191
 */
181
 
#define PRODUCT_VMRC_PLUGIN_GUID_EMBEDDED      291BA977-564B-4626-B868-A968FB8D4591
182
 
#define PRODUCT_VMRC_PLUGIN_GUID_TYPELIB       70ABCAB7-6B45-4555-ABFC-8BC686E5ACFE
183
 
#define PRODUCT_VMRC_PLUGIN_PROGID_EMBEDDED_BASE "VMware.VMwareRemoteConsole"
 
192
#define PRODUCT_VMRC_PLUGIN_GUID_EMBEDDED      6FB1850B-AC2A-4AEA-9847-EBCE6AB2A62E
 
193
#define PRODUCT_VMRC_PLUGIN_GUID_TYPELIB       EF9A6976-4861-49B5-AFED-05281B5887C5
 
194
#define PRODUCT_VMRC_PLUGIN_PROGID_EMBEDDED_BASE "VMware.RemoteConsole"
184
195
#define PRODUCT_VMRC_PLUGIN_PROGID_EMBEDDED    PRODUCT_VMRC_PLUGIN_PROGID_EMBEDDED_BASE "." \
185
196
                                               XSTR(VMRC_PLUGIN_VERSION_BASE)
186
197
 
196
207
#endif
197
208
 
198
209
#define PRODUCT_VMRC_PLUGIN_CURRENT_MIMETYPE \
199
 
   "application/x-vmware-remote-console-2011"
 
210
   "application/x-vmware-remote-console"
200
211
 
201
212
/*
202
213
 * legacy plugin mimetypes (currently unused but here for reference)
242
253
      || defined(VMX86_WGS)      \
243
254
      || defined(VMX86_DESKTOP)  \
244
255
      || defined(VMX86_ENTERPRISE_DESKTOP) \
 
256
      || defined(VMX86_VIEW)     \
245
257
      || defined(VMX86_MUI)      \
246
258
      || defined(VMX86_API)      \
247
259
      || defined(VMX86_VPX)      \
257
269
      || defined(VMX86_DDK)      \
258
270
      || defined(VMX86_VDDK)     \
259
271
      || defined(VMX86_NETDUMP) \
260
 
      || defined(VMX86_BOOMERANG))
 
272
      || defined(VMX86_BOOMERANG) \
 
273
      || defined(VMX86_HBR_SERVER) \
 
274
      || defined(VMX86_VMCF))
261
275
#   if defined(_WIN32) || defined(__APPLE__)
262
276
      /*
263
277
       * XXX Make the product be Workstation by default if none of the defines
334
348
# define PRODUCT_SHORT_NAME PRODUCT_NETDUMP_NAME
335
349
#elif defined(VMX86_BOOMERANG)
336
350
# define PRODUCT_SHORT_NAME PRODUCT_BOOMERANG_NAME
 
351
#elif defined(VMX86_HBR_SERVER)
 
352
# define PRODUCT_SHORT_NAME PRODUCT_HBR_SERVER_NAME
 
353
#elif defined(VMX86_VIEW)
 
354
# define PRODUCT_SHORT_NAME PRODUCT_VIEW_NAME
 
355
#elif defined(VMX86_VMCF)
 
356
# define PRODUCT_SHORT_NAME PRODUCT_VMCF_NAME
337
357
#endif
338
358
 
339
359