X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FSecurityStubDxe%2FSecurityStubDxe.inf;h=4830a82a183ce82e28cfbbdc662e1eb7865c2e2a;hp=2d02248b13a5b16d228c55931d35d16dd7783d6c;hb=cd98f3050246e64f149d9a13032bc1608421811e;hpb=7748df3da985214b8c6e39ea983018c212198d54 diff --git a/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf b/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf index 2d02248b13..4830a82a18 100644 --- a/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf +++ b/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf @@ -1,8 +1,7 @@ #/** @file -# Sample SecurityStub driver implements the dummy platform security service. -# It always return success without any authentication check. +# This driver produces security architectural protocol based on SecurityManagementLib. # -# Copyright (c) 2006 - 2008, Intel Corporation +# Copyright (c) 2006 - 2009, Intel Corporation # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -32,11 +31,13 @@ [Packages] MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec [LibraryClasses] UefiDriverEntryPoint UefiBootServicesTableLib DebugLib + SecurityManagementLib [Protocols] gEfiSecurityArchProtocolGuid ## PRODUCED