]> git.proxmox.com Git - mirror_edk2.git/blob - StandaloneMmPkg/Library/VariableMmDependency/VariableMmDependency.inf
StandaloneMmPkg/Library: Install Variable Arch Protocol
[mirror_edk2.git] / StandaloneMmPkg / Library / VariableMmDependency / VariableMmDependency.inf
1 ## @file
2 # Runtime DXE part corresponding to StanaloneMM variable module.
3 #
4 # This module installs variable arch protocol and variable write arch protocol
5 # to StandaloneMM runtime variable service.
6 #
7 # Copyright (c) 2019, ARM Ltd. All rights reserved.
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x0001001A
19 BASE_NAME = VariableMmDependency
20 FILE_GUID = 64BC4129-778E-4867-BA07-13999A4DEC3F
21 MODULE_TYPE = DXE_DRIVER
22 LIBRARY_CLASS = NULL
23 CONSTRUCTOR = VariableMmDependencyLibConstructor
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = AARCH64
29 #
30 #
31
32 [Sources]
33 VariableMmDependency.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38
39 [Protocols]
40 gEfiSmmVariableProtocolGuid ## PRODUCES
41
42 [Guids]
43 gSmmVariableWriteGuid ## PRODUCES ## GUID # Install protocol
44
45 [Depex]
46 TRUE