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