]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
MdeModulePkg/FvSimpleFileSystem:Fix a potential NULL dereference issue.
[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
6036e94d 4# Copyright (c) 2006 - 2014, 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
d8775055 32\r
d8775055 33[Packages]\r
34 MdePkg/MdePkg.dec\r
cd98f305 35 MdeModulePkg/MdeModulePkg.dec\r
d8775055 36\r
37[LibraryClasses]\r
38 UefiDriverEntryPoint\r
39 UefiBootServicesTableLib\r
40 DebugLib\r
cd98f305 41 SecurityManagementLib\r
d8775055 42\r
43[Protocols]\r
bc2dfdbc
LG
44 gEfiSecurityArchProtocolGuid ## PRODUCES\r
45 gEfiSecurity2ArchProtocolGuid ## PRODUCES\r
d8775055 46\r
47[Depex]\r
109e9a61 48 TRUE\r
6036e94d
SZ
49\r
50[UserExtensions.TianoCore."ExtraFiles"]\r
51 SecurityStubDxeExtra.uni\r