diff options
author | Qing Huang <qing.huang@intel.com> | 2009-02-01 03:27:09 +0000 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2016-04-06 23:22:43 -0700 |
commit | 0ebd8ba3d1d67342471fb6b4e3a9650fe72d12a9 (patch) | |
tree | 644f96e5abfdf279f90a5a52dafd62738c6ded91 /FatPkg | |
parent | c9a93d5da0d45a0b6c7cc7a6f335c6c35e260ccb (diff) | |
download | edk2-0ebd8ba3d1d67342471fb6b4e3a9650fe72d12a9.tar.gz edk2-0ebd8ba3d1d67342471fb6b4e3a9650fe72d12a9.tar.bz2 edk2-0ebd8ba3d1d67342471fb6b4e3a9650fe72d12a9.zip |
Removed unused library instances for FAT package DSC file
(based on FatPkg commit ee748ff531258c84282ee6bff27278a7218a96bd)
[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')
-rw-r--r-- | FatPkg/FatPkg.dsc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FatPkg/FatPkg.dsc b/FatPkg/FatPkg.dsc index 0272755b16..376136eff0 100644 --- a/FatPkg/FatPkg.dsc +++ b/FatPkg/FatPkg.dsc @@ -35,12 +35,10 @@ # Common Libraries
#
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
- SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
- TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|