diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2011-07-27 17:25:45 +0000 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2016-04-06 23:22:43 -0700 |
commit | 4d0e0c4510719cea131701edb667160d75f3bff9 (patch) | |
tree | 4aead0b0b4a051373ddba29db37ab5179336c6a3 /FatPkg | |
parent | f9756705f09aa933b5aa1e8a5dfaedf573337e58 (diff) | |
download | edk2-4d0e0c4510719cea131701edb667160d75f3bff9.tar.gz edk2-4d0e0c4510719cea131701edb667160d75f3bff9.tar.bz2 edk2-4d0e0c4510719cea131701edb667160d75f3bff9.zip |
FatPkg: Use BasePcdLibNull to prevent PCD dependency
When using DxePcdLib or PeiPcdLib, a PCD protocol or
PPI dependency is added.
This dependency should not be required since the FAT
drivers use fixed PCD values.
Signed-off-by: jljusten
Reviewed-by: mdkinney
(based on FatPkg commit b098f260669c4f7856b8cf01fff2bbeb206f22c2)
[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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FatPkg/FatPkg.dsc b/FatPkg/FatPkg.dsc index f8309717a6..12c1c63e06 100644 --- a/FatPkg/FatPkg.dsc +++ b/FatPkg/FatPkg.dsc @@ -43,7 +43,7 @@ BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
- PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
+ PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
@@ -57,7 +57,6 @@ PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
- PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
###################################################################################################
#
|