summaryrefslogtreecommitdiff
path: root/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.mak
blob: ac53106a3ae397fffa64e38aff4a53b85ca47950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
#//*****************************************************************//
#//*****************************************************************//
#//*****************************************************************//
#//**                                                             **//
#//**         (C)Copyright 2009, American Megatrends, Inc.        **//
#//**                                                             **//
#//**                     All Rights Reserved.                    **//
#//**                                                             **//
#//**   5555 Oakbrook Pkwy, Building 200,Norcross, Georgia 30093  **//
#//**                                                             **//
#//**                     Phone (770)-246-8600                    **//
#//**                                                             **//
#//*****************************************************************//
#//*****************************************************************//
#//*****************************************************************//
# $Header: /Alaska/BIN/Modules/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.mak 4     3/16/11 4:42p Sudhirv $
#
# $Revision: 4 $
#
# $Date: 3/16/11 4:42p $
#**********************************************************************
# Revision History
# ----------------
# $Log: /Alaska/BIN/Modules/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.mak $
# 
# 4     3/16/11 4:42p Sudhirv
# Changes to Support Older Core before 4.6.5.0
# 
# 3     3/09/11 8:16a Sudhirv
# EIP 53658 - AMIDebugRx\Debugger support for PI 1.1
# 
# 2     7/17/09 7:15p Madhans
# DebugRx 1.30.0022
# 
# 2     7/13/09 2:45p Sudhirv
# Updated with Coding Standards
# 
# 1     7/07/09 4:46p Sudhirv
# Restructure Binaries Created
# 
# 1     5/01/09 7:48p Madhans
# AMIDebug Rx Module. Intial Checkin.
# 
# 1     4/29/09 7:51a Sudhirv
# AMI Debug Rx module created
# 
# 4     12/12/08 5:14p Madhans
# USB Redirecion Module.
# 
# 3     9/07/07 11:14a Madhans
# 1.07.0008 Eng Release
# 
# 2     6/13/07 3:38p Madhans
# Copyright Year updated.
# 
# 1     3/10/07 2:37p Madhans
# For 1.05.binary Release.
# 
# 
#**********************************************************************
#<AMI_FHDR_START>
#
# Name:	DebuggerLib.mak
#
# Description:	Library to send Ld image notifications to PEI debugger 
#
#<AMI_FHDR_END>
#**********************************************************************

!IFDEF PI_SPECIFICATION_VERSION
!IF $(PI_SPECIFICATION_VERSION)>=0x00010000

CORE_PEIBin : $(DebuggerLib_DIR)\DebuggerLib_PI_1_1.lib

PeiDebugSupportBin : $(DebuggerLib_DIR)\DebuggerLib_PI_1_1.lib

!IF "$(x64_BUILD)"!="1"
CORE_DXEBin : $(DebuggerLib_DIR)\DebuggerLib_PI_1_1.lib

!ELSE
CORE_DXEBin : $(DebuggerLib_DIR)\DebuggerLibX64_PI_1_1.lib


!ENDIF

!ELSE
CORE_PEIBin : $(DebuggerLib_DIR)\DebuggerLib.lib

#!IF "$(DbgPortStatusRedirectionOnly_SUPPORT)" != "1"
PeiDebugSupportBin : $(DebuggerLib_DIR)\DebuggerLib.lib

!IF "$(x64_BUILD)"!="1"
CORE_DXEBin : $(DebuggerLib_DIR)\DebuggerLib.lib

!ELSE
CORE_DXEBin : $(DebuggerLib_DIR)\DebuggerLibX64.lib


!ENDIF
!ENDIF
!ELSE

CORE_PEIBin : $(DebuggerLib_DIR)\DebuggerLib.lib

#!IF "$(DbgPortStatusRedirectionOnly_SUPPORT)" != "1"
PeiDebugSupportBin : $(DebuggerLib_DIR)\DebuggerLib.lib

!IF "$(x64_BUILD)"!="1"
CORE_DXEBin : $(DebuggerLib_DIR)\DebuggerLib.lib

!ELSE
CORE_DXEBin : $(DebuggerLib_DIR)\DebuggerLibX64.lib


!ENDIF
#!ENDIF
!ENDIF

#//*****************************************************************//
#//*****************************************************************//
#//*****************************************************************//
#//**                                                             **//
#//**         (C)Copyright 2009, American Megatrends, Inc.        **//
#//**                                                             **//
#//**                     All Rights Reserved.                    **//
#//**                                                             **//
#//**   5555 Oakbrook Pkwy, Building 200,Norcross, Georgia 30093  **//
#//**                                                             **//
#//**                     Phone (770)-246-8600                    **//
#//**                                                             **//
#//*****************************************************************//
#//*****************************************************************//
#//*****************************************************************//