]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
78e3f9b1cd465bd2c67b33844dd86397549d5a0c
[mirror_edk2.git] / SecurityPkg / Tcg / MemoryOverwriteControl / TcgMor.inf
1 ## @file
2 # Initilizes MemoryOverwriteRequestControl variable
3 #
4 # This module will clear MOR_CLEAR_MEMORY_BIT bit if it is set.
5 #
6 # Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = TcgMor
19 MODULE_UNI_FILE = TcgMor.uni
20 FILE_GUID = AD416CE3-A483-45b1-94C2-4B4E4D575562
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = MorDriverEntryPoint
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources]
33 TcgMor.c
34 TcgMor.h
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 SecurityPkg/SecurityPkg.dec
39
40 [LibraryClasses]
41 UefiDriverEntryPoint
42 UefiRuntimeServicesTableLib
43 ReportStatusCodeLib
44 DebugLib
45 UefiLib
46
47 [Guids]
48 ## SOMETIMES_CONSUMES ## Variable:L"MemoryOverwriteRequestControl"
49 ## PRODUCES ## Variable:L"MemoryOverwriteRequestControl"
50 gEfiMemoryOverwriteControlDataGuid
51
52 [Depex]
53 gEfiVariableArchProtocolGuid AND
54 gEfiVariableWriteArchProtocolGuid
55
56 [UserExtensions.TianoCore."ExtraFiles"]
57 TcgMorExtra.uni