| ## @file | |
| # Library for Memory Encryption | |
| # | |
| # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR> | |
| # Copyright (c) 2017 Advanced Micro Devices. All rights reserved.<BR> | |
| # | |
| # SPDX-License-Identifier: BSD-2-Clause-Patent | |
| # | |
| # | |
| ## | |
| [Defines] | |
| INF_VERSION = 1.25 | |
| BASE_NAME = MemEncryptTdxLibNull | |
| FILE_GUID = 3C69C4CA-DE46-44D7-8AA5-6EE51A4E3EA7 | |
| MODULE_TYPE = BASE | |
| VERSION_STRING = 1.0 | |
| LIBRARY_CLASS = MemEncryptTdxLib|PEIM DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_DRIVER | |
| # | |
| # The following information is for reference only and not required by the build | |
| # tools. | |
| # | |
| # VALID_ARCHITECTURES = X64 IA32 | |
| # | |
| [Packages] | |
| MdePkg/MdePkg.dec | |
| OvmfPkg/OvmfPkg.dec | |
| [Sources] | |
| BaseMemoryEncryptionNull.c | |
| [LibraryClasses] | |
| BaseLib |