]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
MdeModulePkg/CapsuleApp: Enhance Capsule-On-Disk related functions.
[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
bf9b044e 7# Copyright (c) 2016 - 2018, 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
29 CapsuleDump.c\r
97473291 30 CapsuleOnDisk.c\r
592bad04
JY
31 AppSupport.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36\r
37[Guids]\r
97473291 38 gEfiGlobalVariableGuid ## CONSUMES ## GUID\r
3a9ac069
DB
39 gEfiCapsuleReportGuid ## CONSUMES ## GUID\r
40 gEfiFmpCapsuleGuid ## CONSUMES ## GUID\r
41 gWindowsUxCapsuleGuid ## CONSUMES ## GUID\r
3a9ac069 42 gEfiSystemResourceTableGuid ## CONSUMES ## GUID\r
97473291
CC
43 gEfiCapsuleVendorGuid ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"\r
44 gEfiPartTypeSystemPartGuid ## SOMETIMES_CONSUMES ## GUID\r
592bad04
JY
45\r
46[Protocols]\r
aaa61995
DB
47 gEfiGraphicsOutputProtocolGuid ## CONSUMES\r
48 gEfiFirmwareManagementProtocolGuid ## CONSUMES\r
49 gEfiShellParametersProtocolGuid ## CONSUMES\r
8b17683a 50 gEfiShellProtocolGuid ## CONSUMES\r
97473291 51 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES\r
592bad04
JY
52\r
53[LibraryClasses]\r
54 BaseLib\r
55 UefiApplicationEntryPoint\r
56 DebugLib\r
57 MemoryAllocationLib\r
58 UefiBootServicesTableLib\r
59 UefiRuntimeServicesTableLib\r
60 UefiLib\r
61 PrintLib\r
bf9b044e 62 BmpSupportLib\r
97473291
CC
63 FileHandleLib\r
64 UefiBootManagerLib\r
65 SortLib\r
592bad04
JY
66\r
67[UserExtensions.TianoCore."ExtraFiles"]\r
68 CapsuleAppExtra.uni\r