]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Library / DxeImageAuthenticationStatusLib / DxeImageAuthenticationStatusLib.inf
CommitLineData
d0043e49 1## @file\r
60c944c7
DG
2# Provides security service of image authentication status check\r
3#\r
d0043e49 4# Authentication Status Library module supports UEFI2.3.1\r
5#\r
b3548d32 6# Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d0043e49 8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
60c944c7
DG
13 BASE_NAME = DxeImageAuthenticationStatusLib\r
14 MODULE_UNI_FILE = DxeImageAuthenticationStatusLib.uni\r
d0043e49 15 FILE_GUID = EB92D1DE-7C36-4680-BB88-A67E96049F72\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
4cecd19a 18 LIBRARY_CLASS = NULL|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
d0043e49 19 CONSTRUCTOR = DxeImageAuthenticationStatusLibConstructor\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
4cecd19a 24# VALID_ARCHITECTURES = IA32 X64 EBC\r
d0043e49 25#\r
26\r
27[Sources]\r
28 DxeImageAuthenticationStatusLib.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33\r
34[LibraryClasses]\r
35 SecurityManagementLib\r