From 8d3a5c82a408c6a7c4c8aa96d0be6c99b8070ac5 Mon Sep 17 00:00:00 2001 From: yshang1 Date: Thu, 19 Jul 2007 10:09:07 +0000 Subject: 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 --- MdeModulePkg/Universal/Variable/Pei/Variable.msa | 76 ++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 MdeModulePkg/Universal/Variable/Pei/Variable.msa (limited to 'MdeModulePkg/Universal/Variable/Pei/Variable.msa') diff --git a/MdeModulePkg/Universal/Variable/Pei/Variable.msa b/MdeModulePkg/Universal/Variable/Pei/Variable.msa new file mode 100644 index 0000000000..565ae31a13 --- /dev/null +++ b/MdeModulePkg/Universal/Variable/Pei/Variable.msa @@ -0,0 +1,76 @@ + + + + PeiVariable + PEIM + 34C8C28F-B61C-45a2-8F2E-89E46BECC63B + 1.0 + 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. + FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 + + + IA32 X64 IPF EBC + false + PeiVariable + + + + DebugLib + + + PeimEntryPoint + + + HobLib + + + PcdLib + + + BaseMemoryLib + + + + Variable.h + Variable.c + Variable.dxs + VariableWorker.c + Ipf/VariableWorker.c + Ia32/VarMachine.h + Ebc/VarMachine.h + x64/VarMachine.h + Ipf/VarMachine.h + + + + + + + + gEfiPeiReadOnlyVariablePpiGuid + + + + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00020000 + + PeimInitializeVariableServices + + + + + PcdFlashNvStorageVariableBase + gEfiGenericPlatformTokenSpaceGuid + The driver gets the Variable store base address from this PCD. This base address point to + an EFI_FIRMWARE_VOLUMN_HEADER struct. + + + \ No newline at end of file -- cgit v1.2.3