]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/AmdSevDxe/AmdSevDxe.inf
OvmfPkg/AmdSevDxe: sort #includes, and entries in INF file sections
[mirror_edk2.git] / OvmfPkg / AmdSevDxe / AmdSevDxe.inf
1 #/** @file
2 #
3 # Driver clears the encryption attribute from MMIO regions when SEV is enabled
4 #
5 # Copyright (c) 2017, AMD Inc. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials are licensed and made available
8 # under the terms and conditions of the BSD License which accompanies this
9 # distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
14 # IMPLIED.
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 1.25
20 BASE_NAME = AmdSevDxe
21 FILE_GUID = 2ec9da37-ee35-4de9-86c5-6d9a81dc38a7
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = AmdSevDxeEntryPoint
25
26 [Sources]
27 AmdSevDxe.c
28
29 [Packages]
30 MdeModulePkg/MdeModulePkg.dec
31 MdePkg/MdePkg.dec
32 OvmfPkg/OvmfPkg.dec
33
34 [LibraryClasses]
35 BaseLib
36 DebugLib
37 DxeServicesTableLib
38 MemEncryptSevLib
39 UefiBootServicesTableLib
40 UefiDriverEntryPoint
41 UefiLib
42
43 [Depex]
44 TRUE