mirror of https://github.com/acidanthera/audk.git
MdePkg: library INF files should reference feature PCDs under [FeaturePcd]
This patch updates users of PcdVerifyNodeInList and PcdValidateOrderedCollection. Suggested-by: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15814 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6a650d1fd1
commit
da03183cd0
|
@ -504,4 +504,6 @@
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength
|
gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength
|
gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength
|
gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength
|
||||||
|
|
||||||
|
[FeaturePcd]
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdVerifyNodeInList
|
gEfiMdePkgTokenSpaceGuid.PcdVerifyNodeInList
|
||||||
|
|
|
@ -45,5 +45,5 @@
|
||||||
DebugLib
|
DebugLib
|
||||||
MemoryAllocationLib
|
MemoryAllocationLib
|
||||||
|
|
||||||
[Pcd]
|
[FeaturePcd]
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdValidateOrderedCollection ## CONSUMES
|
gEfiMdePkgTokenSpaceGuid.PcdValidateOrderedCollection
|
||||||
|
|
Loading…
Reference in New Issue