diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-03 22:34:43 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-03 22:34:43 +0000 |
commit | eeb78924eca8f2c4d334138100298d8d1cbd1b4a (patch) | |
tree | 0f8dc9f0af6581b1fbf95e9035774615f0bfaf0b /ArmPkg/Library/SemiHostingDebugLib | |
parent | 334f978eccac1720561b993cb5b868199433e7c1 (diff) | |
download | edk2-platforms-eeb78924eca8f2c4d334138100298d8d1cbd1b4a.tar.xz |
Cleanup to match MdePkg cleanups. More progress on ARM disassembler.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9924 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Library/SemiHostingDebugLib')
-rw-r--r-- | ArmPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf b/ArmPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf index d661c37e17..95cd76a59c 100644 --- a/ArmPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf +++ b/ArmPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf @@ -38,6 +38,7 @@ PcdLib
PrintLib
SemihostLib
+ DebugLib
[Pcd.common]
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel
|