]> git.proxmox.com Git - mirror_edk2.git/commitdiff
updated the incompatible list.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 21 Sep 2008 08:59:01 +0000 (08:59 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 21 Sep 2008 08:59:01 +0000 (08:59 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5940 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/ChangeLog.txt

index 68de80c0f88753cf3777c3dbb22d12bcc625767c..e3329ad0d27acdf2da259a1f3dda929ddc25ed45 100644 (file)
@@ -151,4 +151,18 @@ EDK_5869:  Non-Compatible: qhuang8
                        The macro ALIGN_VARIABLE in base.h is changed to keep the first paramter\r
 \r
                Possible Impacts:\r
-                       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.\r
+                       \r
+EDK_5939:  Non-Compatible: qwang12\r
+  Library API moved frrom HiiLib to UefiLib.\r
+  \r
+               Code Change:\r
+                       Change HiiLibGetCurrentLanguage to GetCurrentLanguage and moved it from HiiLib to UefiLib.\r
+\r
+               Possible Impacts:\r
+                       All module that reference HiiLibGetCurrentLanguage should be updated in the following step:\r
+                         0) Change HiiLibGetCurrentLanguage to GetCurrentLanguage.\r
+                               1) Add UefiLib to [LibraryClass] in INF if it is not included before.\r
+                               2) Remove HiiLib from [LibraryClass] if HiiLibGetCurrentLanguage is the only API from original HiiLib referenced by this module.\r
+                               3) Add UefiLib to [LibraryClasses.common.Module Type] for the affected module if UefiLib is not in the list.\r
+                               
\ No newline at end of file