summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-19 10:09:07 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-19 10:09:07 +0000
commit8d3a5c82a408c6a7c4c8aa96d0be6c99b8070ac5 (patch)
tree87ccdd1d4524da0b7fdbe1e18c37b70a4571c1d4 /MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
parent6357d9edf01ac27448c74d3dd81f23cc2a3a1da9 (diff)
downloadedk2-8d3a5c82a408c6a7c4c8aa96d0be6c99b8070ac5.tar.gz
edk2-8d3a5c82a408c6a7c4c8aa96d0be6c99b8070ac5.tar.bz2
edk2-8d3a5c82a408c6a7c4c8aa96d0be6c99b8070ac5.zip
Move VariablePei/VariableDxe/EmuVarible to /Variable folder of MdeModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3370 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Variable/Pei/VariablePei.inf')
-rw-r--r--MdeModulePkg/Universal/Variable/Pei/VariablePei.inf69
1 files changed, 69 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/Variable/Pei/VariablePei.inf b/MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
new file mode 100644
index 0000000000..72a6b796fe
--- /dev/null
+++ b/MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
@@ -0,0 +1,69 @@
+#/** @file
+# Component description file for PeiVariable module.
+#
+# Framework PEIM to provide the Variable functionality.
+# Copyright (c) 2006 - 2007, 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
+# which accompanies this distribution. The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#
+#
+#**/
+
+[Defines]
+ INF_VERSION = 0x00010005
+ BASE_NAME = PeiVariable
+ 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
+
+#
+# The following information is for reference only and not required by the build tools.
+#
+# VALID_ARCHITECTURES = IA32 X64 IPF EBC
+#
+
+[Sources.common]
+ Variable.c
+ Variable.h
+
+[Sources.Ia32]
+ VariableWorker.c
+
+[Sources.X64]
+ VariableWorker.c
+
+[Sources.IPF]
+ Ipf/VariableWorker.c
+
+[Sources.EBC]
+ VariableWorker.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+
+[LibraryClasses]
+ BaseMemoryLib
+ PcdLib
+ HobLib
+ PeimEntryPoint
+ DebugLib
+ PeiServiceTablePointerLib
+
+[Ppis]
+ gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED
+
+[PcdsDynamic.common]
+ PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid
+
+[Depex]
+ TRUE