]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf
NetworkPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / SecurityPkg / Tcg / PhysicalPresencePei / PhysicalPresencePei.inf
CommitLineData
0c18794e 1## @file\r
2# Component description file for physical presence PEI module.\r
3#\r
4# Copyright (c) 2005 - 2011, 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\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = PhysicalPresencePei\r
18 FILE_GUID = 4FE772E8-FE3E-4086-B638-8C493C490488\r
19 MODULE_TYPE = PEIM\r
20 VERSION_STRING = 1.0\r
21\r
22 ENTRY_POINT = PeimEntry\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF\r
28#\r
29\r
30[Sources]\r
31 PhysicalPresencePei.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36 SecurityPkg/SecurityPkg.dec\r
37\r
38[LibraryClasses]\r
39 PeimEntryPoint\r
40 PeiServicesLib\r
41\r
42[Ppis]\r
43 gPeiLockPhysicalPresencePpiGuid\r
44 gEfiPeiReadOnlyVariable2PpiGuid\r
45\r
46[Guids]\r
47 gEfiPhysicalPresenceGuid\r
48\r
49[Pcd]\r
50 gEfiSecurityPkgTokenSpaceGuid.PcdTpmPhysicalPresence\r
51\r
52[Depex] \r
53 gEfiPeiMemoryDiscoveredPpiGuid AND\r
54 gEfiPeiReadOnlyVariable2PpiGuid AND\r
55 gPeiTpmInitializedPpiGuid\r