]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
MdeModulePkg CapsuleApp:Remove two redundant Guids
[mirror_edk2.git] / MdeModulePkg / Application / CapsuleApp / CapsuleApp.inf
1 ## @file
2 # A shell application that triggers capsule update process.
3 #
4 # This application can trigger capsule update process. It can also
5 # generate capsule image, or dump capsule variable information.
6 #
7 # Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010006
20 BASE_NAME = CapsuleApp
21 MODULE_UNI_FILE = CapsuleApp.uni
22 FILE_GUID = 4CEF31DA-8682-4274-9CC4-AEE7516A5E7B
23 MODULE_TYPE = UEFI_APPLICATION
24 VERSION_STRING = 1.0
25 ENTRY_POINT = UefiMain
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64
31 #
32
33 [Sources]
34 CapsuleApp.c
35 CapsuleDump.c
36 AppSupport.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41
42 [Guids]
43 gEfiCapsuleReportGuid ## CONSUMES ## GUID
44 gEfiFmpCapsuleGuid ## CONSUMES ## GUID
45 gWindowsUxCapsuleGuid ## CONSUMES ## GUID
46 gEfiSystemResourceTableGuid ## CONSUMES ## GUID
47
48 [Protocols]
49 gEfiGraphicsOutputProtocolGuid ## CONSUMES
50 gEfiFirmwareManagementProtocolGuid ## CONSUMES
51 gEfiShellParametersProtocolGuid ## CONSUMES
52 gEfiShellProtocolGuid ## CONSUMES
53
54 [LibraryClasses]
55 BaseLib
56 UefiApplicationEntryPoint
57 DebugLib
58 MemoryAllocationLib
59 UefiBootServicesTableLib
60 UefiRuntimeServicesTableLib
61 UefiLib
62 PrintLib
63 BmpSupportLib
64
65 [UserExtensions.TianoCore."ExtraFiles"]
66 CapsuleAppExtra.uni