From f183b4f349e207768bfbf3287b9d37ac7b16d101 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Wed, 11 Jul 2007 06:56:56 +0000 Subject: [PATCH 1/1] Keep the module name consistency with directory name. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3192 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Bus/Pci/EhciDxe/{Ehci.inf => EhciDxe.inf} | 2 +- .../Bus/Pci/EhciDxe/{Ehci.msa => EhciDxe.msa} | 16 ++++++++-------- .../Bus/Pci/UhciDxe/{Uhci.inf => UhciDxe.inf} | 2 +- .../Bus/Pci/UhciDxe/{Uhci.msa => UhciDxe.msa} | 16 ++++++++-------- 4 files changed, 18 insertions(+), 18 deletions(-) rename MdeModulePkg/Bus/Pci/EhciDxe/{Ehci.inf => EhciDxe.inf} (95%) rename MdeModulePkg/Bus/Pci/EhciDxe/{Ehci.msa => EhciDxe.msa} (87%) rename MdeModulePkg/Bus/Pci/UhciDxe/{Uhci.inf => UhciDxe.inf} (95%) rename MdeModulePkg/Bus/Pci/UhciDxe/{Uhci.msa => UhciDxe.msa} (88%) diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.inf b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf similarity index 95% rename from MdeModulePkg/Bus/Pci/EhciDxe/Ehci.inf rename to MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf index 2be08326cf..80e243eecb 100644 --- a/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.inf +++ b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf @@ -22,7 +22,7 @@ ################################################################################ [Defines] INF_VERSION = 0x00010005 - BASE_NAME = Ehci + BASE_NAME = EhciDxe FILE_GUID = BDFE430E-8F2A-4db0-9991-6F856594777E MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.msa b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.msa similarity index 87% rename from MdeModulePkg/Bus/Pci/EhciDxe/Ehci.msa rename to MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.msa index dec9936c8e..c03b8aa434 100644 --- a/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.msa +++ b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.msa @@ -1,25 +1,25 @@ - Ehci + EhciDxe DXE_DRIVER BDFE430E-8F2A-4db0-9991-6F856594777E 1.0 Component name for module Ehci FIX ME! Copyright (c) 2006, Intel Corporation. All right reserved. - All rights reserved. This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php - - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + All rights reserved. This program and the accompanying materials + are licensed and made available under the terms and conditions of the BSD License + which accompanies this distribution. The full text of the license may be found at + http://opensource.org/licenses/bsd-license.php + + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 IA32 X64 IPF EBC false - Ehci + EhciDxe diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.inf b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf similarity index 95% rename from MdeModulePkg/Bus/Pci/UhciDxe/Uhci.inf rename to MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf index 34d7b74fd0..1ccae15f33 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.inf +++ b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf @@ -21,7 +21,7 @@ ################################################################################ [Defines] INF_VERSION = 0x00010005 - BASE_NAME = Uhci + BASE_NAME = UhciDxe FILE_GUID = 2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.msa b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.msa similarity index 88% rename from MdeModulePkg/Bus/Pci/UhciDxe/Uhci.msa rename to MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.msa index 75ebf35ba1..2aeb2ff6e7 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.msa +++ b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.msa @@ -1,25 +1,25 @@ - Uhci + UhciDxe DXE_DRIVER 2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7 1.0 Component name for module Uhci FIX ME! Copyright (c) 2006, Intel Corporation. All right reserved. - All rights reserved. This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php - - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + All rights reserved. This program and the accompanying materials + are licensed and made available under the terms and conditions of the BSD License + which accompanies this distribution. The full text of the license may be found at + http://opensource.org/licenses/bsd-license.php + + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 IA32 X64 IPF EBC false - Uhci + UhciDxe -- 2.39.2