]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
MdeModulePkg: Remove redundant library classes and GUIDs
[mirror_edk2.git] / MdeModulePkg / Universal / ResetSystemRuntimeDxe / ResetSystemRuntimeDxe.inf
index 6fdd2d3f7e7a1ce9af374cbb12c4a6b5435562fa..2b9eabd85d023c4fb9536b125cc068841021e833 100644 (file)
@@ -1,9 +1,7 @@
 ## @file\r
-# Component description file for ResetSystem module.\r
+# This driver implements Reset Architectural and Reset Notification protocols.\r
 #\r
-# This driver implements Reset Architectural Protocol.\r
-#\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are\r
 # licensed and made available under the terms and conditions of the BSD License\r
@@ -18,6 +16,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = ResetSystemRuntimeDxe\r
+  MODULE_UNI_FILE                = ResetSystemRuntimeDxe.uni\r
   FILE_GUID                      = 4B28E4C7-FF36-4e10-93CF-A82159E777C5\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
   UefiRuntimeLib\r
   UefiBootServicesTableLib\r
   UefiDriverEntryPoint\r
-  IoLib\r
   UefiLib\r
   DebugLib\r
   BaseLib\r
-\r
+  ReportStatusCodeLib\r
+  MemoryAllocationLib\r
 \r
 [Guids]\r
-  gEfiCapsuleVendorGuid                         # ALWAYS_CONSUMED\r
+  gEfiCapsuleVendorGuid                         ## SOMETIMES_CONSUMES   ## Variable:L"CapsuleUpdateData"\r
 \r
 \r
 [Protocols]\r
-  gEfiResetArchProtocolGuid                     # PROTOCOL ALWAYS_PRODUCED\r
-\r
+  gEfiResetArchProtocolGuid                       ## PRODUCES\r
+  gEfiResetNotificationProtocolGuid               ## PRODUCES\r
+  gEdkiiPlatformSpecificResetFilterProtocolGuid   ## PRODUCES\r
+  gEdkiiPlatformSpecificResetHandlerProtocolGuid  ## PRODUCES\r
 \r
 [Depex]\r
   TRUE\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  ResetSystemRuntimeDxeExtra.uni\r