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