]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / ReportStatusCodeRouter / RuntimeDxe / ReportStatusCodeRouterRuntimeDxe.inf
index b740db426752f3e144a7d247e3fac2166c0db8e8..955626008270348fa0be4df66c4ae921dde3af2a 100644 (file)
@@ -1,10 +1,9 @@
-#/** @file\r
-#  Report Status Code Router Driver which produces Report Stataus Code Handler Protocol\r
-#  and Status Code Runtime Protocol.\r
+## @file\r
+#  Report Status Code Router Driver which produces Report Stataus Code Handler Protocol and Status Code Runtime Protocol.\r
 #\r
-#  Copyright (c) 2009, Intel Corporation.\r
+#  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = ReportStatusCodeRouterRuntimeDxe\r
+  MODULE_UNI_FILE                = ReportStatusCodeRouterRuntimeDxe.uni\r
   FILE_GUID                      = D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3C\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
+  VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = GenericStatusCodeRuntimeDxeEntry\r
 \r
 #\r
@@ -27,7 +28,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ReportStatusCodeRouterRuntimeDxe.c\r
   ReportStatusCodeRouterRuntimeDxe.h\r
 \r
 [LibraryClasses]\r
   UefiRuntimeLib\r
   MemoryAllocationLib\r
+  BaseMemoryLib\r
   UefiBootServicesTableLib\r
   UefiDriverEntryPoint\r
   HobLib\r
-  PcdLib\r
   DebugLib\r
   BaseLib\r
   SynchronizationLib\r
+  UefiLib\r
 \r
 [Guids]\r
   gEfiEventVirtualAddressChangeGuid               ## CONSUMES ## Event\r
@@ -56,3 +58,6 @@
 \r
 [Depex]\r
   TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  ReportStatusCodeRouterRuntimeDxeExtra.uni\r