]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OvmfPkg/AmdSevDxe/AmdSevDxe.inf
OvmfPkg: Add AmdSevDxe driver
[mirror_edk2.git] / OvmfPkg / AmdSevDxe / AmdSevDxe.inf
... / ...
CommitLineData
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
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD\r
9# License which accompanies this distribution. The full text of the license may\r
10# be found at http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 1.25\r
19 BASE_NAME = AmdSevDxe\r
20 FILE_GUID = 2ec9da37-ee35-4de9-86c5-6d9a81dc38a7\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = AmdSevDxeEntryPoint\r
24\r
25[Sources]\r
26 AmdSevDxe.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
31 OvmfPkg/OvmfPkg.dec\r
32\r
33[LibraryClasses]\r
34 BaseLib\r
35 UefiLib\r
36 UefiDriverEntryPoint\r
37 UefiBootServicesTableLib\r
38 DxeServicesTableLib\r
39 DebugLib\r
40 MemEncryptSevLib\r
41\r
42[Depex]\r
43 TRUE\r