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=36504f9860b6fde4e400c5648cc217e4d49056c1;hb=552065964397c0492bcfd69ae1475f5437900267;hpb=d8a43975d902b901ecccc32cda1160c47c804bd8 diff --git a/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf b/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf index 36504f9860..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,18 @@ [Sources.common] SecurityStub.c SecurityStub.h - SecurityStub.dxs - CommonHeader.h ################################################################################ # -# Includes Section - list of Include locations that are required for -# this module. +# Package Dependency Section - list of Package files that are required for +# this module. # ################################################################################ -[Includes] - $(WORKSPACE)/MdePkg/Include/Library +[Packages] + MdePkg/MdePkg.dec + ################################################################################ # @@ -82,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