X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FVariable%2FRuntimeDxe%2FVariable.msa;h=99c34e400f921412b259d1e23d55f0ba10b6e4a2;hp=12248a5b3f42b6525be547845513647c9c711b5c;hb=42ef7fcd1a61162946dc4cd3980d7b3afdf76b95;hpb=5094fb09f8d56b5623ccbf9a6a898283b29f2396 diff --git a/EdkModulePkg/Universal/Variable/RuntimeDxe/Variable.msa b/EdkModulePkg/Universal/Variable/RuntimeDxe/Variable.msa index 12248a5b3f..99c34e400f 100644 --- a/EdkModulePkg/Universal/Variable/RuntimeDxe/Variable.msa +++ b/EdkModulePkg/Universal/Variable/RuntimeDxe/Variable.msa @@ -13,9 +13,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> DXE_RUNTIME_DRIVER CBD2E4D5-7068-4FF5-B462-9822B4AD8D60 1.0 - Component description file for DiskIo module. - FIX ME! - Copyright (c) 2004-2006, Intel Corporation + 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 @@ -30,6 +30,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> Variable + + PcdLib + BaseLib @@ -43,7 +46,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> DxeServicesTableLib - DxeRuntimeDriverLib + UefiRuntimeLib DebugLib @@ -150,4 +153,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