mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Add in Incompatible change.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5990 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f4e8509b62
commit
274e80dfc8
@ -165,4 +165,16 @@ EDK_5939: Non-Compatible: qwang12
|
||||
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.
|
||||
|
||||
EDK_5989: Non-Compatible: qwang12
|
||||
Library API name changed:
|
||||
In IfrSupportLib,
|
||||
Rename BufToHexString to BufInReverseOrderToHexString
|
||||
Rename HexStringToBuf to HexStringToBufInReverseOrder
|
||||
|
||||
Possible Impacts:
|
||||
All module that reference BufToHexString or HexStringToBuf should be updated in the following step:
|
||||
0) Change HiiLibGetCurrentLanguage to GetCurrentLanguage.
|
||||
1) Change BufToHexString to BufInReverseOrderToHexString
|
||||
2) Change HexStringToBuf to HexStringToBufInReverseOrder
|
||||
|
Loading…
x
Reference in New Issue
Block a user