mirror of https://github.com/acidanthera/audk.git
updated the incompatible list.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5940 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c27eb35861
commit
36c9465c6d
|
@ -152,3 +152,17 @@ EDK_5869: Non-Compatible: qhuang8
|
||||||
|
|
||||||
Possible Impacts:
|
Possible Impacts:
|
||||||
Modules using this macro, it needs to adapt to new interface.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue