]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
MdeModulePkg: Remove redundant library classes and GUIDs
[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
592bad04
JY
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010006\r
20 BASE_NAME = CapsuleApp\r
21 MODULE_UNI_FILE = CapsuleApp.uni\r
22 FILE_GUID = 4CEF31DA-8682-4274-9CC4-AEE7516A5E7B\r
23 MODULE_TYPE = UEFI_APPLICATION\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = UefiMain\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64\r
31#\r
32\r
33[Sources]\r
34 CapsuleApp.c\r
35 CapsuleDump.c\r
36 AppSupport.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[Guids]\r
3a9ac069
DB
43 gEfiCapsuleReportGuid ## CONSUMES ## GUID\r
44 gEfiFmpCapsuleGuid ## CONSUMES ## GUID\r
45 gWindowsUxCapsuleGuid ## CONSUMES ## GUID\r
46 gEfiCertTypeRsa2048Sha256Guid ## CONSUMES ## GUID\r
47 gEfiCertPkcs7Guid ## CONSUMES ## GUID\r
48 gEfiSystemResourceTableGuid ## CONSUMES ## GUID\r
592bad04
JY
49\r
50[Protocols]\r
aaa61995
DB
51 gEfiGraphicsOutputProtocolGuid ## CONSUMES\r
52 gEfiFirmwareManagementProtocolGuid ## CONSUMES\r
53 gEfiShellParametersProtocolGuid ## CONSUMES\r
8b17683a 54 gEfiShellProtocolGuid ## CONSUMES\r
592bad04
JY
55\r
56[LibraryClasses]\r
57 BaseLib\r
58 UefiApplicationEntryPoint\r
59 DebugLib\r
60 MemoryAllocationLib\r
61 UefiBootServicesTableLib\r
62 UefiRuntimeServicesTableLib\r
63 UefiLib\r
64 PrintLib\r
bf9b044e 65 BmpSupportLib\r
592bad04
JY
66\r
67[UserExtensions.TianoCore."ExtraFiles"]\r
68 CapsuleAppExtra.uni\r