Current File : //etc/vmware-caf/pme/config/cafenv-appconfig
# Copyright (c) 2017-2017 VMware, Inc.  All rights reserved.

[globals]
# Specifies where python is located.
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
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
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
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
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
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
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
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
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
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
install_mode=tools