]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / SecurityStubDxe / SecurityStubDxe.inf
... / ...
CommitLineData
1## @file\r
2# This driver produces security2 and security architectural protocol based on SecurityManagementLib.\r
3#\r
4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = SecurityStubDxe\r
13 MODULE_UNI_FILE = SecurityStubDxe.uni\r
14 FILE_GUID = F80697E9-7FD6-4665-8646-88E33EF71DFC\r
15 MODULE_TYPE = DXE_DRIVER\r
16 VERSION_STRING = 1.0\r
17 ENTRY_POINT = SecurityStubInitialize\r
18\r
19\r
20#\r
21# VALID_ARCHITECTURES = IA32 X64 EBC\r
22#\r
23\r
24[Sources]\r
25 SecurityStub.c\r
26 Defer3rdPartyImageLoad.c\r
27 Defer3rdPartyImageLoad.h\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32\r
33[LibraryClasses]\r
34 UefiDriverEntryPoint\r
35 UefiBootServicesTableLib\r
36 DebugLib\r
37 SecurityManagementLib\r
38 ReportStatusCodeLib\r
39 UefiLib\r
40\r
41[Guids]\r
42 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event\r
43\r
44[Protocols]\r
45 gEfiSecurityArchProtocolGuid ## PRODUCES\r
46 gEfiSecurity2ArchProtocolGuid ## PRODUCES\r
47 gEfiDeferredImageLoadProtocolGuid ## PRODUCES\r
48 gEfiDxeSmmReadyToLockProtocolGuid ## NOTIFY\r
49\r
50[Depex]\r
51 TRUE\r
52\r
53[UserExtensions.TianoCore."ExtraFiles"]\r
54 SecurityStubDxeExtra.uni\r