audk/StdLib/LibC/StdLib
Daryl McDaniel 6a013e50b3 StdLib: Move libraries from ShellPkg into MdeModulePkg and MdePkg.
The following libraries are being migrated out of ShellPkg in order to make
their functionality more widely available.
  • PathLib:        Incorporate into MdePkg/Library/BaseLib
  • FileHandleLib:  MdePkg/Library/UefiFileHandleLib
  • BaseSortLib:    MdeModulePkg/Library/BaseSortLib
  • UefiSortLib:    MdeModulePkg/Library/UefiSortLib

AppPkg.dsc:
StdLib.dsc:
StdLib.inc:
  Delete PathLib LibraryClass description.
  Update FileHandleLib LibraryClass description to reflect its new location.
  Update SortLib LibraryClass description to reflect its new location.

StdLib.inf:
  Delete PathLib from LibraryClasses.

realpath.c:
  Delete include of PathLib.h.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Lee Rosenbaum <lee.g.rosenbaum@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16608 6f19259b-4bc3-4df7-8a09-765794883524
2015-01-13 23:35:33 +00:00
..
Bsearch.c
Environs.c StdLib: Changes needed to support XCODE5 2014-09-09 21:59:08 +00:00
Malloc.c StdLib/LibC/StdLib/Malloc.c: Revert cast removal to fix GCC build breakage. 2014-07-24 23:16:47 +00:00
NumericInt.c Add Socket Libraries. 2011-07-30 00:30:44 +00:00
Qsort.c
Rand.c
StdLib.inf StdLib: Move libraries from ShellPkg into MdeModulePkg and MdePkg. 2015-01-13 23:35:33 +00:00
Xabs.c
Xdiv.c
realpath.c StdLib: Move libraries from ShellPkg into MdeModulePkg and MdePkg. 2015-01-13 23:35:33 +00:00
setprogname.c StdLib: Revise the meaning of several feature macros. 2011-11-03 00:01:24 +00:00
strtoimax.c
strtoumax.c Add Socket Libraries. 2011-07-30 00:30:44 +00:00