diff options
Diffstat (limited to 'ShellPkg/Application/ShellSortTestApp')
-rw-r--r-- | ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.inf b/ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.inf index ab13244215..70130c1c06 100644 --- a/ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.inf +++ b/ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.inf @@ -1,7 +1,7 @@ ## @file
# This is the shell sorting testing application
#
-# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -33,6 +33,7 @@ [Packages]
MdePkg/MdePkg.dec
ShellPkg/ShellPkg.dec
+ MdeModulePkg/MdeModulePkg.dec
[LibraryClasses]
ShellCEntryLib
|