]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/VariablePei/Variable.inf
Add MonotonicCounter driver, which produces MonotonicCounter arch protocols
[mirror_edk2.git] / MdeModulePkg / Universal / VariablePei / Variable.inf
index 58525c2f6f301b32002a66671651a8ecda6b99bd..72a6b796fe2e5aaebdfa895ff889e79f48e7c742 100644 (file)
 #\r
 #**/\r
 \r
-################################################################################\r
-#\r
-# Defines Section - statements that will be processed to create a Makefile.\r
-#\r
-################################################################################\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PeiVariable\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-################################################################################\r
-#\r
-# Sources Section - list of files that are required for the build to succeed.\r
-#\r
-################################################################################\r
-\r
 [Sources.common]\r
-  Variable.dxs\r
   Variable.c\r
   Variable.h\r
 \r
 [Sources.Ia32]\r
-  Ia32/VarMachine.h\r
   VariableWorker.c\r
 \r
 [Sources.X64]\r
-  x64/VarMachine.h\r
   VariableWorker.c\r
 \r
 [Sources.IPF]\r
-  Ipf/VarMachine.h\r
   Ipf/VariableWorker.c\r
 \r
 [Sources.EBC]\r
-  Ebc/VarMachine.h\r
   VariableWorker.c\r
 \r
-\r
-################################################################################\r
-#\r
-# Includes Section - list of Include locations that are required for\r
-#                    this module.\r
-#\r
-################################################################################\r
-\r
-[Includes]\r
-  $(WORKSPACE)/MdePkg/Include/Library\r
-\r
-[Includes.IA32]\r
-  $(WORKSPACE)/MdeModulePkg/Universal/VariablePei/Ia32\r
-[Includes.X64]\r
-  $(WORKSPACE)/MdeModulePkg/Universal/VariablePei/x64\r
-[Includes.IPF]\r
-  $(WORKSPACE)/MdeModulePkg/Universal/VariablePei/IPF\r
-[Includes.EBC]\r
-  $(WORKSPACE)/MdeModulePkg/Universal/VariablePei/EBC\r
-  \r
-################################################################################\r
-#\r
-# Package Dependency Section - list of Package files that are required for\r
-#                              this module.\r
-#\r
-################################################################################\r
-\r
 [Packages]\r
-  MdeModulePkg/MdeModulePkg.dec\r
   MdePkg/MdePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-\r
-\r
-################################################################################\r
-#\r
-# Library Class Section - list of Library Classes that are required for\r
-#                         this module.\r
-#\r
-################################################################################\r
+  MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
   BaseMemoryLib\r
   HobLib\r
   PeimEntryPoint\r
   DebugLib\r
-\r
-\r
-################################################################################\r
-#\r
-# PPI C Name Section - list of PPI and PPI Notify C Names that this module\r
-#                      uses or produces.\r
-#\r
-################################################################################\r
+  PeiServiceTablePointerLib\r
 \r
 [Ppis]\r
-  gEfiPeiReadOnlyVariablePpiGuid                # PPI ALWAYS_CONSUMED\r
-\r
-\r
-################################################################################\r
-#\r
-# Pcd DYNAMIC - list of PCDs that this module is coded for.\r
-#\r
-################################################################################\r
+  gEfiPeiReadOnlyVariable2PpiGuid                # PPI ALWAYS_CONSUMED\r
 \r
 [PcdsDynamic.common]\r
-  PcdFlashNvStorageVariableBase|gEfiGenericPlatformTokenSpaceGuid\r
+  PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid\r
 \r
-[depex]\r
+[Depex]\r
   TRUE\r