Last change
on this file since 105681 was 105670, checked in by vboxsync, 9 months ago |
Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
876 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.