]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
MdeModulePkg/SecurityStubDxe: Report failure if image is load earlier
[mirror_edk2.git] / MdeModulePkg / Universal / SecurityStubDxe / SecurityStubDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# This driver produces security2 and security architectural protocol based on SecurityManagementLib.\r
d8775055 3#\r
8be37a5c 4# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
e5eed7d3 5# This program and the accompanying materials\r
d8775055 6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
6bfbb5f0 14##\r
d8775055 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = SecurityStubDxe\r
6036e94d 19 MODULE_UNI_FILE = SecurityStubDxe.uni\r
d8775055 20 FILE_GUID = F80697E9-7FD6-4665-8646-88E33EF71DFC\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
d8775055 23 ENTRY_POINT = SecurityStubInitialize\r
24\r
25\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
6bfbb5f0 30[Sources]\r
d8775055 31 SecurityStub.c\r
8be37a5c
RN
32 Defer3rdPartyImageLoad.c\r
33 Defer3rdPartyImageLoad.h\r
d8775055 34\r
d8775055 35[Packages]\r
36 MdePkg/MdePkg.dec\r
cd98f305 37 MdeModulePkg/MdeModulePkg.dec\r
d8775055 38\r
39[LibraryClasses]\r
40 UefiDriverEntryPoint\r
41 UefiBootServicesTableLib\r
42 DebugLib\r
cd98f305 43 SecurityManagementLib\r
e048823f
RN
44 ReportStatusCodeLib\r
45 UefiLib\r
d8775055 46\r
8be37a5c
RN
47[Guids]\r
48 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event\r
49\r
d8775055 50[Protocols]\r
bc2dfdbc
LG
51 gEfiSecurityArchProtocolGuid ## PRODUCES\r
52 gEfiSecurity2ArchProtocolGuid ## PRODUCES\r
8be37a5c 53 gEfiDeferredImageLoadProtocolGuid ## PRODUCES\r
e048823f 54 gEfiDxeSmmReadyToLockProtocolGuid ## CONSUMES\r
d8775055 55\r
56[Depex]\r
109e9a61 57 TRUE\r
6036e94d
SZ
58\r
59[UserExtensions.TianoCore."ExtraFiles"]\r
60 SecurityStubDxeExtra.uni\r