1 | ## @file
|
---|
2 | # Library for Memory Encryption
|
---|
3 | #
|
---|
4 | # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # Copyright (c) 2017 Advanced Micro Devices. All rights reserved.<BR>
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | #
|
---|
10 | ##
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 1.25
|
---|
14 | BASE_NAME = MemEncryptTdxLibNull
|
---|
15 | FILE_GUID = 3C69C4CA-DE46-44D7-8AA5-6EE51A4E3EA7
|
---|
16 | MODULE_TYPE = BASE
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | LIBRARY_CLASS = MemEncryptTdxLib|PEIM DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_DRIVER
|
---|
19 |
|
---|
20 | #
|
---|
21 | # The following information is for reference only and not required by the build
|
---|
22 | # tools.
|
---|
23 | #
|
---|
24 | # VALID_ARCHITECTURES = X64 IA32
|
---|
25 | #
|
---|
26 |
|
---|
27 | [Packages]
|
---|
28 | MdePkg/MdePkg.dec
|
---|
29 | OvmfPkg/OvmfPkg.dec
|
---|
30 |
|
---|
31 | [Sources]
|
---|
32 | BaseMemoryEncryptionNull.c
|
---|
33 |
|
---|
34 | [LibraryClasses]
|
---|
35 | BaseLib
|
---|