]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf
Nt32Pkg: Remove old useless bds platform lib.
[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
33 TcgMorLock.c\r
34 TcgMorLockSmm.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 SecurityPkg/SecurityPkg.dec\r
40\r
41[LibraryClasses]\r
42 UefiDriverEntryPoint\r
43 SmmServicesTableLib\r
44 DebugLib\r
45 BaseLib\r
46 BaseMemoryLib\r
47\r
48[Guids]\r
49 ## SOMETIMES_CONSUMES ## Variable:L"MemoryOverwriteRequestControl"\r
50 gEfiMemoryOverwriteControlDataGuid\r
51\r
52 ## SOMETIMES_CONSUMES ## Variable:L"MemoryOverwriteRequestControlLock"\r
53 ## PRODUCES ## Variable:L"MemoryOverwriteRequestControlLock"\r
54 gEfiMemoryOverwriteRequestControlLockGuid\r
55\r
56[Protocols]\r
57 gEdkiiSmmVarCheckProtocolGuid ## CONSUMES\r
58 gEfiSmmVariableProtocolGuid ## CONSUMES\r
59\r
60[Depex]\r
61 gEfiSmmVariableProtocolGuid AND\r
62 gSmmVariableWriteGuid AND\r
63 ( gEfiTcgProtocolGuid OR gEfiTrEEProtocolGuid )\r
64\r
65[UserExtensions.TianoCore."ExtraFiles"]\r
66 TcgMorLockExtra.uni\r