diff options
author | sfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-04-23 05:50:55 +0000 |
---|---|---|
committer | sfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-04-23 05:50:55 +0000 |
commit | ef117a6a383a344dcdd686b30dd17a4b9439f4d4 (patch) | |
tree | 7555750c68d6aec19868bad3b69ddedf7fef33fa /NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf | |
parent | 86b5c3ee549bbdeefa72115c2b7ca7f6f625ebed (diff) | |
download | edk2-platforms-ef117a6a383a344dcdd686b30dd17a4b9439f4d4.tar.xz |
Remove unused [Guids] section from PXE inf file.
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Ouyang Qian <qian.ouyang@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14310 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf')
-rw-r--r-- | NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf b/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf index 1e690b882f..51c046cef6 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.<BR>
+# Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>
#
# 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
|