]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
Fix an issue in the PCD service to prevent potential out of bound array access
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDxe.inf
index 56f10dad329a7273aeb14e9790ef4258fa17054b..0dfe005e7bae34a41682d6cd980ac328188dfa88 100644 (file)
@@ -5,7 +5,7 @@
 #  platform and processor-independent mechanisms for loading and executing EFI\r
 #  device drivers.\r
 #\r
-#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\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
@@ -19,6 +19,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = EbcDxe\r
+  MODULE_UNI_FILE                = EbcDxe.uni\r
   FILE_GUID                      = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -54,7 +55,7 @@
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-\r
+  MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
   MemoryAllocationLib\r
 [Protocols]\r
   gEfiDebugSupportProtocolGuid                  ## PRODUCES\r
   gEfiEbcProtocolGuid                           ## PRODUCES\r
+  gEfiEbcVmTestProtocolGuid                     ## SOMETIMES_PRODUCES\r
+  gEfiEbcSimpleDebuggerProtocolGuid             ## SOMETIMES_CONSUMES\r
 \r
 [Depex]\r
   TRUE\r
 \r
 # [Event]\r
-#   ##\r
-#   # Periodic timer event to support EFI debug support protocol for EBC image.\r
-#   #\r
-#   EVENT_TYPE_PERIODIC_TIMER                   ## PRODUCES\r
-#\r
 #\r
+# Periodic timer event to support EFI debug support protocol for EBC image.\r
 #\r
-#\r
-#
\ No newline at end of file
+# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  EbcDxeExtra.uni
\ No newline at end of file