]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf
SecurityPkg: MOR drivers use Tcg2Protocol instead of TrEE.
[mirror_edk2.git] / SecurityPkg / Tcg / MemoryOverwriteRequestControlLock / TcgMorLockSmm.inf
CommitLineData
70c7664c
JY
1## @file\r
2# Initilizes MemoryOverwriteRequestControlLock variable\r
3#\r
4# This module will add Variable Hook and allow MemoryOverwriteRequestControlLock variable set only once.\r
5#\r
6# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = TcgMorLockSmm\r
19 MODULE_UNI_FILE = TcgMorLock.uni\r
20 FILE_GUID = E2EA6F47-E678-47FA-8C1B-02A03E825C6E\r
21 MODULE_TYPE = DXE_SMM_DRIVER\r
22 VERSION_STRING = 1.0\r
23 PI_SPECIFICATION_VERSION = 0x0001000A\r
24 ENTRY_POINT = MorLockDriverEntryPointSmm\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources]\r
37ee497e 33 TcgMorLock.h\r
70c7664c
JY
34 TcgMorLock.c\r
35 TcgMorLockSmm.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 SecurityPkg/SecurityPkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiDriverEntryPoint\r
44 SmmServicesTableLib\r
45 DebugLib\r
46 BaseLib\r
47 BaseMemoryLib\r
48\r
49[Guids]\r
50 ## SOMETIMES_CONSUMES ## Variable:L"MemoryOverwriteRequestControl"\r
51 gEfiMemoryOverwriteControlDataGuid\r
52\r
53 ## SOMETIMES_CONSUMES ## Variable:L"MemoryOverwriteRequestControlLock"\r
54 ## PRODUCES ## Variable:L"MemoryOverwriteRequestControlLock"\r
55 gEfiMemoryOverwriteRequestControlLockGuid\r
56\r
57[Protocols]\r
58 gEdkiiSmmVarCheckProtocolGuid ## CONSUMES\r
59 gEfiSmmVariableProtocolGuid ## CONSUMES\r
60\r
61[Depex]\r
62 gEfiSmmVariableProtocolGuid AND\r
63 gSmmVariableWriteGuid AND\r
afcef756 64 ( gEfiTcgProtocolGuid OR gEfiTcg2ProtocolGuid )\r
70c7664c
JY
65\r
66[UserExtensions.TianoCore."ExtraFiles"]\r
67 TcgMorLockExtra.uni\r