]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DxeIpl/DxeIpl.inf
StandaloneMmPkg: MM driver entry point library.
[mirror_edk2.git] / DuetPkg / DxeIpl / DxeIpl.inf
index cfe109c86c206717dcd69e6bac7d46e876ef389b..ba7a2c2d326d57a9eb51a94a151f6820fc21598b 100644 (file)
@@ -1,7 +1,7 @@
-#/*++\r
+## @file\r
 # \r
-# Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
-# All rights reserved. This program and the accompanying materials                          \r
+# Copyright (c) 2006 - 2011, 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
 # http://opensource.org/licenses/bsd-license.php                                            \r
 #\r
 #  Abstract:\r
 #\r
-#--*/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DxeIpl\r
   FILE_GUID                      = 2119BBD7-9432-4f47-B5E2-5C4EA31B6BDC\r
-  MODULE_TYPE                    = PEIM\r
+  MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-  ENTRY_POINT                    = DxeInit\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   DuetPkg/DuetPkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
-[LibraryClasses.common]\r
+[LibraryClasses]\r
   BaseLib\r
   BaseMemoryLib\r
   PrintLib\r
-  PeimEntryPoint\r
+  SerialPortLib\r
   ReportStatusCodeLib\r
+  IoLib\r
 \r
-[Sources.common]\r
+[Guids]\r
+  gEfiVariableGuid\r
+  gDxeCoreFileNameGuid\r
+  gLdrMemoryDescriptorGuid\r
+\r
+[Sources]\r
   DxeIpl.h\r
   DxeInit.c\r
   LegacyTable.c\r
   Debug.h\r
   \r
 [Sources.x64]\r
-  X64\CpuIoAccess.asm\r
-  X64\EnterDxeCore.asm\r
-  X64\Paging.c\r
-  X64\VirtualMemory.h\r
+  X64/EnterDxeCore.c\r
+  X64/Paging.c\r
+  X64/VirtualMemory.h\r
 \r
 [Sources.Ia32]\r
-  Ia32\CpuIoAccess.asm\r
-  Ia32\EnterDxeCore.asm\r
-  Ia32\Paging.c\r
-  Ia32\VirtualMemory.h\r
+  Ia32/EnterDxeCore.c\r
+  Ia32/Paging.c\r
+  Ia32/VirtualMemory.h\r
 \r
-  \r
+[Depex]\r
+  TRUE\r