From ef117a6a383a344dcdd686b30dd17a4b9439f4d4 Mon Sep 17 00:00:00 2001 From: sfu5 Date: Tue, 23 Apr 2013 05:50:55 +0000 Subject: Remove unused [Guids] section from PXE inf file. Signed-off-by: Fu Siyuan Reviewed-by: Ye Ting Reviewed-by: Ouyang Qian git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14310 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf | 5 +---- NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf | 7 +------ 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf b/MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf index 3ac4fb0..423555a 100644 --- a/MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf +++ b/MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf @@ -1,7 +1,7 @@ ## @file # Component name for module UefiPxeBc # -# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2007 - 2013, 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 @@ -66,9 +66,6 @@ DpcLib PcdLib -[Guids] - gEfiSmbiosTableGuid # ALWAYS_CONSUMED - [Protocols] gEfiArpServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiArpProtocolGuid # PROTOCOL ALWAYS_CONSUMED diff --git a/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf b/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf index 1e690b8..51c046c 100644 --- a/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf +++ b/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf @@ -1,7 +1,7 @@ ## @file # Component name for module PxeBc # -# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2007 - 2013, 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 @@ -63,11 +63,6 @@ DevicePathLib PcdLib - -[Guids] - gEfiSmbiosTableGuid - - [Protocols] gEfiDevicePathProtocolGuid gEfiNetworkInterfaceIdentifierProtocolGuid_31 -- cgit v1.1