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