]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib.inf
279c38bfbc2c9212a300b3e4b4cd69141364bc77
[mirror_edk2.git] / OvmfPkg / Library / BaseMemEncryptSevLib / SecMemEncryptSevLib.inf
1 ## @file
2 # Library provides the helper functions for SEV guest
3 #
4 # Copyright (c) 2020 Advanced Micro Devices. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 1.25
13 BASE_NAME = SecMemEncryptSevLib
14 FILE_GUID = 046388b4-430e-4e61-88f6-51ea21db2632
15 MODULE_TYPE = BASE
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = MemEncryptSevLib|SEC
18
19 #
20 # The following information is for reference only and not required by the build
21 # tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64
24 #
25
26 [Packages]
27 MdeModulePkg/MdeModulePkg.dec
28 MdePkg/MdePkg.dec
29 OvmfPkg/OvmfPkg.dec
30 UefiCpuPkg/UefiCpuPkg.dec
31
32 [Sources]
33 SecMemEncryptSevLibInternal.c
34
35 [Sources.X64]
36 X64/MemEncryptSevLib.c
37 X64/SecVirtualMemory.c
38 X64/VirtualMemory.c
39 X64/VirtualMemory.h
40
41 [Sources.IA32]
42 Ia32/MemEncryptSevLib.c
43
44 [LibraryClasses]
45 BaseLib
46 CpuLib
47 DebugLib
48 PcdLib
49
50 [FixedPcd]
51 gUefiCpuPkgTokenSpaceGuid.PcdSevEsWorkAreaBase