]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DxeIpl/DxeIpl.inf
IntelFsp2Pkg: Removing FSP Data Table
[mirror_edk2.git] / DuetPkg / DxeIpl / DxeIpl.inf
index 6a2ba5de15bd8959581df3940e0e469a47850818..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
@@ -14,7 +14,7 @@
 #\r
 #  Abstract:\r
 #\r
-#--*/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   FILE_GUID                      = 2119BBD7-9432-4f47-B5E2-5C4EA31B6BDC\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\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
+  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
   Ia32/EnterDxeCore.c\r
   Ia32/Paging.c\r
   Ia32/VirtualMemory.h\r
-  \r
-#[BuildOptions.common]\r
-  #MSFT:*_*_IA32_DLINK_FLAGS = /out:"$(BIN_DIR)\SecMain.exe" /base:0x10000000 /pdb:"$(BIN_DIR)\SecMain.pdb" /LIBPATH:"$(VCINSTALLDIR)\Lib" /LIBPATH:"$(VCINSTALLDIR)\PlatformSdk\Lib" /NOLOGO /SUBSYSTEM:CONSOLE /NODEFAULTLIB /IGNORE:4086 /MAP /OPT:REF /DEBUG /MACHINE:I386 /LTCG Kernel32.lib MSVCRTD.lib Gdi32.lib User32.lib Winmm.lib\r
-  #MSFT:*_*_IA32_CC_FLAGS = /nologo /W4 /WX /Gy /c /D UNICODE /Od /FI$(DEST_DIR_DEBUG)/AutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE\r
-  #MSFT:*_*_IA32_PP_FLAGS = /nologo /E /TC /FI$(DEST_DIR_DEBUG)/AutoGen.h\r
-  #MSFT:*_*_IA32_ASM_FLAGS = /nologo /W3 /WX /c /coff /Cx /Zd /W0 /Zi\r
-  #MSFT:*_*_IA32_ASMLINK_FLAGS       = /link /nologo /tiny  \r
-  #GCC:*_UNIXGCC_IA32_CC_FLAGS                  = -O2 -falign-functions -falign-jumps -falign-loops -freorder-blocks -freorder-blocks-and-partition -falign-labels -fshort-wchar -fno-strict-aliasing -Wall  -Wno-missing-braces -c -include AutoGen.h\r
+\r
+[Depex]\r
+  TRUE\r