1## @file
2#  Get TPM 2.0 physical presence information.
3#
4#  This library will get TPM 2.0 physical presence information.
5#
6# Copyright (c) 2015, 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                      = PeiTcg2PhysicalPresenceLib
19  MODULE_UNI_FILE                = PeiTcg2PhysicalPresenceLib.uni
20  FILE_GUID                      = AB82E7BE-0970-480b-93EB-3D332B89F99E
21  MODULE_TYPE                    = PEIM
22  VERSION_STRING                 = 1.0
23  LIBRARY_CLASS                  = Tcg2PhysicalPresenceLib|PEIM
24
25#
26# The following information is for reference only and not required by the build tools.
27#
28#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
29#
30
31[Sources]
32  PeiTcg2PhysicalPresenceLib.c
33
34[Packages]
35  MdePkg/MdePkg.dec
36  MdeModulePkg/MdeModulePkg.dec
37  SecurityPkg/SecurityPkg.dec
38
39[LibraryClasses]
40  DebugLib
41  PeiServicesLib
42  PeiServicesTablePointerLib
43
44[Guids]
45  ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresenceFlags"
46  gEfiTcg2PhysicalPresenceGuid
47
48[Ppis]
49  gEfiPeiReadOnlyVariable2PpiGuid       ## CONSUMES
50
51[Depex]
52  gEfiPeiReadOnlyVariable2PpiGuid