]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
Code scrub for the following drivers and librarys.
[mirror_edk2.git] / MdeModulePkg / Universal / SecurityStubDxe / SecurityStubDxe.inf
CommitLineData
d8775055 1#/** @file\r
109e9a61
LG
2# Sample SecurityStub driver implements the dummy platform security service.\r
3# It always return success without any authentication check.\r
d8775055 4#\r
5d69642d 5# Copyright (c) 2006 - 2008, Intel Corporation\r
d8775055 6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SecurityStubDxe\r
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
30[Sources.common]\r
31 SecurityStub.c\r
d8775055 32\r
d8775055 33[Packages]\r
34 MdePkg/MdePkg.dec\r
35\r
36[LibraryClasses]\r
37 UefiDriverEntryPoint\r
38 UefiBootServicesTableLib\r
39 DebugLib\r
40\r
41[Protocols]\r
42 gEfiSecurityArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
43\r
44[Depex]\r
109e9a61 45 TRUE\r