VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf@ 77662

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

EFI: First step in UDK2018 merge. Does not build yet.

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.9 KB
 
1## @file
2# This driver implements Reset Architectural and Reset Notification protocols.
3#
4# Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
5#
6# This program and the accompanying materials are
7# licensed and made available under the terms and conditions of the BSD License
8# which accompanies this distribution. The full text of the license may be found at
9# http://opensource.org/licenses/bsd-license.php
10#
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13#
14##
15
16[Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = ResetSystemRuntimeDxe
19 MODULE_UNI_FILE = ResetSystemRuntimeDxe.uni
20 FILE_GUID = 4B28E4C7-FF36-4e10-93CF-A82159E777C5
21 MODULE_TYPE = DXE_RUNTIME_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = InitializeResetSystem
25
26#
27# The following information is for reference only and not required by the build tools.
28#
29# VALID_ARCHITECTURES = IA32 X64 EBC
30#
31
32[Sources]
33 ResetSystem.h
34 ResetSystem.c
35
36[Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39
40[LibraryClasses]
41 ResetSystemLib
42 UefiRuntimeServicesTableLib
43 UefiRuntimeLib
44 UefiBootServicesTableLib
45 UefiDriverEntryPoint
46 IoLib
47 UefiLib
48 DebugLib
49 BaseLib
50 ReportStatusCodeLib
51 MemoryAllocationLib
52
53[Guids]
54 gEfiCapsuleVendorGuid ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"
55
56
57[Protocols]
58 gEfiResetArchProtocolGuid ## PRODUCES
59 gEfiResetNotificationProtocolGuid ## PRODUCES
60 gEdkiiPlatformSpecificResetFilterProtocolGuid ## PRODUCES
61 gEdkiiPlatformSpecificResetHandlerProtocolGuid ## PRODUCES
62
63[Depex]
64 TRUE
65
66[UserExtensions.TianoCore."ExtraFiles"]
67 ResetSystemRuntimeDxeExtra.uni
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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