;============================================================================
;  Name:
;    log_save.cmm
;
;  Description:
;     Save UEFI Debug Logs
;
; Copyright (c) 2018 Qualcomm Technologies, Inc.  All 
; Rights Reserved. Qualcomm Technologies Proprietary and 
; Confidential. 
;
;----------------------------------------------------------------------------
;============================================================================
;
;                        EDIT HISTORY FOR MODULE
;
;
;
;  when         who     what, where, why
; ----------    ---     ----------------------------------------------------------
; 2018-10-22    kpa     Fix duplicate toolbars buttons on multiple script invoke 
; 2018-06-12    kpa     Initial Version
;============================================================================;

ENTRY &LogFileName
IF ("&DebugScriptsDir"=="") 
( 
  print "Error!! DebugScriptsDir not Set "
  enddo
) 
else
(
  print "Build Target Dir: &DebugScriptsDir"
  ; Wrapper script for saving logs 
  cd.do &DebugScriptsDir/../../Tools/log_save_common.cmm &LogFileName
)
