X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FVariable%2FRuntimeDxe%2FVariable.msa;h=5bfc17faa9dabe24501cfc699e5c1b4b2636d2b4;hb=e64872fa8b577189395edb6624b9e178989fd3e5;hp=a4399bc0d23652f22631c349e3e22f1b7d3b20c0;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4;p=mirror_edk2.git diff --git a/EdkModulePkg/Universal/Variable/RuntimeDxe/Variable.msa b/EdkModulePkg/Universal/Variable/RuntimeDxe/Variable.msa index a4399bc0d2..5bfc17faa9 100644 --- a/EdkModulePkg/Universal/Variable/RuntimeDxe/Variable.msa +++ b/EdkModulePkg/Universal/Variable/RuntimeDxe/Variable.msa @@ -1,104 +1,128 @@ - - + - Variable + Variable DXE_RUNTIME_DRIVER - RT_DRIVER - CBD2E4D5-7068-4FF5-B462-9822B4AD8D60 - 0 - Component description file for DiskIo module. - FIX ME! - Copyright (c) 2004-2006, Intel Corporation - - All rights reserved. This program and the accompanying materials + CBD2E4D5-7068-4FF5-B462-9822B4AD8D60 + 1.0 + Component description file for Variable module. + This module installs three EFI_RUNTIME_SERVICES: SetVariable, GetVariable, GetNextVariableName. + Copyright (c) 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, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - - 0 - 2006-03-12 17:09 - 2006-03-19 15:19 + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 + + IA32 X64 + false + Variable + - BaseLib - UefiLib - UefiDriverEntryPoint - DxeServicesTableLib - DxeRuntimeDriverLib - DebugLib - HobLib - BaseMemoryLib - EdkFvbServiceLib - EdkDxeSalLib - UefiBootServicesTableLib + + PcdLib + + + BaseLib + + + UefiLib + + + UefiDriverEntryPoint + + + DxeServicesTableLib + + + UefiRuntimeLib + + + DebugLib + + + HobLib + + + BaseMemoryLib + + + EdkFvbServiceLib + + + UefiBootServicesTableLib + + Variable.h Variable.c - Reclaim.c - - InitVariable.c - Ia32Variable.dxs - - - InitVariable.c - x64Variable.dxs - - - InitVariable.c - x64Variable.dxs - - - Ipf\InitVariable.c - IpfVariable.dxs - + reclaim.h + reclaim.c + InitVariable.c + Variable.dxs - - MdePkg - EdkModulePkg - + + + + - Variable - VariableWrite - FaultTolerantWriteLite - CpuIo - FvbExtension - FirmwareVolumeBlock - Variable - VariableWrite - FaultTolerantWriteLite - CpuIo - FvbExtension - FirmwareVolumeBlock - ExtendedSalBootService - ExtendedSalVariableServices + + gEfiVariableArchProtocolGuid + + + gEfiVariableWriteArchProtocolGuid + + + gEfiFaultTolerantWriteLiteProtocolGuid + + + gEfiCpuIoProtocolGuid + + + gEfiFvbExtensionProtocolGuid + + + gEfiFirmwareVolumeBlockProtocolGuid + + + gEfiVariableArchProtocolGuid + + + gEfiVariableWriteArchProtocolGuid + + + gEfiFaultTolerantWriteLiteProtocolGuid + + + gEfiCpuIoProtocolGuid + + + gEfiFvbExtensionProtocolGuid + + + gEfiFirmwareVolumeBlockProtocolGuid + - - FlashMapHob - - - Hob - - - SystemNvData - - - AlternateFvBlock - + + gEfiFlashMapHobGuid + + + + + gEfiAlternateFvBlockGuid + + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00020000 VariableServiceInitialize @@ -106,4 +130,21 @@ 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