]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add change log as the brief summary of previous non-backward compatible changes to...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 13 Nov 2008 11:23:43 +0000 (11:23 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 13 Nov 2008 11:23:43 +0000 (11:23 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6537 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/ChangeLog.txt

index 001c71543e7417bd0ca7e3f841e22569a58183e0..13c66fe33df39e541a6701dcfbeb6dd58b588e50 100644 (file)
@@ -206,3 +206,22 @@ Possible Impacts:
                        Customer's module that reference SafeFreePool need to updated. Otherwise\r
                        a build break may occur.\r
                        \r
+EDK_6496-6519:  Non-Compatible: qhuang8\r
+\r
+       A bundle of library class/instance renames, moves and merges:\r
+       1.  Rename library class UsbLib to UefiUsbLib\r
+       2.  Rename library class ScsiLib to UefiScsiLib\r
+       3.  Rename library class PalCallLib to PalLib\r
+       4.  Rename library class DxePiLib to DxeSerivcesLib and drop the prefix "PiLib" to all its APIs.\r
+       5.  Merge library class PiPeiLib to PeiServicesLib and rename the PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi()\r
+       6.  Move library class HiiLib to MdeModulePkg\r
+       7.  Move library class IfrSupportLib to MdeModulePkg\r
+       8.  Move library class FvbServiceLib to MdeModulePkg\r
+       9.  Rename library instance of BasePalCallLibNull to BasePalLibNull\r
+       10. Move library instance UefiHiiLib to MdeModulePkg\r
+       11. Move library instance UefiIfrSupportLib to MdeModulePkg\r
+\r
+Possible Impacts:\r
+        Every change listed above is non-backward compatibile for MdePkg and other packages. It is required to update module\r
+        sources (*.c;*.h), module meta data files (*.inf) and update the platform DSC files to fix the build break.\r
+        However, it is less likely to bring about functional issue for these updates.\r