From 062539cf8c29cc389fcea7f5d111dbfc6897dc3e Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Tue, 26 Feb 2008 12:06:43 +0000 Subject: Update BDS module name to follow naming conventions. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4763 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/BdsDxe/BdsDxe.inf | 2 +- MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c | 4 ++-- MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.c | 2 +- MdeModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManager.c | 4 ++-- MdeModulePkg/Universal/BdsDxe/FrontPage.c | 2 +- MdeModulePkg/Universal/BdsDxe/String.c | 2 +- MdeModulePkg/Universal/BdsDxe/String.h | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) (limited to 'MdeModulePkg') diff --git a/MdeModulePkg/Universal/BdsDxe/BdsDxe.inf b/MdeModulePkg/Universal/BdsDxe/BdsDxe.inf index f7358f0d3d..9b25c02447 100644 --- a/MdeModulePkg/Universal/BdsDxe/BdsDxe.inf +++ b/MdeModulePkg/Universal/BdsDxe/BdsDxe.inf @@ -17,7 +17,7 @@ [Defines] INF_VERSION = 0x00010005 - BASE_NAME = Bds + BASE_NAME = BdsDxe FILE_GUID = FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2F MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 diff --git a/MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c b/MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c index 63724dc89e..a017e89b8c 100644 --- a/MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c +++ b/MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c @@ -885,7 +885,7 @@ Returns: // // Post our Boot Maint VFR binnary to the HII database. // - PackageList = HiiLibPreparePackageList (2, &mBootMaintGuid, BmBin, BdsStrings); + PackageList = HiiLibPreparePackageList (2, &mBootMaintGuid, BmBin, BdsDxeStrings); ASSERT (PackageList != NULL); Status = gHiiDatabase->NewPackageList ( @@ -899,7 +899,7 @@ Returns: // // Post our File Explorer VFR binary to the HII database. // - PackageList = HiiLibPreparePackageList (2, &mFileExplorerGuid, FEBin, BdsStrings); + PackageList = HiiLibPreparePackageList (2, &mFileExplorerGuid, FEBin, BdsDxeStrings); ASSERT (PackageList != NULL); Status = gHiiDatabase->NewPackageList ( diff --git a/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.c b/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.c index fec87406ec..03f3fa08df 100644 --- a/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.c +++ b/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.c @@ -151,7 +151,7 @@ Returns: // // Publish our HII data // - PackageList = HiiLibPreparePackageList (2, &mBootManagerGuid, BootManagerVfrBin, BdsStrings); + PackageList = HiiLibPreparePackageList (2, &mBootManagerGuid, BootManagerVfrBin, BdsDxeStrings); ASSERT (PackageList != NULL); Status = gHiiDatabase->NewPackageList ( diff --git a/MdeModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManager.c b/MdeModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManager.c index febde9567d..06645ecf6a 100644 --- a/MdeModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManager.c +++ b/MdeModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManager.c @@ -162,7 +162,7 @@ Returns: // // Publish our HII data // - PackageList = HiiLibPreparePackageList (2, &mDeviceManagerGuid, DeviceManagerVfrBin, BdsStrings); + PackageList = HiiLibPreparePackageList (2, &mDeviceManagerGuid, DeviceManagerVfrBin, BdsDxeStrings); ASSERT (PackageList != NULL); Status = gHiiDatabase->NewPackageList ( @@ -413,7 +413,7 @@ Returns: // Cleanup dynamic created strings in HII database by reinstall the packagelist // gHiiDatabase->RemovePackageList (gHiiDatabase, HiiHandle); - PackageList = HiiLibPreparePackageList (2, &mDeviceManagerGuid, DeviceManagerVfrBin, BdsStrings); + PackageList = HiiLibPreparePackageList (2, &mDeviceManagerGuid, DeviceManagerVfrBin, BdsDxeStrings); ASSERT (PackageList != NULL); Status = gHiiDatabase->NewPackageList ( gHiiDatabase, diff --git a/MdeModulePkg/Universal/BdsDxe/FrontPage.c b/MdeModulePkg/Universal/BdsDxe/FrontPage.c index b7b9e0545b..c58ed64a56 100644 --- a/MdeModulePkg/Universal/BdsDxe/FrontPage.c +++ b/MdeModulePkg/Universal/BdsDxe/FrontPage.c @@ -335,7 +335,7 @@ Returns: // // Publish our HII data // - PackageList = HiiLibPreparePackageList (2, &mFrontPageGuid, FrontPageVfrBin, BdsStrings); + PackageList = HiiLibPreparePackageList (2, &mFrontPageGuid, FrontPageVfrBin, BdsDxeStrings); ASSERT (PackageList != NULL); Status = gHiiDatabase->NewPackageList ( diff --git a/MdeModulePkg/Universal/BdsDxe/String.c b/MdeModulePkg/Universal/BdsDxe/String.c index 6cb109d54e..9f03323d8f 100644 --- a/MdeModulePkg/Universal/BdsDxe/String.c +++ b/MdeModulePkg/Universal/BdsDxe/String.c @@ -63,7 +63,7 @@ Returns: return Status; } - PackageList = HiiLibPreparePackageList (1, &mBdsStringPackGuid, &BdsStrings); + PackageList = HiiLibPreparePackageList (1, &mBdsStringPackGuid, &BdsDxeStrings); ASSERT (PackageList != NULL); Status = gHiiDatabase->NewPackageList ( diff --git a/MdeModulePkg/Universal/BdsDxe/String.h b/MdeModulePkg/Universal/BdsDxe/String.h index 14c42a95d0..3aac0106ae 100644 --- a/MdeModulePkg/Universal/BdsDxe/String.h +++ b/MdeModulePkg/Universal/BdsDxe/String.h @@ -33,7 +33,7 @@ extern EFI_HII_HANDLE gStringPackHandle; // string identifiers. // -extern UINT8 BdsStrings[]; +extern UINT8 BdsDxeStrings[]; // // String Definition Guid for BDS Platform -- cgit v1.2.3