X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FSecurity%2FSecurityStub%2FDxe%2FSecurityStub.inf;h=4b8876530742647b8d1e89c7283f323d36b687ed;hp=bd9058374a71d9f65bd3593c76dbb19bb5a426d4;hb=552065964397c0492bcfd69ae1475f5437900267;hpb=79840ee114cc723c9872c74916108941d4940cfa diff --git a/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf b/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf index bd9058374a..4b88765307 100644 --- a/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf +++ b/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf @@ -1,13 +1,12 @@ #/** @file -# Component description file for SecurityStub module -# -# This driver supports platform security service. -# Copyright (c) 2006 - 2007, Intel Corporation +# Component description file for SecurityStub module # +# Copyright (c) 2006 - 2007, 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 # http://opensource.org/licenses/bsd-license.php +# # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # @@ -45,19 +44,7 @@ [Sources.common] SecurityStub.c SecurityStub.h - SecurityStub.dxs - CommonHeader.h - - -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ -[Includes] - $(WORKSPACE)/MdePkg\Include/Library ################################################################################ # @@ -93,3 +80,12 @@ [Protocols] gEfiSecurityArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED +################################################################################ +# +# Dependency Expression Section - list of Dependency expressions that are required for +# this module. +# +################################################################################ + +[Depex] + TRUE \ No newline at end of file