]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/KbcResetDxe/Reset.inf
Changing source filename to match name changing.
[mirror_edk2.git] / DuetPkg / KbcResetDxe / Reset.inf
1 #/*++
2 #
3 # Copyright (c) 2006 - 2008, Intel Corporation
4 # All rights reserved. This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 # Module Name:
13 # Reset.inf
14 #
15 # Abstract:
16 #
17 #--*/
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = KbcReset
21 FILE_GUID = 6F0198AA-1F1D-426D-AE3E-39AB633FCC28
22 MODULE_TYPE = DXE_RUNTIME_DRIVER
23 VERSION_STRING = 1.0
24 EDK_RELEASE_VERSION = 0x00020000
25 EFI_SPECIFICATION_VERSION = 0x00020000
26
27 ENTRY_POINT = InitializeReset
28
29 [Packages]
30 DuetPkg/DuetPkg.dec
31 MdePkg/MdePkg.dec
32 IntelFrameworkPkg/IntelFrameworkPkg.dec
33
34 [LibraryClasses]
35 DebugLib
36 UefiBootServicesTableLib
37 UefiDriverEntryPoint
38 IoLib
39
40 [Sources.common]
41 Reset.c
42 Reset.h
43
44 [Sources.ipf]
45 Ipf/IpfReset.c
46
47 [Sources.ia32]
48 Ia32/Ia32Reset.c
49
50 [Sources.x64]
51 X64/X64Reset.c
52
53 [Protocols]
54 gEfiResetArchProtocolGuid
55
56 [Depex]
57 gEfiCpuIoProtocolGuid
58
59