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