## @file # Library provides the helper functions for SEV guest # # Copyright (c) 2017 - 2024, Advanced Micro Devices. All rights reserved.
# Copyright (c) Microsoft Corporation. # # SPDX-License-Identifier: BSD-2-Clause-Patent # # ## [Defines] INF_VERSION = 1.25 BASE_NAME = MemEncryptSevLibNull FILE_GUID = 02A5CD1B-05F2-4C7F-B8E9-66A5E66C47C7 MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = MemEncryptSevLib # # The following information is for reference only and not required by the build # tools. # # VALID_ARCHITECTURES = IA32 X64 # [Packages] MdePkg/MdePkg.dec OvmfPkg/OvmfPkg.dec [Sources] MemEncryptSevLibNull.c