X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FVariable%2FRuntimeDxe%2FVariable.msa;h=d1e6f3bb931968bdb302f65c0aff210a44d204bf;hp=7ac660a0b01b2205581618abac35ae50616f950a;hb=bb60dd97af4e377073e2c6700830897405f232bd;hpb=15b06e58b0aa3076a9d8cbb2dbe8a2d06b094bbd diff --git a/EdkModulePkg/Universal/Variable/RuntimeDxe/Variable.msa b/EdkModulePkg/Universal/Variable/RuntimeDxe/Variable.msa index 7ac660a0b0..d1e6f3bb93 100644 --- a/EdkModulePkg/Universal/Variable/RuntimeDxe/Variable.msa +++ b/EdkModulePkg/Universal/Variable/RuntimeDxe/Variable.msa @@ -1,40 +1,29 @@ - - + Variable DXE_RUNTIME_DRIVER CBD2E4D5-7068-4FF5-B462-9822B4AD8D60 1.0 - Component description file for DiskIo module. - FIX ME! - Copyright (c) 2004-2006, 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, + Component description file for Variable module. + This module installs three EFI_RUNTIME_SERVICES: SetVariable, GetVariable, GetNextVariableName. + 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 + IA32 X64 false Variable - BaseLib - - - UefiLib + PcdLib UefiDriverEntryPoint @@ -43,14 +32,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> DxeServicesTableLib - DxeRuntimeDriverLib + UefiRuntimeLib DebugLib - - HobLib - BaseMemoryLib @@ -58,86 +44,41 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EdkFvbServiceLib - EdkDxeSalLib + UefiBootServicesTableLib - UefiBootServicesTableLib + UefiLib + + + BaseLib + Variable.h Variable.c + reclaim.h reclaim.c - InitVariable.c - Ia32Variable.dxs - InitVariable.c - x64Variable.dxs - InitVariable.c - x64Variable.dxs - Ipf/InitVariable.c - IpfVariable.dxs + InitVariable.c + Variable.dxs - + - Variable - - - VariableWrite - - - FaultTolerantWriteLite - - - CpuIo - - - FvbExtension - - - FirmwareVolumeBlock - - - Variable - - - VariableWrite - - - FaultTolerantWriteLite - - - CpuIo - - - FvbExtension + gEfiVariableArchProtocolGuid - FirmwareVolumeBlock + gEfiVariableWriteArchProtocolGuid - ExtendedSalBootService + gEfiFaultTolerantWriteLiteProtocolGuid - ExtendedSalVariableServices + gEfiFirmwareVolumeBlockProtocolGuid - - - FlashMapHob - - - - - AlternateFvBlock - - EFI_SPECIFICATION_VERSION 0x00020000 EDK_RELEASE_VERSION 0x00020000 @@ -148,4 +89,17 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> VariableClassAddressChangeEvent + + + PcdFlashNvStorageVariableBase + gEfiGenericPlatformTokenSpaceGuid + The driver gets the Variable store base address from this PCD. This base address point to + an EFI_FIRMWARE_VOLUMN_HEADER struct. + + + PcdFlashNvStorageVariableSize + gEfiGenericPlatformTokenSpaceGuid + The driver gets the NvStorage Variable Size from this PCD. + + \ No newline at end of file