]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - PcAtChipsetPkg/KbcResetDxe/Reset.inf
Add a PE/COFF extra action lib that DEBUG prints the debugger command to load symbols...
[mirror_edk2.git] / PcAtChipsetPkg / KbcResetDxe / Reset.inf
... / ...
CommitLineData
1## @file\r
2# \r
3# Copyright (c) 2006 - 2010, Intel Corporation \r
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 ENTRY_POINT = InitializeReset\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28\r
29[LibraryClasses]\r
30 DebugLib\r
31 UefiBootServicesTableLib\r
32 UefiDriverEntryPoint\r
33 IoLib\r
34\r
35[Sources]\r
36 Reset.c\r
37 Reset.h\r
38 ResetEntry.c\r
39\r
40[Protocols]\r
41 gEfiResetArchProtocolGuid\r
42\r
43[Depex]\r
44 TRUE\r
45\r
46\r