]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
IntelSiliconPkg: Replace BSD License with BSD+Patent License
[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
97473291 36 CapsuleOnDisk.c\r
592bad04
JY
37 AppSupport.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42\r
43[Guids]\r
97473291 44 gEfiGlobalVariableGuid ## CONSUMES ## GUID\r
3a9ac069
DB
45 gEfiCapsuleReportGuid ## CONSUMES ## GUID\r
46 gEfiFmpCapsuleGuid ## CONSUMES ## GUID\r
47 gWindowsUxCapsuleGuid ## CONSUMES ## GUID\r
3a9ac069 48 gEfiSystemResourceTableGuid ## CONSUMES ## GUID\r
97473291
CC
49 gEfiCapsuleVendorGuid ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"\r
50 gEfiPartTypeSystemPartGuid ## SOMETIMES_CONSUMES ## GUID\r
592bad04
JY
51\r
52[Protocols]\r
aaa61995
DB
53 gEfiGraphicsOutputProtocolGuid ## CONSUMES\r
54 gEfiFirmwareManagementProtocolGuid ## CONSUMES\r
55 gEfiShellParametersProtocolGuid ## CONSUMES\r
8b17683a 56 gEfiShellProtocolGuid ## CONSUMES\r
97473291 57 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES\r
592bad04
JY
58\r
59[LibraryClasses]\r
60 BaseLib\r
61 UefiApplicationEntryPoint\r
62 DebugLib\r
63 MemoryAllocationLib\r
64 UefiBootServicesTableLib\r
65 UefiRuntimeServicesTableLib\r
66 UefiLib\r
67 PrintLib\r
bf9b044e 68 BmpSupportLib\r
97473291
CC
69 FileHandleLib\r
70 UefiBootManagerLib\r
71 SortLib\r
592bad04
JY
72\r
73[UserExtensions.TianoCore."ExtraFiles"]\r
74 CapsuleAppExtra.uni\r