• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## @file
2#  Provides TPM 2.0 TIS functions for DTPM
3#
4#  This library implements TIS (TPM Interface Specification) functions which is
5#  used for every TPM 2.0 command. Choosing this library means platform uses and
6#  only uses TPM 2.0 DTPM device.
7#
8# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
9# This program and the accompanying materials
10# are licensed and made available under the terms and conditions of the BSD License
11# which accompanies this distribution. The full text of the license may be found at
12# http://opensource.org/licenses/bsd-license.php
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15#
16##
17
18[Defines]
19  INF_VERSION                    = 0x00010005
20  BASE_NAME                      = Tpm2DeviceLibDTpm
21  MODULE_UNI_FILE                = Tpm2DeviceLibDTpm.uni
22  FILE_GUID                      = E54A3327-A345-4068-8842-70AC0D519855
23  MODULE_TYPE                    = BASE
24  VERSION_STRING                 = 1.0
25  LIBRARY_CLASS                  = Tpm2DeviceLib
26
27#
28# The following information is for reference only and not required by the build tools.
29#
30#  VALID_ARCHITECTURES           = IA32 X64 IPF
31#
32
33[Sources]
34  Tpm2Tis.c
35  Tpm2DeviceLibDTpm.c
36
37[Packages]
38  MdePkg/MdePkg.dec
39  SecurityPkg/SecurityPkg.dec
40
41[LibraryClasses]
42  BaseLib
43  BaseMemoryLib
44  IoLib
45  TimerLib
46  DebugLib
47
48[Pcd]
49  gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress            ## CONSUMES
50