Re: [edk2] [PATCH v4 6/7] ShellPkg/Shell: Use BaseLib api CharToUpper

2018-12-31 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: Zhang, Shenglei > Sent: Tuesday, December 25, 2018 12:17 AM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu ; Carsey, Jaben > Subject: [PATCH v4 6/7] ShellPkg/Shell: Use BaseLib api CharToUpper > Importance: High > > Substitute Intern

[edk2] [PATCH v4 6/7] ShellPkg/Shell: Use BaseLib api CharToUpper

2018-12-25 Thread Shenglei Zhang
Substitute InternalShellCharToUpper with a public function CharToUpper which has the same function. Remove the implement of InternalShellCharToUpper. Cc: Ruiyu Ni Cc: Jaben Carsey Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang --- ShellPkg/Application/She