Last change
on this file since 105681 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.3 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # This driver produces security2 and security architectural protocol based on SecurityManagementLib.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | #
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = SecurityStubDxe
|
---|
13 | MODULE_UNI_FILE = SecurityStubDxe.uni
|
---|
14 | FILE_GUID = F80697E9-7FD6-4665-8646-88E33EF71DFC
|
---|
15 | MODULE_TYPE = DXE_DRIVER
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | ENTRY_POINT = SecurityStubInitialize
|
---|
18 |
|
---|
19 |
|
---|
20 | #
|
---|
21 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
22 | #
|
---|
23 |
|
---|
24 | [Sources]
|
---|
25 | SecurityStub.c
|
---|
26 | Defer3rdPartyImageLoad.c
|
---|
27 | Defer3rdPartyImageLoad.h
|
---|
28 |
|
---|
29 | [Packages]
|
---|
30 | MdePkg/MdePkg.dec
|
---|
31 | MdeModulePkg/MdeModulePkg.dec
|
---|
32 |
|
---|
33 | [LibraryClasses]
|
---|
34 | UefiDriverEntryPoint
|
---|
35 | UefiBootServicesTableLib
|
---|
36 | DebugLib
|
---|
37 | SecurityManagementLib
|
---|
38 | ReportStatusCodeLib
|
---|
39 | UefiLib
|
---|
40 |
|
---|
41 | [Guids]
|
---|
42 | gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event
|
---|
43 |
|
---|
44 | [Protocols]
|
---|
45 | gEfiSecurityArchProtocolGuid ## PRODUCES
|
---|
46 | gEfiSecurity2ArchProtocolGuid ## PRODUCES
|
---|
47 | gEfiDeferredImageLoadProtocolGuid ## PRODUCES
|
---|
48 | gEfiDxeSmmReadyToLockProtocolGuid ## NOTIFY
|
---|
49 |
|
---|
50 | [Depex]
|
---|
51 | TRUE
|
---|
52 |
|
---|
53 | [UserExtensions.TianoCore."ExtraFiles"]
|
---|
54 | SecurityStubDxeExtra.uni
|
---|
Note:
See
TracBrowser
for help on using the repository browser.