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