]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/KbcResetDxe/Reset.inf
Add generic HPET Timer DXE Driver and support libraries
[mirror_edk2.git] / PcAtChipsetPkg / KbcResetDxe / Reset.inf
CommitLineData
7b202cb0 1## @file\r
c69dd9df 2# \r
95d48e82
HT
3# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
4# This program and the accompanying materials \r
c69dd9df 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
7b202cb0 17##\r
c69dd9df 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
c69dd9df 24 ENTRY_POINT = InitializeReset\r
25\r
26[Packages]\r
c69dd9df 27 MdePkg/MdePkg.dec\r
bb77cee7 28 MdeModulePkg/MdeModulePkg.dec\r
c69dd9df 29\r
30[LibraryClasses]\r
bb77cee7 31 UefiDriverEntryPoint\r
c69dd9df 32 DebugLib\r
33 UefiBootServicesTableLib\r
bb77cee7 34 ResetSystemLib\r
c69dd9df 35\r
f486871e 36[Sources]\r
6583c358 37 ResetEntry.c\r
c69dd9df 38\r
39[Protocols]\r
40 gEfiResetArchProtocolGuid\r
41\r
42[Depex]\r
f486871e 43 TRUE\r