]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
MdeModulePkg: Add BootScriptExecutorDxe driver
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / BootScriptExecutorDxe / BootScriptExecutorDxe.inf
diff --git a/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf b/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
new file mode 100644 (file)
index 0000000..0869c9d
--- /dev/null
@@ -0,0 +1,83 @@
+## @file\r
+# Boot Script Executor Module\r
+#\r
+# 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 - 2010, 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
+# which accompanies this distribution.  The full text of the license may be found at\r
+# http://opensource.org/licenses/bsd-license.php\r
+#\r
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = BootScriptExecutorDxe\r
+  FILE_GUID                      = FA20568B-548B-4b2b-81EF-1BA08D4A3CEC\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+\r
+  ENTRY_POINT                    = BootScriptExecutorEntryPoint\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
+#\r
+\r
+[Sources]\r
+  ScriptExecute.h\r
+  ScriptExecute.c\r
+\r
+[Sources.X64]\r
+  X64/SetIdtEntry.c  \r
+  X64/S3Asm.asm\r
+  X64/S3Asm.S\r
+  \r
+[Sources.Ia32]\r
+  IA32/SetIdtEntry.c   \r
+  IA32/S3Asm.asm\r
+  IA32/S3Asm.S\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\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
+  PerformanceLib\r
+  UefiLib\r
+  DebugAgentLib\r
+  LockBoxLib\r
+\r
+[Guids]\r
+  gEfiBootScriptExecutorVariableGuid\r
+  gEfiBootScriptExecutorContextGuid\r
+  gPerformanceProtocolGuid\r
+  gEfiEventExitBootServicesGuid\r
+\r
+[FeaturePcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
+\r
+[Depex]\r
+  gEfiLockBoxProtocolGuid\r
+\r