Reviewed-by: Ruiyu Ni <ruiyu...@intel.com>

-----Original Message-----
From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Qiu 
Shumin
Sent: Saturday, February 6, 2016 4:44 PM
To: edk2-devel@lists.01.org
Cc: Qiu, Shumin <shumin....@intel.com>
Subject: [edk2] [PATCH v2 0/2] Enhance Shell to support finding help message 
embeded in resource section.

1. Enhance Shell to support finding help message in resource section of an 
application image if .MAN file is missing.
2. Enhance an sample application, HelloWorld, to add sample help message text.

Difference with previous version:
1. Remove tailing white space.
2. Refine the length of commit message

Qiu Shumin (2):
  ShellPkg: Support finding help message embedded in resource section.
  MdeModulePkg: Add sample help information for HelloWorld application.

 MdeModulePkg/Application/HelloWorld/HelloWorld.c   |   6 +-
 MdeModulePkg/Application/HelloWorld/HelloWorld.inf |  10 +-
 .../Application/HelloWorld/HelloWorldStr.uni       |  27 +
 ShellPkg/Application/Shell/Shell.h                 |   3 +-
 ShellPkg/Application/Shell/ShellManParser.c        | 739 ++++++++++++++++++++-
 5 files changed, 766 insertions(+), 19 deletions(-)
 create mode 100644 MdeModulePkg/Application/HelloWorld/HelloWorldStr.uni

-- 
1.9.5.msysgit.1

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

Reply via email to