]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
SecurityPkg: Change EFI_D_INFO to DEBUG_INFO
[mirror_edk2.git] / SecurityPkg / Tcg / MemoryOverwriteControl / TcgMor.inf
... / ...
CommitLineData
1## @file\r
2# Initilizes MemoryOverwriteRequestControl variable\r
3#\r
4# This module will clear MOR_CLEAR_MEMORY_BIT bit if it is set. It will also do\r
5# TPer Reset for those encrypted drives through EFI_STORAGE_SECURITY_COMMAND_PROTOCOL\r
6# at EndOfDxe.\r
7#\r
8# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = TcgMor\r
16 MODULE_UNI_FILE = TcgMor.uni\r
17 FILE_GUID = AD416CE3-A483-45b1-94C2-4B4E4D575562\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
20\r
21 ENTRY_POINT = MorDriverEntryPoint\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 EBC\r
27#\r
28\r
29[Sources]\r
30 TcgMor.c\r
31 TcgMor.h\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 SecurityPkg/SecurityPkg.dec\r
36\r
37[LibraryClasses]\r
38 UefiDriverEntryPoint\r
39 UefiBootServicesTableLib\r
40 UefiRuntimeServicesTableLib\r
41 DebugLib\r
42 UefiLib\r
43 MemoryAllocationLib\r
44\r
45[Guids]\r
46 ## SOMETIMES_CONSUMES ## Variable:L"MemoryOverwriteRequestControl"\r
47 ## PRODUCES ## Variable:L"MemoryOverwriteRequestControl"\r
48 gEfiMemoryOverwriteControlDataGuid\r
49 gEfiEndOfDxeEventGroupGuid ## SOMETIMES_CONSUMES ## Event\r
50\r
51[Protocols]\r
52 gEfiStorageSecurityCommandProtocolGuid ## SOMETIMES_CONSUMES\r
53 gEfiBlockIoProtocolGuid ## SOMETIMES_CONSUMES\r
54\r
55[Depex]\r
56 gEfiVariableArchProtocolGuid AND\r
57 gEfiVariableWriteArchProtocolGuid AND\r
58 ( gEfiTcgProtocolGuid OR gEfiTcg2ProtocolGuid )\r
59\r
60[UserExtensions.TianoCore."ExtraFiles"]\r
61 TcgMorExtra.uni\r