]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
MdeModulePkg: Add ResetSystemRuntimeDxe driver
[mirror_edk2.git] / MdeModulePkg / Universal / ResetSystemRuntimeDxe / ResetSystemRuntimeDxe.inf
CommitLineData
51a0c5f2 1## @file\r
2# Component description file for ResetSystem module.\r
3#\r
4# This driver implements Reset Architectural Protocol.\r
5#\r
6# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# This program and the accompanying materials are\r
9# licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = ResetSystemRuntimeDxe\r
21 FILE_GUID = 4B28E4C7-FF36-4e10-93CF-A82159E777C5\r
22 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
23 VERSION_STRING = 1.0\r
24\r
25 ENTRY_POINT = InitializeResetSystem\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 EBC\r
31#\r
32\r
33[Sources]\r
34 ResetSystem.h\r
35 ResetSystem.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 ResetSystemLib\r
43 UefiRuntimeServicesTableLib\r
44 UefiRuntimeLib\r
45 UefiBootServicesTableLib\r
46 UefiDriverEntryPoint\r
47 IoLib\r
48 UefiLib\r
49 DebugLib\r
50 BaseLib\r
51\r
52\r
53[Guids]\r
54 gEfiCapsuleVendorGuid # ALWAYS_CONSUMED\r
55\r
56\r
57[Protocols]\r
58 gEfiResetArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
59\r
60\r
61[Depex]\r
62 TRUE\r
63\r