mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 05:34:31 +02:00
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
@ -151,4 +151,18 @@ EDK_5869: Non-Compatible: qhuang8
|
|||||||
The macro ALIGN_VARIABLE in base.h is changed to keep the first paramter
|
The macro ALIGN_VARIABLE in base.h is changed to keep the first paramter
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user