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