]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/KbcResetDxe/Reset.inf
PcAtChipsetPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / PcAtChipsetPkg / KbcResetDxe / Reset.inf
CommitLineData
7b202cb0 1## @file\r
546f14bf
QS
2# This driver implements Reset Architectural Protocol.\r
3#\r
4# It should depend on the ResetSystemLib instance that is implemented based on KBC.\r
5#\r
6# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
95d48e82 7# This program and the accompanying materials \r
c69dd9df 8# are licensed and made available under the terms and conditions of the BSD License \r
9# which accompanies this distribution. The full text of the license may be found at \r
10# http://opensource.org/licenses/bsd-license.php \r
11# \r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
14#\r
15# Module Name:\r
16# Reset.inf\r
17#\r
18# Abstract:\r
19#\r
7b202cb0 20##\r
c69dd9df 21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = KbcReset\r
546f14bf 24 MODULE_UNI_FILE = KbcReset.uni\r
c69dd9df 25 FILE_GUID = 6F0198AA-1F1D-426D-AE3E-39AB633FCC28\r
26 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
27 VERSION_STRING = 1.0\r
c69dd9df 28 ENTRY_POINT = InitializeReset\r
29\r
30[Packages]\r
c69dd9df 31 MdePkg/MdePkg.dec\r
bb77cee7 32 MdeModulePkg/MdeModulePkg.dec\r
c69dd9df 33\r
34[LibraryClasses]\r
bb77cee7 35 UefiDriverEntryPoint\r
c69dd9df 36 DebugLib\r
37 UefiBootServicesTableLib\r
bb77cee7 38 ResetSystemLib\r
c69dd9df 39\r
f486871e 40[Sources]\r
6583c358 41 ResetEntry.c\r
c69dd9df 42\r
43[Protocols]\r
546f14bf 44 gEfiResetArchProtocolGuid ## PRODUCES\r
c69dd9df 45\r
46[Depex]\r
f486871e 47 TRUE\r
546f14bf
QS
48\r
49[UserExtensions.TianoCore."ExtraFiles"]\r
50 KbcResetExtra.uni\r