You are on page 1of 2

#@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 # # # The configuration is based on the first 4 fields, which describe # the product. The 5th field is the location. To force it to try # multiple location, the same configuration can be repeated. Note that # list is built in LIFO order, so the latest entry in the configuration # will be the first used. If for some reason that value fails, it will # continue through any other matches. # server 1.0.x # # for server 1.0.3, use this entry #server 1 vmdb 1.0.3 server-1 # # for server 1.0.9, use this entry server 8 vmdb 1.0.9 server-1.0.9 # 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, 6.0.4, 6.0.5 ws 5 vmdb 6.0.3 ws-5 ws 5 vmdb 6.0.4 ws-5 ws 5 vmdb 6.0.5 ws-5 # Workstation 6.5.0 ws 4 vmdb 6.5.0 Workstation-6.5.0 # Workstation 6.5.1 ws 6 vmdb 6.5.1 Workstation-6.5.1 # Workstation 6.5.2 ws 7 vmdb 6.5.2 Workstation-6.5.2 # Workstation 6.5.3 ws 4 vmdb 6.5.3 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 # Workstation 7.0.0 ws 9 vmdb 7.0.0 Workstation-7.0.0 ws 9 vmdb e.x.p Workstation-7.0.0 player 9 vmdb 3.0.0 Workstation-7.0.0 player 9 vmdb e.x.p Workstation-7.0.0 # EOF

You might also like