Add dependency for RealAsm file build rules and Use the module name in place of macro STRING_ARRAY_NAME

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2205 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2007-01-10 03:00:37 +00:00
parent 0026dbe0ac
commit 741fb36417
3 changed files with 20 additions and 10 deletions

View File

@@ -651,7 +651,7 @@ Returns:
//
// Initialize strings to HII database
//
PackageList = PreparePackages (1, &gEfiProcessorProducerGuid, STRING_ARRAY_NAME);
PackageList = PreparePackages (1, &gEfiProcessorProducerGuid, CpuStrings);
Status = Hii->NewPack (Hii, PackageList, &StringHandle);
ASSERT (!EFI_ERROR (Status));

View File

@@ -24,7 +24,7 @@ Abstract:
extern UINT8 STRING_ARRAY_NAME[];
extern UINT8 CpuStrings[];
//
// Internal Data Structures