]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/ResetRuntimeDxe/Reset.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmulatorPkg / ResetRuntimeDxe / Reset.inf
1 ## @file
2 # Emu Emulation Reset Architectural Protocol Driver as defined in PI
3 #
4 # This Reset module simulates system reset by process exit on Emulator.
5 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
6 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = EmuReset
16 FILE_GUID = 50A18017-37AD-8743-BCF2-DF1A8FF12FAB
17 MODULE_TYPE = DXE_DRIVER
18 VERSION_STRING = 1.0
19
20 ENTRY_POINT = InitializeEmuReset
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27
28 [Sources]
29 Reset.c
30
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 EmulatorPkg/EmulatorPkg.dec
35
36 [LibraryClasses]
37 UefiBootServicesTableLib
38 MemoryAllocationLib
39 EmuThunkLib
40 UefiDriverEntryPoint
41 UefiLib
42 DebugLib
43 BaseLib
44
45
46 [Protocols]
47 gEfiResetArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
48
49
50 [Depex]
51 TRUE
52