From 21a86a7d0ae6e12b7af9f04c7a4288b94110dc05 Mon Sep 17 00:00:00 2001 From: jaben carsey Date: Tue, 13 Jan 2015 22:16:41 +0000 Subject: ShellPkg: allow creating of files to create required directory path Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: jaben carsey Reviewed-by: Tapan Shah Reviewed-by: Joe Peterson git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16606 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Library/UefiShellLib/UefiShellLib.inf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ShellPkg/Library/UefiShellLib/UefiShellLib.inf') diff --git a/ShellPkg/Library/UefiShellLib/UefiShellLib.inf b/ShellPkg/Library/UefiShellLib/UefiShellLib.inf index ea80aa08a2..da06c34884 100644 --- a/ShellPkg/Library/UefiShellLib/UefiShellLib.inf +++ b/ShellPkg/Library/UefiShellLib/UefiShellLib.inf @@ -1,7 +1,7 @@ ## @file # Provides interface to shell functionality for shell commands and applications. # -# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -48,6 +48,7 @@ UefiLib HiiLib SortLib + PathLib [Protocols] gEfiSimpleFileSystemProtocolGuid # ALWAYS_CONSUMED -- cgit v1.2.3