From 583448b441650f9a7cb29a320d52db96df81e043 Mon Sep 17 00:00:00 2001 From: Tapan Shah Date: Thu, 22 Sep 2016 12:12:47 -0700 Subject: ShellPkg: Expand special output file to include "NULL" and case insensitive As per ECR 1349 change in UEFI Shell Specification 2.2, expanding a special output file name to include "NULL". Previously it only supported "NUL" as a special output file and it was case sensitive. With this change both "NUL" and "NULL" are special output file and checked as case insensitive. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah Reviewed-by: Jaben Carsey --- ShellPkg/Library/UefiShellLib/UefiShellLib.inf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ShellPkg/Library/UefiShellLib/UefiShellLib.inf') diff --git a/ShellPkg/Library/UefiShellLib/UefiShellLib.inf b/ShellPkg/Library/UefiShellLib/UefiShellLib.inf index 782649a7a0..0be682865e 100644 --- a/ShellPkg/Library/UefiShellLib/UefiShellLib.inf +++ b/ShellPkg/Library/UefiShellLib/UefiShellLib.inf @@ -1,6 +1,7 @@ ## @file # Provides interface to shell functionality for shell commands and applications. # +# (C) Copyright 2016 Hewlett Packard Enterprise Development LP
# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.
# # This program and the accompanying materials @@ -51,6 +52,7 @@ [Protocols] gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES + gEfiUnicodeCollation2ProtocolGuid ## CONSUMES # shell 2.0 gEfiShellProtocolGuid ## SOMETIMES_CONSUMES -- cgit v1.2.3