X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FUniversal%2FVariablePei%2FVariablePei.inf;h=d4ced59c7d3135ee234718a753a095f41c4bb929;hp=99fd73ae7add256e504d7fa11d5a9e3faa810692;hb=630b41877e9a1afe59d4f8a1c22bc691fe933ff8;hpb=1cf79a5e658dc8ae3b7037c5205bc2d8dc72eae4 diff --git a/IntelFrameworkModulePkg/Universal/VariablePei/VariablePei.inf b/IntelFrameworkModulePkg/Universal/VariablePei/VariablePei.inf index 99fd73ae7a..d4ced59c7d 100644 --- a/IntelFrameworkModulePkg/Universal/VariablePei/VariablePei.inf +++ b/IntelFrameworkModulePkg/Universal/VariablePei/VariablePei.inf @@ -1,9 +1,9 @@ #/** @file -# Component description file for PeiVariable module. -# This module will produce EFI_PEI_READ_ONLY_VARIABLE_PPI and EFI_PEI_READ_ONLY_VARIABLE2_PPI -# -# Framework PEIM to provide the Variable functionality. -# Copyright (c) 2006 - 2007, Intel Corporation +# Component description file for PeiVariable module. +# +# This module will produce EFI_PEI_READ_ONLY_VARIABLE_PPI and EFI_PEI_READ_ONLY_VARIABLE2_PPI +# Framework PEIM to provide the Variable functionality. +# Copyright (c) 2006 - 2009, Intel Corporation # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -26,9 +26,7 @@ FILE_GUID = 34C8C28F-B61C-45a2-8F2E-89E46BECC63B MODULE_TYPE = PEIM VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000 - ENTRY_POINT = PeimInitializeVariableServices # @@ -99,14 +97,18 @@ gEfiPeiReadOnlyVariablePpiGuid # PPI ALWAYS_PRODUCED gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_PRODUCED +[Guids] + gEfiVariableGuid + ################################################################################ # # Pcd DYNAMIC - list of PCDs that this module is coded for. # ################################################################################ -[PcdsDynamic.common] - PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid +[Pcd.common] + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase + gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize [depex] TRUE