From 3397c6f5904b7d336670771ec9a7bf6176b64631 Mon Sep 17 00:00:00 2001 From: lzeng14 Date: Wed, 27 Jul 2011 08:54:57 +0000 Subject: For libraries that have multiple module types support, just define a [Depex] section for specified module types that are permitted to have a [Depex] section. Signed-off-by: lzeng14 Reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12052 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdePkg/Library/SmmIoLibSmmCpuIo2') diff --git a/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.inf b/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.inf index 0d484ccd94..4310fe085c 100644 --- a/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.inf +++ b/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.inf @@ -3,7 +3,7 @@ # # I/O Library implementation that uses the CPU I/O Protocol for I/O # and MMIO operations. -# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2011, 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 @@ -46,5 +46,5 @@ [Protocols] gEfiSmmCpuIo2ProtocolGuid ## CONSUMES -[Depex] +[Depex.common.DXE_SMM_DRIVER] gEfiSmmCpuIo2ProtocolGuid -- cgit v1.2.3