]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Application / CapsuleApp / CapsuleApp.inf
CommitLineData
592bad04
JY
1## @file\r
2# A shell application that triggers capsule update process.\r
3#\r
4# This application can trigger capsule update process. It can also\r
5# generate capsule image, or dump capsule variable information.\r
6#\r
8165570e 7# Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.<BR>\r
9d510e61 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
592bad04
JY
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010006\r
14 BASE_NAME = CapsuleApp\r
15 MODULE_UNI_FILE = CapsuleApp.uni\r
16 FILE_GUID = 4CEF31DA-8682-4274-9CC4-AEE7516A5E7B\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\r
25#\r
26\r
27[Sources]\r
28 CapsuleApp.c\r
8165570e 29 CapsuleApp.h\r
592bad04 30 CapsuleDump.c\r
97473291 31 CapsuleOnDisk.c\r
592bad04
JY
32 AppSupport.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
38[Guids]\r
97473291 39 gEfiGlobalVariableGuid ## CONSUMES ## GUID\r
3a9ac069
DB
40 gEfiCapsuleReportGuid ## CONSUMES ## GUID\r
41 gEfiFmpCapsuleGuid ## CONSUMES ## GUID\r
42 gWindowsUxCapsuleGuid ## CONSUMES ## GUID\r
3a9ac069 43 gEfiSystemResourceTableGuid ## CONSUMES ## GUID\r
97473291
CC
44 gEfiCapsuleVendorGuid ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"\r
45 gEfiPartTypeSystemPartGuid ## SOMETIMES_CONSUMES ## GUID\r
592bad04
JY
46\r
47[Protocols]\r
aaa61995
DB
48 gEfiGraphicsOutputProtocolGuid ## CONSUMES\r
49 gEfiFirmwareManagementProtocolGuid ## CONSUMES\r
50 gEfiShellParametersProtocolGuid ## CONSUMES\r
8b17683a 51 gEfiShellProtocolGuid ## CONSUMES\r
97473291 52 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES\r
592bad04
JY
53\r
54[LibraryClasses]\r
55 BaseLib\r
56 UefiApplicationEntryPoint\r
57 DebugLib\r
58 MemoryAllocationLib\r
59 UefiBootServicesTableLib\r
60 UefiRuntimeServicesTableLib\r
61 UefiLib\r
62 PrintLib\r
bf9b044e 63 BmpSupportLib\r
97473291
CC
64 FileHandleLib\r
65 UefiBootManagerLib\r
66 SortLib\r
592bad04
JY
67\r
68[UserExtensions.TianoCore."ExtraFiles"]\r
69 CapsuleAppExtra.uni\r