From a298afce8a4ef930d9e63cf31acea89f50818572 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Thu, 15 Feb 2007 08:14:57 +0000 Subject: clean up msa files in EdkModulePkg, removed unnecessary library definitions and PCDs. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2398 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Universal/Variable/RuntimeDxe/VariableIpf.msa | 76 +++------------------- 1 file changed, 8 insertions(+), 68 deletions(-) (limited to 'EdkModulePkg/Universal/Variable/RuntimeDxe/VariableIpf.msa') diff --git a/EdkModulePkg/Universal/Variable/RuntimeDxe/VariableIpf.msa b/EdkModulePkg/Universal/Variable/RuntimeDxe/VariableIpf.msa index 37390d6038..68c51c07ce 100644 --- a/EdkModulePkg/Universal/Variable/RuntimeDxe/VariableIpf.msa +++ b/EdkModulePkg/Universal/Variable/RuntimeDxe/VariableIpf.msa @@ -1,5 +1,5 @@ - + VariableIpf DXE_SAL_DRIVER @@ -7,7 +7,7 @@ 1.0 Component description file for Variable module. This module installs three EFI_RUNTIME_SERVICES: SetVariable, GetVariable, GetNextVariableName. - Copyright (c) 2006, Intel Corporation + 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 @@ -24,12 +24,6 @@ PcdLib - - - BaseLib - - - UefiLib UefiDriverEntryPoint @@ -43,9 +37,6 @@ DebugLib - - HobLib - BaseMemoryLib @@ -72,63 +63,16 @@ - - gEfiVariableArchProtocolGuid - - - gEfiVariableWriteArchProtocolGuid - gEfiFaultTolerantWriteLiteProtocolGuid - - gEfiCpuIoProtocolGuid - - - gEfiFvbExtensionProtocolGuid - gEfiFirmwareVolumeBlockProtocolGuid - - gEfiVariableArchProtocolGuid - - - gEfiVariableWriteArchProtocolGuid - - - gEfiFaultTolerantWriteLiteProtocolGuid - - - gEfiCpuIoProtocolGuid - - - gEfiFvbExtensionProtocolGuid - - - gEfiFirmwareVolumeBlockProtocolGuid - - - gEfiExtendedSalBootServiceProtocolGuid - gEfiExtendedSalVariableServicesProtocolGuid - - - gEfiFlashMapHobGuid - - - - - gEfiAlternateFvBlockGuid - - EFI_SPECIFICATION_VERSION 0x00020000 EDK_RELEASE_VERSION 0x00020000 @@ -143,17 +87,13 @@ PcdFlashNvStorageVariableBase gEfiGenericPlatformTokenSpaceGuid - - The driver gets the Variable store base address from this PCD. This base address point to - an EFI_FIRMWARE_VOLUMN_HEADER struct. - - + 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. - - - + The driver gets the NvStorage Variable Size from this PCD. + + \ No newline at end of file -- cgit v1.2.3