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