diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-21 08:59:01 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-21 08:59:01 +0000 |
commit | 36c9465c6dddfd0e6ddf56b138404eb7a11a517b (patch) | |
tree | d99ee1264f3e900b9af4cc506398f217e0a0e178 /MdePkg | |
parent | c27eb3586138b96a6ff187952ab835d093c8fcb1 (diff) | |
download | edk2-platforms-36c9465c6dddfd0e6ddf56b138404eb7a11a517b.tar.xz |
updated the incompatible list.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5940 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/ChangeLog.txt | 16 |
1 files changed, 15 insertions, 1 deletions
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 |