Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined in PI 1.2 vol3. The EFI_PCD_PPI/EFI_PCD_PROTOCOL only support dynamic-ex type PCD, but original PCD_PPI/PCD_PROTOCOL in MdePkg support dynamic and dynamic-ex type PCDs.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9400 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -288,7 +288,7 @@ EFI_STATUS
|
||||
(EFIAPI *EFI_PCD_PROTOCOL_SET_EX_POINTER)(
|
||||
IN CONST EFI_GUID *Guid,
|
||||
IN UINTN TokenNumber,
|
||||
IN UINTN SizeOfValue,
|
||||
IN UINTN *SizeOfValue,
|
||||
IN VOID *Buffer
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user