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