VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf@ 89977

最後變更 在這個檔案從89977是 80721,由 vboxsync 提交於 6 年 前

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 2.0 KB
 
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 - 2019, Intel Corporation. All rights reserved.<BR>
8# SPDX-License-Identifier: BSD-2-Clause-Patent
9#
10##
11
12[Defines]
13 INF_VERSION = 0x00010006
14 BASE_NAME = CapsuleApp
15 MODULE_UNI_FILE = CapsuleApp.uni
16 FILE_GUID = 4CEF31DA-8682-4274-9CC4-AEE7516A5E7B
17 MODULE_TYPE = UEFI_APPLICATION
18 VERSION_STRING = 1.0
19 ENTRY_POINT = UefiMain
20
21#
22# The following information is for reference only and not required by the build tools.
23#
24# VALID_ARCHITECTURES = IA32 X64
25#
26
27[Sources]
28 CapsuleApp.c
29 CapsuleApp.h
30 CapsuleDump.c
31 CapsuleOnDisk.c
32 AppSupport.c
33
34[Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37
38[Guids]
39 gEfiGlobalVariableGuid ## CONSUMES ## GUID
40 gEfiCapsuleReportGuid ## CONSUMES ## GUID
41 gEfiFmpCapsuleGuid ## CONSUMES ## GUID
42 gWindowsUxCapsuleGuid ## CONSUMES ## GUID
43 gEfiSystemResourceTableGuid ## CONSUMES ## GUID
44 gEfiCapsuleVendorGuid ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"
45 gEfiPartTypeSystemPartGuid ## SOMETIMES_CONSUMES ## GUID
46
47[Protocols]
48 gEfiGraphicsOutputProtocolGuid ## CONSUMES
49 gEfiFirmwareManagementProtocolGuid ## CONSUMES
50 gEfiShellParametersProtocolGuid ## CONSUMES
51 gEfiShellProtocolGuid ## CONSUMES
52 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES
53
54[LibraryClasses]
55 BaseLib
56 UefiApplicationEntryPoint
57 DebugLib
58 MemoryAllocationLib
59 UefiBootServicesTableLib
60 UefiRuntimeServicesTableLib
61 UefiLib
62 PrintLib
63 BmpSupportLib
64 FileHandleLib
65 UefiBootManagerLib
66 SortLib
67
68[UserExtensions.TianoCore."ExtraFiles"]
69 CapsuleAppExtra.uni
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette