]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/Application/ShellExecTestApp/SA.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ShellPkg / Application / ShellExecTestApp / SA.inf
1 ## @file
2 # Sample UEFI Application Reference EDKII Module
3 #
4 # This is a simple shell application
5 #
6 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = EmptyApplication
16 FILE_GUID = 8F7D7B1D-0E1C-4c98-B12E-4EC99C4081AC
17 MODULE_TYPE = UEFI_APPLICATION
18 VERSION_STRING = 1.0
19 ENTRY_POINT = UefiMain
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 SA.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32
33 [LibraryClasses]
34 UefiApplicationEntryPoint
35 UefiLib
36