]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/AcpiResetDxe/Reset.inf
Port AcpiResetDxe from EDK to EDKII to enable reset function on DUET above legacy...
[mirror_edk2.git] / DuetPkg / AcpiResetDxe / Reset.inf
1 #/** @file
2 # Component description file for AcpiResetDxe module.
3 #
4 # Copyright (c) 2006 - 2010, Intel Corporation
5 # All rights reserved. This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14 #--*/
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = AcpiReset
18 FILE_GUID = 6F0198AA-1F1D-426D-AE3E-39AB633FCC28
19 MODULE_TYPE = DXE_RUNTIME_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = InitializeReset
22
23 [Packages]
24 MdePkg/MdePkg.dec
25 DuetPkg/DuetPkg.dec
26
27 [LibraryClasses]
28 DebugLib
29 UefiBootServicesTableLib
30 UefiDriverEntryPoint
31 IoLib
32 PciLib
33 HobLib
34 BaseLib
35 BaseMemoryLib
36
37 [Sources]
38 Reset.c
39 Reset.h
40 ResetEntry.c
41
42 [Protocols]
43 gEfiResetArchProtocolGuid
44
45 [Guids]
46 gEfiAcpiDescriptionGuid
47
48 [Depex]
49 TRUE
50
51 [BuildOptions]
52 MSFT:*_*_IA32_CC_FLAGS = /Od
53
54