]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
Roll back the dependency change in MOR driver.
[mirror_edk2.git] / SecurityPkg / Tcg / MemoryOverwriteControl / TcgMor.inf
CommitLineData
0c18794e 1## @file\r
60c944c7 2# Initilizes MemoryOverwriteRequestControl variable\r
0c18794e 3#\r
60c944c7
DG
4# This module will clear MOR_CLEAR_MEMORY_BIT bit if it is set.\r
5#\r
6# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
0c18794e 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 = TcgMor\r
60c944c7 19 MODULE_UNI_FILE = TcgMor.uni\r
0c18794e 20 FILE_GUID = AD416CE3-A483-45b1-94C2-4B4E4D575562\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = MorDriverEntryPoint\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 TcgMor.c\r
34 TcgMor.h\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 SecurityPkg/SecurityPkg.dec\r
39\r
40[LibraryClasses]\r
41 UefiDriverEntryPoint\r
42 UefiRuntimeServicesTableLib\r
43 ReportStatusCodeLib\r
44 DebugLib\r
504dfa9d 45 UefiLib\r
0c18794e 46\r
47[Guids]\r
60c944c7
DG
48 ## SOMETIMES_CONSUMES ## Variable:L"MemoryOverwriteRequestControl"\r
49 ## PRODUCES ## Variable:L"MemoryOverwriteRequestControl"\r
50 gEfiMemoryOverwriteControlDataGuid\r
0c18794e 51\r
52[Depex]\r
53 gEfiVariableArchProtocolGuid AND\r
365614e2
DG
54 gEfiVariableWriteArchProtocolGuid AND\r
55 ( gEfiTcgProtocolGuid OR gEfiTrEEProtocolGuid )\r
0c18794e 56\r
60c944c7
DG
57[UserExtensions.TianoCore."ExtraFiles"]\r
58 TcgMorExtra.uni\r