]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf
SecurityPkg-Opal(1): Use fixed SMM communication buffer in OPAL password lib.
[mirror_edk2.git] / SecurityPkg / Library / OpalPasswordSupportLib / OpalPasswordSupportLib.inf
CommitLineData
1cf00fbd
ED
1## @file\r
2# This is a OpalPassword support library.\r
3#\r
4# This module is used to provide API used by Opal password solution.\r
5#\r
6# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15[Defines]\r
16 INF_VERSION = 0x00010017\r
17 BASE_NAME = OpalPasswordSupportLib\r
18 FILE_GUID = 00F93D8C-00A6-42D0-9327-11CE309B944A\r
19 VERSION_STRING = 1.0\r
20 MODULE_TYPE = BASE\r
21 LIBRARY_CLASS = OpalPasswordSupportLib|DXE_DRIVER DXE_CORE DXE_SMM_DRIVER\r
22\r
23 CONSTRUCTOR = OpalPasswordSupportLibConstructor\r
24 DESTRUCTOR = OpalPasswordSupportLibDestructor\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 OpalPasswordSupportLib.c\r
33 OpalPasswordSupportNotify.h\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 BaseMemoryLib\r
38 PrintLib\r
39 DebugLib\r
40 TimerLib\r
41 TcgStorageOpalLib\r
42 UefiLib\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
83681c74 46 MdeModulePkg/MdeModulePkg.dec\r
1cf00fbd
ED
47 SecurityPkg/SecurityPkg.dec\r
48\r
49[Protocols]\r
50 gEfiStorageSecurityCommandProtocolGuid ## CONSUMES\r
51 gEfiSmmCommunicationProtocolGuid ## CONSUMES\r
89b553bb 52 gEfiSmmBase2ProtocolGuid ## CONSUMES # only for SMM version\r
83681c74
ED
53\r
54[Guids]\r
55 gEdkiiPiSmmCommunicationRegionTableGuid ## CONSUMES ## SystemTable\r