]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
Remove the unnecessary package from VariableSmmRuntimeDxe.inf.
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / RuntimeDxe / VariableSmmRuntimeDxe.inf
CommitLineData
8a2d4996 1## @file\r
2# Component description file for Variable SmmRuntimeDxe module.\r
3#\r
4# This module is the Runtime DXE part correspond to SMM variable module. It \r
5# installs variable arch protocol and variable write arch protocol and works \r
6# with SMM variable module together. \r
7# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = VariableSmmRuntimeDxe\r
22 FILE_GUID = 9F7DCADE-11EA-448a-A46F-76E003657DD1\r
23 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = VariableSmmRuntimeInitialize\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64\r
31#\r
32# VIRTUAL_ADDRESS_MAP_CALLBACK = VariableAddressChangeEvent\r
33#\r
34\r
35[Sources]\r
36 VariableSmmRuntimeDxe.c\r
37 VariableSmmCommon.h\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
8a2d4996 42\r
43[LibraryClasses]\r
44 MemoryAllocationLib\r
45 BaseLib \r
46 UefiBootServicesTableLib\r
47 DebugLib\r
48 UefiRuntimeLib\r
49 DxeServicesTableLib\r
50 UefiDriverEntryPoint\r
51 PcdLib \r
52\r
53[Protocols]\r
54 gEfiVariableWriteArchProtocolGuid ## ALWAYS_PRODUCES\r
55 gEfiVariableArchProtocolGuid ## ALWAYS_PRODUCES \r
56 gEfiSmmCommunicationProtocolGuid\r
57 gEfiSmmVariableProtocolGuid\r
58\r
59[Guids]\r
60 gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event\r
61\r
62[Pcd]\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
66 \r
67[Depex]\r
68 gEfiSmmCommunicationProtocolGuid\r