]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update Module BaseName to avoid the same name.
authorGao, Liming <liming.gao@intel.com>
Fri, 24 Jan 2014 09:33:11 +0000 (09:33 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 24 Jan 2014 09:33:11 +0000 (09:33 +0000)
Signed-off-by: Gao, Liming <liming.gao@intel.com>
Reviewed-by: Dong, Guo <guo.dong@intel.com>
Reviewed-by: Fu, Siyuan <siyuan.fu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15176 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.c
MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf

index 702f4f43cf61d4103325e963fc026d6f12c64b24..a9c6df9db9611c288cbb3ab8baa9b2e1ec9bc1e0 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Helper functions for configuring or getting the parameters relating to iSCSI.\r
 \r
-Copyright (c) 2004 - 2012, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -1171,7 +1171,7 @@ IScsiConfigFormInit (
   CallbackInfo->RegisteredHandle = HiiAddPackages (\r
                                      &gIp4IScsiConfigGuid,\r
                                      CallbackInfo->DriverHandle,\r
-                                     IScsiDxeStrings,\r
+                                     IScsi4DxeStrings,\r
                                      IScsiConfigDxeBin,\r
                                      NULL\r
                                      );\r
index 9ad161f2e9d93c06131e928628ea83ef47ffa7de..436ac6ef9f6b47a9715ded6411740efe53c1a651 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Component description file for IScsi module.\r
 #\r
-# Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -14,7 +14,7 @@
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = IScsiDxe\r
+  BASE_NAME                      = IScsi4Dxe\r
   FILE_GUID                      = 4579B72D-7EC4-4dd4-8486-083C86B182A7\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
index 423555aecc17aca139d45e4d54f2a46e7cf3fc83..3849b832270ac9a4abffc5320d6e227498b29207 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Component name for module UefiPxeBc\r
 #\r
-# Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -17,7 +17,7 @@
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = UefiPxeBcDxe\r
+  BASE_NAME                      = UefiPxe4BcDxe\r
   FILE_GUID                      = 3B1DEAB5-C75D-442e-9238-8E2FFB62B0BB\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r