diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-18 14:32:48 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-18 14:32:48 +0000 |
commit | 53c71d097b13311e2bd8dda6ae54b5766a1c7d6d (patch) | |
tree | 389779feb53ef5f1a5e212d75ee8399697086d3b /MdeModulePkg/Universal/DebugSupportDxe | |
parent | 7fb66a6dff5f9737c086c700d53e5afd5bb53dc7 (diff) | |
download | edk2-platforms-53c71d097b13311e2bd8dda6ae54b5766a1c7d6d.tar.xz |
Adjust directory structures.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3325 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/DebugSupportDxe')
-rw-r--r-- | MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf (renamed from MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.inf) | 2 | ||||
-rw-r--r-- | MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.msa (renamed from MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.msa) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.inf b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf index 22b07922b5..d8c7df202c 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.inf +++ b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf @@ -21,7 +21,7 @@ ################################################################################
[Defines]
INF_VERSION = 0x00010005
- BASE_NAME = DebugSupport
+ BASE_NAME = DebugSupportDxe
FILE_GUID = 911D584C-35F7-4955-BEF9-B452769DDC3A
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.msa b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.msa index 23ebaf401b..23ebaf401b 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.msa +++ b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.msa |