]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Tcg/PhysicalPresenceDxe/PhysicalPresenceDxe.inf
Fix ICC9 build break.
[mirror_edk2.git] / SecurityPkg / Tcg / PhysicalPresenceDxe / PhysicalPresenceDxe.inf
1 ## @file
2 # Component file for PhysicalPresenceDxe driver.
3 #
4 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = PhysicalPresenceDxe
17 FILE_GUID = D85A4A0C-2E73-4491-92E1-DCEFC3882A68
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20
21 ENTRY_POINT = DriverEntry
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 IPF
27 #
28
29 [Sources]
30 PhysicalPresence.c
31 PhysicalPresence.h
32 PhysicalPresenceStrings.uni
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37 SecurityPkg/SecurityPkg.dec
38
39 [LibraryClasses]
40 MemoryAllocationLib
41 UefiLib
42 UefiBootServicesTableLib
43 UefiDriverEntryPoint
44 UefiRuntimeServicesTableLib
45 BaseMemoryLib
46 DebugLib
47 PrintLib
48 HiiLib
49
50 [Protocols]
51 gEfiTcgProtocolGuid
52
53 [Guids]
54 gEfiPhysicalPresenceGuid
55
56 [Depex]
57 gEfiTcgProtocolGuid AND
58 gEfiVariableArchProtocolGuid AND
59 gEfiVariableWriteArchProtocolGuid AND
60 gEfiResetArchProtocolGuid
61