diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-06 16:09:37 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-06 16:09:37 +0000 |
commit | 3111e7b4c3b5b7d26237c229cd32cc121732b0ce (patch) | |
tree | eb9f8f8bfccf6c4dff7cd346c478dc7c8f612173 /MdeModulePkg/Universal/DebugSupportDxe | |
parent | a73480f6f2e211947ac19ef049adcba6f50bb655 (diff) | |
download | edk2-platforms-3111e7b4c3b5b7d26237c229cd32cc121732b0ce.tar.xz |
Use gEfiMdeModulePkgTokenSpaceGuid instead of gEfiEdkModulePkgTokenSpaceGuid.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3131 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/DebugSupportDxe')
-rw-r--r-- | MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.inf b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.inf index 005539bed0..22b07922b5 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.inf +++ b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.inf @@ -118,7 +118,7 @@ ################################################################################
[PcdsFeatureFlag.IA32]
- PcdNtEmulatorEnable|gEfiEdkModulePkgTokenSpaceGuid
+ PcdNtEmulatorEnable|gEfiMdeModulePkgTokenSpaceGuid
################################################################################
|