]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/HashLibTdx/HashLibTdx.inf
Security: Add HashLibTdx
[mirror_edk2.git] / SecurityPkg / Library / HashLibTdx / HashLibTdx.inf
1 ## @file
2 # Provides hash service by registered hash handler in Tdx.
3 #
4 # This library is HashLib for Tdx. Currently only SHA384 is supported.
5 #
6 # Copyright (c) 2020 - 2021, Intel Corporation. All rights reserved.<BR>
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = HashLibTdx
14 FILE_GUID = 77F6EA3E-1ABA-4467-A447-926E8CEB2D13
15 MODULE_TYPE = BASE
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = HashLib|SEC DXE_DRIVER
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = X64
23 #
24
25 [Sources]
26 HashLibTdx.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 SecurityPkg/SecurityPkg.dec
31
32 [LibraryClasses]
33 BaseLib
34 BaseMemoryLib
35 DebugLib
36 PcdLib
37 TdxLib