]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/BaseMemEncryptSevLib/BaseMemEncryptSevLib.inf
OvmfPkg/BaseMemcryptSevLib: Add SEV helper library
[mirror_edk2.git] / OvmfPkg / Library / BaseMemEncryptSevLib / BaseMemEncryptSevLib.inf
CommitLineData
a1f22614
BS
1## @file\r
2# Library provides the helper functions for SEV guest\r
3#\r
4# Copyright (c) 2017 Advanced Micro Devices. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD\r
8# License which accompanies this distribution. The full text of the license\r
9# may be found at http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 1.25\r
18 BASE_NAME = MemEncryptSevLib\r
19 FILE_GUID = c1594631-3888-4be4-949f-9c630dbc842b\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = MemEncryptSevLib|PEIM DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_DRIVER\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33 OvmfPkg/OvmfPkg.dec\r
34 UefiCpuPkg/UefiCpuPkg.dec\r
35\r
36[Sources.X64]\r
37 MemEncryptSevLibInternal.c\r
38 X64/MemEncryptSevLib.c\r
39 X64/VirtualMemory.c\r
40\r
41[Sources.IA32]\r
42 MemEncryptSevLibInternal.c\r
43 Ia32/MemEncryptSevLib.c\r
44\r
45[LibraryClasses]\r
46 BaseLib\r
47 CpuLib\r
48 CacheMaintenanceLib\r
49 DebugLib\r
50 MemoryAllocationLib\r