]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
Adopt new IPv4/IPv6 device path for network modules.
[mirror_edk2.git] / MdeModulePkg / Library / SmmLockBoxLib / SmmLockBoxPeiLib.inf
CommitLineData
993532d0 1## @file\r
2# Component description file for LockBox library.\r
3#\r
4# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions\r
8# of the BSD License which accompanies this distribution. The\r
9# full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SmmLockBoxPeiLib\r
20 FILE_GUID = 5F5E6140-E7BA-4bd6-B85F-236B5BCD8E1E\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = LockBoxLib|PEIM\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 \r
29#\r
30\r
31[Sources]\r
32 SmmLockBoxPeiLib.c\r
33 SmmLockBoxLibPrivate.h\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
40 PeiServicesTablePointerLib\r
41 PeiServicesLib\r
42 BaseLib\r
43 BaseMemoryLib\r
44 HobLib\r
45 DebugLib\r
46\r
47[FeaturePcd]\r
48 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
49\r
50[Guids]\r
51 gEfiSmmLockBoxCommunicationGuid ## CONSUMED\r
52 gEfiAcpiVariableGuid ## CONSUMED\r
53\r
54[Ppis]\r
55 gEfiPeiSmmCommunicationPpiGuid ## CONSUMED\r
56 gPeiSmmAccessPpiGuid ## CONSUMED\r