]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ShellPkg / Application / ShellCTestApp / ShellCTestApp.inf
1 ## @file
2 # This is the shell 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 = ShellCTestApp
14 FILE_GUID = 7a6ca3b8-ee1b-489c-b300-24544a7bd418
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 ShellCTestApp.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 ShellPkg/ShellPkg.dec
31
32 [LibraryClasses]
33 ShellCEntryLib
34 UefiLib