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