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