#@Version-Info
#
# VixAllProducts revision mapping
#
# This file translates product version specifications into the appropriate Vix
# implementations.
#
# Each @Version-Info line has 5 white-space seperated entries:
#
#    provider-type: ws, esx, viserver, etc
#    apiVersion: the apiVersion supported, as passed in from VixHost_Connect()
#    ipc-type: none, vmdb, vmodl, cim
#    product-version: the product version string
#
#    implementation-directory: the path to the library that implements the
#          version described by the first 4 parameters
#
#

# server 1.0.x
server   1  vmdb  1.0.3 server-1

# Workstation 6.0.0
ws       2  vmdb  6.0.0 ws-2

# Workstation 6.0.1
ws       3  vmdb  6.0.1 ws-3

# Workstation 6.0.2 -- same version of vmdb as 6.0.1
ws       3  vmdb  6.0.2 ws-3

# Workstation 6.0.3
ws       5  vmdb  6.0.3 ws-5

# XXX hack to support transient names XXX
esx      4  none 3.1.0   ws_server_esx-4
viserver 4  none 2.0.0   ws_server_esx-4
ws       4  vmdb e.x.p   ws_server_esx-4
ws       4  vmdb 6.5.0   ws_server_esx-4

# Workstation 6.5.0
ws       4  vmdb  6.5.0 Workstation-6.5.0
ws       4  vmdb  e.x.p Workstation-6.5.0

# to add once its in installer
viserver 4  none 2.0.0   VIServer-2.0.0
esx 	 4  none 3.5.0   VIServer-2.0.0

# EOF
