]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/EfiLdr/EfiLdr.inf
SignedCapsulePkg: Replace [Ascii|Unicode]ValueToString
[mirror_edk2.git] / DuetPkg / EfiLdr / EfiLdr.inf
index 6ebd5111b49a1afbf0d81d7f901c67071c437fea..b5a46db870f77a6797695da9baf6c80aa3b2ad42 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # \r
-# Copyright (c) 2006 - 2010, 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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = EfiLoader\r
-  FILE_GUID                      = 7E374E25-8E01-4FEE-87F2-390C23C606CD\r
-  #MODULE_TYPE                    = USER_DEFINED\r
+  FILE_GUID                      = A9620E5C-5FA1-40b7-8B21-50B632F88F38\r
   MODULE_TYPE                    = UEFI_APPLICATION\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
   BaseLib\r
   BaseMemoryLib\r
   PrintLib\r
+  SerialPortLib\r
 \r
 [Sources]\r
   Debug.h\r
@@ -55,9 +52,4 @@
   gTianoCustomDecompressGuid\r
 \r
 [BuildOptions]\r
-  MSFT:*_*_IA32_CC_FLAGS = /nologo /W4 /WX /Gy /c /D UNICODE /O1ib2 /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
   MSFT:*_*_*_DLINK_FLAGS = /BASE:0x10000\r
-  GCC:*_*_*_DLINK_FLAGS = --image-base 0x10000\r