Your IP : 172.28.240.42


Current Path : /tmp/
Upload File :
Current File : //tmp/_cafenv-appconfig_

# Copyright (c) 2017-2017 VMware, Inc.  All rights reserved.

#[globals]
# Specifies where python is located.
export CAF_PYTHON_DIR=/opt/vmware/caf/python

# Substitute //usr/lib/vmware-caf/pme/bin for the value passed in during install
# Maps to 'bin' in the build output
export CAF_BIN_DIR=//usr/lib/vmware-caf/pme/bin

# Substitute //usr/lib/vmware-caf/pme/lib for the value passed in during install
# Maps to 'lib' in the build output
export CAF_LIB_DIR=//usr/lib/vmware-caf/pme/lib

# Substitute /etc/vmware-caf/pme/config for the value passed in during install
# Maps to 'config' in the build output
export CAF_CONFIG_DIR=/etc/vmware-caf/pme/config

# Substitute //var/lib/vmware-caf/pme/data/input for the value passed in during install
# Maps to 'data/input' in the build output
export CAF_INPUT_DIR=//var/lib/vmware-caf/pme/data/input

# Substitute //var/lib/vmware-caf/pme/data/output for the value passed in during install
# No mapping in the build output since the output files are created at run-time
export CAF_OUTPUT_DIR=//var/lib/vmware-caf/pme/data/output

# Substitute /var/log/vmware-caf/pme for the value passed in during install
# No mapping in the build output since the log files are created at run-time
export CAF_LOG_DIR=/var/log/vmware-caf/pme

# Substitute //var/lib/vmware-caf/pme/data/input/invokers for the value passed in during install
# Maps to 'invokers' in the build output - Used by the internal providers
export CAF_INVOKERS_DIR=//var/lib/vmware-caf/pme/data/input/invokers

# Substitute //var/lib/vmware-caf/pme/data/input/providers for the value passed in during install
# Maps to 'providers' in the build output - Used by the internal providers
export CAF_PROVIDERS_DIR=//var/lib/vmware-caf/pme/data/input/providers

# Substitute /usr/lib/vmware-tools/lib for the value passed in during install
# Maps to 'lib' in the build output
export CAF_TOOLS_LIB_DIR=/usr/lib/vmware-tools/lib

# Substitute tools for the value passed in during install
# No mapping in the build output since it is just a reference value
export CAF_INSTALL_MODE=tools