Jaben,

These modules are just checked in and don't release them before, so we think it 
does not have true impact for this name change action.

Thanks,
Eric

-----Original Message-----
From: Carsey, Jaben 
Sent: Wednesday, January 13, 2016 2:20 AM
To: Bi, Dandan; edk2-devel@lists.01.org
Cc: Dong, Eric; Gao, Liming; Carsey, Jaben
Subject: RE: [edk2] [patch 1/8] MdeModulePkg:Rename BootMaintenanceManagerLib 
to BootMaintenanceManagerUiLib

Bi,

As removing a module from a package is non-backwards compatible, do you plan to 
change the GUID/revision of the DEC file?


-Jaben


> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of
> Dandan Bi
> Sent: Tuesday, January 12, 2016 1:52 AM
> To: edk2-devel@lists.01.org
> Cc: Dong, Eric <eric.d...@intel.com>; Gao, Liming <liming....@intel.com>
> Subject: [edk2] [patch 1/8] MdeModulePkg:Rename
> BootMaintenanceManagerLib to BootMaintenanceManagerUiLib
> 
> Cc: Liming Gao <liming....@intel.com>
> Cc: Eric Dong <eric.d...@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Dandan Bi <dandan...@intel.com>
> Reviewed-by: Eric Dong <eric.d...@intel.com>
> ---
>  .../Library/BootMaintenanceManagerLib/BmLib.c      |   89 --
>  .../BootMaintenanceManagerLib/BootMaintenance.c    | 1518 
> --------------------
>  .../BootMaintenanceManager.h                       | 1388 ------------------
>  .../BootMaintenanceManager.vfr                     |  440 ------
>  .../BootMaintenanceManagerLib.inf                  |  100 --
>  .../BootMaintenanceManagerLib.uni                  |   26 -
>  .../BootMaintenanceManagerStrings.uni              |  286 ----
>  .../Library/BootMaintenanceManagerLib/BootOption.c |  984 -------------
>  .../BootMaintenanceManagerLib/ConsoleOption.c      | 1162 ---------------
>  .../Library/BootMaintenanceManagerLib/Data.c       |  263 ----
>  .../Library/BootMaintenanceManagerLib/FormGuid.h   |  209 ---
>  .../Library/BootMaintenanceManagerLib/UpdatePage.c | 1272 ----------------
>  .../Library/BootMaintenanceManagerLib/Variable.c   | 1051 --------------
>  .../Library/BootMaintenanceManagerUiLib/BmLib.c    |   89 ++
>  .../BootMaintenanceManagerUiLib/BootMaintenance.c  | 1518
> ++++++++++++++++++++
>  .../BootMaintenanceManager.h                       | 1388 ++++++++++++++++++
>  .../BootMaintenanceManager.vfr                     |  440 ++++++
>  .../BootMaintenanceManagerStrings.uni              |  286 ++++
>  .../BootMaintenanceManagerUiLib.inf                |  100 ++
>  .../BootMaintenanceManagerUiLib.uni                |   26 +
>  .../BootMaintenanceManagerUiLib/BootOption.c       |  984 +++++++++++++
>  .../BootMaintenanceManagerUiLib/ConsoleOption.c    | 1162
> +++++++++++++++
>  .../Library/BootMaintenanceManagerUiLib/Data.c     |  263 ++++
>  .../Library/BootMaintenanceManagerUiLib/FormGuid.h |  209 +++
>  .../BootMaintenanceManagerUiLib/UpdatePage.c       | 1272
> ++++++++++++++++
>  .../Library/BootMaintenanceManagerUiLib/Variable.c | 1051
> ++++++++++++++
>  26 files changed, 8788 insertions(+), 8788 deletions(-)
>  delete mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerLib/BmLib.c
>  delete mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenance.c
>  delete mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceMan
> ager.h
>  delete mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceMan
> ager.vfr
>  delete mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceMan
> agerLib.inf
>  delete mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceMan
> agerLib.uni
>  delete mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceMan
> agerStrings.uni
>  delete mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerLib/BootOption.c
>  delete mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerLib/ConsoleOption.c
>  delete mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerLib/Data.c
>  delete mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerLib/FormGuid.h
>  delete mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerLib/UpdatePage.c
>  delete mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerLib/Variable.c
>  create mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerUiLib/BmLib.c
>  create mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
>  create mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceM
> anager.h
>  create mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceM
> anager.vfr
>  create mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceM
> anagerStrings.uni
>  create mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceM
> anagerUiLib.inf
>  create mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceM
> anagerUiLib.uni
>  create mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootOption.c
>  create mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerUiLib/ConsoleOption.c
>  create mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerUiLib/Data.c
>  create mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerUiLib/FormGuid.h
>  create mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerUiLib/UpdatePage.c
>  create mode 100644
> MdeModulePkg/Library/BootMaintenanceManagerUiLib/Variable.c
> 
> 1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to