diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-13 11:23:43 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-13 11:23:43 +0000 |
commit | b33bc017f84b71df05c18558a62ece42387cdf92 (patch) | |
tree | 0955bda7cf635a5835ddb7511e25956c82722448 /MdePkg | |
parent | 62c3d661c815b34510cbbc7869e210f288780643 (diff) | |
download | edk2-b33bc017f84b71df05c18558a62ece42387cdf92.zip edk2-b33bc017f84b71df05c18558a62ece42387cdf92.tar.gz edk2-b33bc017f84b71df05c18558a62ece42387cdf92.tar.bz2 |
Add change log as the brief summary of previous non-backward compatible changes to MdePkg and other packages.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6537 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/ChangeLog.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/MdePkg/ChangeLog.txt b/MdePkg/ChangeLog.txt index 001c715..13c66fe 100644 --- a/MdePkg/ChangeLog.txt +++ b/MdePkg/ChangeLog.txt @@ -206,3 +206,22 @@ Possible Impacts: Customer's module that reference SafeFreePool need to updated. Otherwise
a build break may occur.
+EDK_6496-6519: Non-Compatible: qhuang8
+
+ A bundle of library class/instance renames, moves and merges:
+ 1. Rename library class UsbLib to UefiUsbLib
+ 2. Rename library class ScsiLib to UefiScsiLib
+ 3. Rename library class PalCallLib to PalLib
+ 4. Rename library class DxePiLib to DxeSerivcesLib and drop the prefix "PiLib" to all its APIs.
+ 5. Merge library class PiPeiLib to PeiServicesLib and rename the PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi()
+ 6. Move library class HiiLib to MdeModulePkg
+ 7. Move library class IfrSupportLib to MdeModulePkg
+ 8. Move library class FvbServiceLib to MdeModulePkg
+ 9. Rename library instance of BasePalCallLibNull to BasePalLibNull
+ 10. Move library instance UefiHiiLib to MdeModulePkg
+ 11. Move library instance UefiIfrSupportLib to MdeModulePkg
+
+Possible Impacts:
+ Every change listed above is non-backward compatibile for MdePkg and other packages. It is required to update module
+ sources (*.c;*.h), module meta data files (*.inf) and update the platform DSC files to fix the build break.
+ However, it is less likely to bring about functional issue for these updates.
|