#=============================================================================
# Copyright (c) 2014-2015 Qualcomm Technologies, Inc.  All Rights Reserved.
# Qualcomm Technologies Proprietary and Confidential.
#=============================================================================

# bring in the commom stuff
. /mnt/vendor/persist/coresight/qdss.functions.sh

echo "Configure using: $1"
if [ ! -f $1 ]
then
    failure "$LINENO File: $1 does not exist"
    exit 1
fi


# Here there be magic ...
# We let the SHELL parse the confguration file
# and we treat items in the config file as shell functions
source $1

#========================================
# add your own commands after this section OR
# edit the file generated by QTF if you understand 
# the commands
#========================================

