diff options
author | Qing Huang <qing.huang@intel.com> | 2008-11-06 01:37:08 +0000 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2016-04-06 23:22:43 -0700 |
commit | 383b5eed09c3349ab5266f3d8f6fcf451cddd786 (patch) | |
tree | 243d614110eef2cf60c3d8968f9065b5c3d70218 /FatPkg/FatPkg.dsc | |
parent | 1f7de705d6d3cbd33092211da550a621230d6ee1 (diff) | |
download | edk2-383b5eed09c3349ab5266f3d8f6fcf451cddd786.tar.gz edk2-383b5eed09c3349ab5266f3d8f6fcf451cddd786.tar.bz2 edk2-383b5eed09c3349ab5266f3d8f6fcf451cddd786.zip |
Update for library instance renaming Fix typo in token space GUID
(based on FatPkg commit eedcfacbfb6cae77d3c3da35f05a71f3118e824f)
[jordan.l.justen@intel.com: Use script to relicense to 2-clause BSD]
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Acked-by: Mark Doran <mark.doran@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'FatPkg/FatPkg.dsc')
-rw-r--r-- | FatPkg/FatPkg.dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FatPkg/FatPkg.dsc b/FatPkg/FatPkg.dsc index 03b69fab57..16b379a084 100644 --- a/FatPkg/FatPkg.dsc +++ b/FatPkg/FatPkg.dsc @@ -40,7 +40,7 @@ PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
- MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
+ MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|