~henrix/ubuntu/precise/open-vm-dkms/lp-1416003

« back to all changes in this revision

Viewing changes to lib/include/vm_product.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-10-23 15:32:00 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081023153200-gc1bfx89hj35c799
Tags: 2008.10.10-123053-2
* Correcting typo in dh_installinit call.
* Downgrading depends on module-assistant to recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
 
190
190
/*
191
191
 * previously shipped plugin mimetypes (updated as we ship them)
 
192
 *
 
193
 * XXX It is important that the mimetypes be listed in strictly decreasing
 
194
 *     order by version. Server 2.0 Web Access (WBC) only checks the first VMRC
 
195
 *     mimetype for compatibility, and others might make the same mistake in
 
196
 *     the future.
192
197
 */
193
198
#define PRODUCT_VMRC_PLUGIN_PREVIOUS_MIMETYPES \
 
199
   "application/x-vmware-vmrc;version=2.5.0.116460" PRODUCT_VMRC_MIMETYPE_SEPARATOR \
194
200
   "application/x-vmware-vmrc;version=2.5.0.0"
195
201
 
196
202
/*
197
203
 * legacy plugin mimetypes (currently unused but here for reference)
198
204
 */
199
205
#define PRODUCT_VMRC_PLUGIN_LEGACY_MIMETYPES \
200
 
   "application/x-vmware-mks;version=2.5.0.0" PRODUCT_VMRC_MIMETYPE_SEPARATOR \
201
206
   "application/x-vmware-mks;version=2.1.0.0" PRODUCT_VMRC_MIMETYPE_SEPARATOR \
202
207
   "application/x-vmware-mks;version=2.0.1.0" PRODUCT_VMRC_MIMETYPE_SEPARATOR \
203
208
   "application/x-vmware-mks;version=2.0.0.0" PRODUCT_VMRC_MIMETYPE_SEPARATOR
204
209
 
205
210
/*
206
211
 * All supported plugin mimetypes
 
212
 *
 
213
 * NB: See above for constraints on the ordering of this list.
207
214
 */
208
215
#define PRODUCT_VMRC_PLUGIN_MIMETYPES \
209
 
   PRODUCT_VMRC_PLUGIN_CURRENT_MIMETYPE PRODUCT_VMRC_MIMETYPE_SEPARATOR \
210
 
   PRODUCT_VMRC_PLUGIN_PREVIOUS_MIMETYPES PRODUCT_VMRC_MIMETYPE_TERMINATOR
 
216
   PRODUCT_VMRC_PLUGIN_PREVIOUS_MIMETYPES PRODUCT_VMRC_MIMETYPE_SEPARATOR \
 
217
   PRODUCT_VMRC_PLUGIN_CURRENT_MIMETYPE PRODUCT_VMRC_MIMETYPE_TERMINATOR
211
218
 
212
219
/*
213
220
 * TODO: This properly lives in productState, but we need it here to