Files
edk2-platforms/Features/Intel/Debugging
Tan, Ming 66adbd35df Features/Intel/Debugging: Fix build error when use Xcode
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2822

When use Xcode, it will report following compile error:
  duplicate symbol _mRscHandlerProtocol in:

So in the Features/Intel/Debugging/,
change the global variable name in the following files
  RuntimeDxeBeepStatusCodeHandlerLib.c
  RuntimeDxePostCodeStatusCodeHandlerLib.c

Reviewed-by: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Ming Tan <ming.tan@intel.com>
2020-06-23 09:05:35 +08:00
..

EDK II Minimum Platform Firmware Debug Advanced Features

This feature domain directory contains debug related advanced features. Note that the domain directory is named "Debugging" as opposed to "Debug" to help indicate that the directory is related to features used for debugging and it is not an output directory for a Debug build target.

Features may be added to this domain whose primary role and responsibility is related to debug. The type of debug technology may include hardware or software debug.