]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
SecurityPkg: Remove dead code and inf redundant definitions.
[mirror_edk2.git] / SecurityPkg / Tcg / MemoryOverwriteControl / TcgMor.inf
CommitLineData
0c18794e 1## @file\r
60c944c7 2# Initilizes MemoryOverwriteRequestControl variable\r
0c18794e 3#\r
495ee9b8
TF
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
60c944c7 7#\r
4cecd19a 8# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
0c18794e 9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = TcgMor\r
60c944c7 21 MODULE_UNI_FILE = TcgMor.uni\r
0c18794e 22 FILE_GUID = AD416CE3-A483-45b1-94C2-4B4E4D575562\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25\r
26 ENTRY_POINT = MorDriverEntryPoint\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
4cecd19a 31# VALID_ARCHITECTURES = IA32 X64 EBC\r
0c18794e 32#\r
33\r
34[Sources]\r
35 TcgMor.c\r
36 TcgMor.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 SecurityPkg/SecurityPkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiDriverEntryPoint\r
495ee9b8 44 UefiBootServicesTableLib\r
0c18794e 45 UefiRuntimeServicesTableLib\r
0c18794e 46 DebugLib\r
504dfa9d 47 UefiLib\r
495ee9b8 48 MemoryAllocationLib\r
0c18794e 49\r
50[Guids]\r
60c944c7
DG
51 ## SOMETIMES_CONSUMES ## Variable:L"MemoryOverwriteRequestControl"\r
52 ## PRODUCES ## Variable:L"MemoryOverwriteRequestControl"\r
53 gEfiMemoryOverwriteControlDataGuid\r
495ee9b8
TF
54 gEfiEndOfDxeEventGroupGuid ## SOMETIMES_CONSUMES ## Event\r
55\r
56[Protocols]\r
57 gEfiStorageSecurityCommandProtocolGuid ## SOMETIMES_CONSUMES\r
58 gEfiBlockIoProtocolGuid ## SOMETIMES_CONSUMES\r
0c18794e 59\r
60[Depex]\r
61 gEfiVariableArchProtocolGuid AND\r
365614e2 62 gEfiVariableWriteArchProtocolGuid AND\r
afcef756 63 ( gEfiTcgProtocolGuid OR gEfiTcg2ProtocolGuid )\r
0c18794e 64\r
60c944c7
DG
65[UserExtensions.TianoCore."ExtraFiles"]\r
66 TcgMorExtra.uni\r