|
From: <yz...@us...> - 2013-08-15 05:08:14
|
Revision: 2599
http://sourceforge.net/p/edk2-buildtools/code/2599
Author: yzhen22
Date: 2013-08-15 05:08:12 +0000 (Thu, 15 Aug 2013)
Log Message:
-----------
Add declaration for gEfiCallerBaseName for Debug purpose.
Signed-off-by: Yuxin Zheng <yux...@in...>
Reviewed-by: Liming Gao <lim...@in...>
Modified Paths:
--------------
trunk/BaseTools/Source/Python/AutoGen/GenC.py
Modified: trunk/BaseTools/Source/Python/AutoGen/GenC.py
===================================================================
--- trunk/BaseTools/Source/Python/AutoGen/GenC.py 2013-08-14 04:53:15 UTC (rev 2598)
+++ trunk/BaseTools/Source/Python/AutoGen/GenC.py 2013-08-15 05:08:12 UTC (rev 2599)
@@ -2043,7 +2043,8 @@
if 'PcdLib' in Info.Module.LibraryClasses or Info.Module.Pcds:
AutoGenH.Append("#include <Library/PcdLib.h>\n")
- AutoGenH.Append('\nextern GUID gEfiCallerIdGuid;\n\n')
+ AutoGenH.Append('\nextern GUID gEfiCallerIdGuid;')
+ AutoGenH.Append('\nextern CHAR8 *gEfiCallerBaseName;\n\n')
if Info.IsLibrary:
return
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|