From 36c9465c6dddfd0e6ddf56b138404eb7a11a517b Mon Sep 17 00:00:00 2001 From: qwang12 Date: Sun, 21 Sep 2008 08:59:01 +0000 Subject: [PATCH] updated the incompatible list. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5940 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/ChangeLog.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/MdePkg/ChangeLog.txt b/MdePkg/ChangeLog.txt index 68de80c0f8..e3329ad0d2 100644 --- a/MdePkg/ChangeLog.txt +++ b/MdePkg/ChangeLog.txt @@ -151,4 +151,18 @@ EDK_5869: Non-Compatible: qhuang8 The macro ALIGN_VARIABLE in base.h is changed to keep the first paramter Possible Impacts: - Modules using this macro, it needs to adapt to new interface. \ No newline at end of file + Modules using this macro, it needs to adapt to new interface. + +EDK_5939: Non-Compatible: qwang12 + Library API moved frrom HiiLib to UefiLib. + + Code Change: + Change HiiLibGetCurrentLanguage to GetCurrentLanguage and moved it from HiiLib to UefiLib. + + Possible Impacts: + All module that reference HiiLibGetCurrentLanguage should be updated in the following step: + 0) Change HiiLibGetCurrentLanguage to GetCurrentLanguage. + 1) Add UefiLib to [LibraryClass] in INF if it is not included before. + 2) Remove HiiLib from [LibraryClass] if HiiLibGetCurrentLanguage is the only API from original HiiLib referenced by this module. + 3) Add UefiLib to [LibraryClasses.common.Module Type] for the affected module if UefiLib is not in the list. + \ No newline at end of file -- 2.39.2