]> git.proxmox.com Git - mirror_edk2.git/blob - InOsEmuPkg/ResetRuntimeDxe/Reset.inf
Add InOsEmuPkg. Like UnixPkg and Nt32Pkg, but EFI code can be common and does not...
[mirror_edk2.git] / InOsEmuPkg / 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 - 2010, Intel Corporation. All rights reserved.<BR>
6 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
7 #
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 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = EmuReset
21 FILE_GUID = 50A18017-37AD-8743-BCF2-DF1A8FF12FAB
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24
25 ENTRY_POINT = InitializeEmuReset
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources]
34 Reset.c
35
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 InOsEmuPkg/InOsEmuPkg.dec
40
41 [LibraryClasses]
42 UefiBootServicesTableLib
43 MemoryAllocationLib
44 EmuThunkLib
45 UefiDriverEntryPoint
46 UefiLib
47 DebugLib
48 BaseLib
49
50
51 [Protocols]
52 gEfiResetArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
53
54
55 [Depex]
56 TRUE
57