]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / BootScriptExecutorDxe / BootScriptExecutorDxe.inf
index 4777f9d2ed91c863240b9fe5144f724c5c387940..2eba9d4263fbf8ced964ea6bb933d85bd2afc477 100644 (file)
@@ -4,7 +4,7 @@
 # This is a standalone Boot Script Executor. Standalone means it does not\r
 # depends on any PEI or DXE service.\r
 #\r
-# Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2014, 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
@@ -19,6 +19,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BootScriptExecutorDxe\r
+  MODULE_UNI_FILE                = BootScriptExecutorDxe.uni\r
   FILE_GUID                      = FA20568B-548B-4b2b-81EF-1BA08D4A3CEC\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
-  TimerLib\r
   PcdLib\r
   BaseMemoryLib\r
-  SmbusLib\r
   UefiDriverEntryPoint\r
   BaseLib\r
-  PciLib\r
-  IoLib\r
   S3BootScriptLib\r
   PeCoffLib\r
   DxeServicesLib\r
   UefiBootServicesTableLib\r
-  UefiRuntimeServicesTableLib\r
   CacheMaintenanceLib\r
   UefiLib\r
   DebugAgentLib\r
   CpuExceptionHandlerLib\r
 \r
 [Guids]\r
-  gEfiBootScriptExecutorVariableGuid\r
-  gEfiBootScriptExecutorContextGuid\r
-  gPerformanceProtocolGuid\r
-  gEfiEventExitBootServicesGuid\r
+  gEfiBootScriptExecutorVariableGuid    ## PRODUCES ## UNDEFINED # SaveLockBox\r
+  gEfiBootScriptExecutorContextGuid     ## PRODUCES ## UNDEFINED # SaveLockBox\r
 \r
 [Protocols]\r
+  ## NOTIFY\r
+  ## CONSUMES\r
   gEfiDxeSmmReadyToLockProtocolGuid\r
 \r
 [FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode  ## CONSUMES\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable          ## SOMETIMES_CONSUMES\r
 \r
 [Depex]\r
   gEfiLockBoxProtocolGuid\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  BootScriptExecutorDxeExtra.uni\r