]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib.inf
OvmfPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / OvmfPkg / Library / Tcg2PhysicalPresenceLibNull / DxeTcg2PhysicalPresenceLib.inf
1 ## @file
2 # NULL Tcg2PhysicalPresenceLib library instance
3 #
4 # Under SecurityPkg, the corresponding library instance will check and
5 # execute TPM 2.0 request from OS or BIOS; the request may ask for user
6 # confirmation before execution. This Null instance implements a no-op
7 # Tcg2PhysicalPresenceLibProcessRequest(), without user interaction.
8 #
9 # Copyright (C) 2018, Red Hat, Inc.
10 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
11 # This program and the accompanying materials
12 # are licensed and made available under the terms and conditions of the BSD License
13 # which accompanies this distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = DxeTcg2PhysicalPresenceLibNull
23 FILE_GUID = 2A6BA243-DC22-42D8-9C3D-AE3728DC7AFA
24 MODULE_TYPE = DXE_DRIVER
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = Tcg2PhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER
27
28 [Sources]
29 DxeTcg2PhysicalPresenceLib.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 SecurityPkg/SecurityPkg.dec