audk/MdeModulePkg/Library
yshang1 cdebf6c68a 1) Add type casting for argument "a" in EFI_ERROR(a), since if compare two constants without specify data type, compiler maybe could not understand what is the actual data type of constant. The default would treat it as unsigned data. therefore, if the argument a of EFI_ERROR(a) is constant, for instance the EFI_LOAD_ERROR, the EFI_ERROR(a) would always be FALSE.
2) Remove PcdDriverPcdLibNull.
3) Add more ASSERT() in BasePcdLibNull to detect the incorrect usage of Pcd Library.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3643 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-15 06:17:29 +00:00
..
DxeCorePerformanceLib remove some comments introduced by tools. 2007-07-20 06:10:09 +00:00
DxeIpIoLib Fix the wrong copyright statements. 2007-07-26 08:29:27 +00:00
DxeNetLib Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe. 2007-07-30 02:37:10 +00:00
DxePeCoffLoaderFromHobLib Remove unused section in .INF, .DEC, .DSC of MdePkg and MdeModulePkg. 2007-07-25 03:13:13 +00:00
DxePerformanceLib remove some comments introduced by tools. 2007-07-20 06:10:09 +00:00
DxeUdpIoLib Fix the wrong copyright statements. 2007-07-26 08:29:27 +00:00
EdkDxePrintLib remove some comments introduced by tools. 2007-07-20 06:10:09 +00:00
EdkFvbServiceLib Changed class name EdkFvbServiceLib to FvbServiceLib 2007-08-09 07:55:18 +00:00
PeiDxePeCoffLoaderLib remove some comments introduced by tools. 2007-07-20 06:10:09 +00:00
PeiPerformanceLib remove some comments introduced by tools. 2007-07-20 06:10:09 +00:00