1## @file
2# Null instance of DxeTrEEPhysicalPresenceLib
3#
4#  Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
5#
6# This program and the accompanying materials are licensed and made available under
7# the terms and conditions of the BSD License that accompanies this distribution.
8# The full text of the license may be found at
9# http://opensource.org/licenses/bsd-license.php.
10#
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
17[Defines]
18  INF_VERSION                    = 0x00010005
19  BASE_NAME                      = DxeTrEEPhysicalPresenceLib
20  FILE_GUID                      = B41B3DB3-ACC5-4fcd-9992-891F3F9C0DA5
21  MODULE_TYPE                    = DXE_DRIVER
22  VERSION_STRING                 = 1.0
23  LIBRARY_CLASS                  = TrEEPhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION UEFI_DRIVER
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  DxeTrEEPhysicalPresenceLibNull.c
33
34[Packages]
35  MdePkg/MdePkg.dec
36  MdeModulePkg/MdeModulePkg.dec
37  SecurityPkg/SecurityPkg.dec
38
39[LibraryClasses]
40
41
42[Protocols]
43
44
45[Guids]
46
47