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