]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ShellPkg / Application / ShellSortTestApp / ShellSortTestApp.inf
1 ## @file
2 # This is the shell sorting testing application
3 #
4 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010006
13 BASE_NAME = ShellSortTestApp
14 FILE_GUID = 079E8E98-AE93-4b9a-8A71-1DC869F23E09
15 MODULE_TYPE = UEFI_APPLICATION
16 VERSION_STRING = 1.0
17 ENTRY_POINT = ShellCEntryLib
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24
25 [Sources]
26 ShellSortTestApp.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 ShellPkg/ShellPkg.dec
31 MdeModulePkg/MdeModulePkg.dec
32
33 [LibraryClasses]
34 ShellCEntryLib
35 UefiLib
36 SortLib
37