]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
SecurityPkg: Removing ipf which is no longer supported from edk2.
[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# 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
21 MODULE_UNI_FILE = TcgMor.uni\r
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
31# VALID_ARCHITECTURES = IA32 X64 EBC\r
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
44 UefiBootServicesTableLib\r
45 UefiRuntimeServicesTableLib\r
46 ReportStatusCodeLib\r
47 DebugLib\r
48 UefiLib\r
49 MemoryAllocationLib\r
50\r
51[Guids]\r
52 ## SOMETIMES_CONSUMES ## Variable:L"MemoryOverwriteRequestControl"\r
53 ## PRODUCES ## Variable:L"MemoryOverwriteRequestControl"\r
54 gEfiMemoryOverwriteControlDataGuid\r
55 gEfiEndOfDxeEventGroupGuid ## SOMETIMES_CONSUMES ## Event\r
56\r
57[Protocols]\r
58 gEfiStorageSecurityCommandProtocolGuid ## SOMETIMES_CONSUMES\r
59 gEfiBlockIoProtocolGuid ## SOMETIMES_CONSUMES\r
60\r
61[Depex]\r
62 gEfiVariableArchProtocolGuid AND\r
63 gEfiVariableWriteArchProtocolGuid AND\r
64 ( gEfiTcgProtocolGuid OR gEfiTcg2ProtocolGuid )\r
65\r
66[UserExtensions.TianoCore."ExtraFiles"]\r
67 TcgMorExtra.uni\r