]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/PythonCore.inf
AppPkg/Applications/Python: Get Python startup process fully working for EDK II.
[mirror_edk2.git] / AppPkg / Applications / Python / PythonCore.inf
index 79a30e0f1e9594fd843af0bef68a9cb05234f5c9..28b6e9d59c5782365d6d8a25ddef8ecdb0969f2f 100644 (file)
@@ -1,8 +1,6 @@
 ## @file\r
 # PythonCore.inf\r
 #\r
-# Uses include files from Python-2.7.1/Include\r
-#\r
 #  Copyright (c) 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
 ##\r
 \r
 [Defines]\r
-  INF_VERSION                    = 0x00010006\r
-  BASE_NAME                      = Python\r
-  FILE_GUID                      = 42f58b27-5dc3-4fa7-844d-5a7dbff06432\r
-  MODULE_TYPE                    = UEFI_APPLICATION\r
-  VERSION_STRING                 = 0.1\r
-  ENTRY_POINT                    = ShellCEntryLib\r
+  INF_VERSION                 = 0x00010006\r
+  BASE_NAME                   = Python\r
+  FILE_GUID                   = ca5627c4-51ba-4dcb-ac62-c076ebd37ddb\r
+  MODULE_TYPE                 = UEFI_APPLICATION\r
+  VERSION_STRING              = 0.1\r
+  ENTRY_POINT                 = ShellCEntryLib\r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES        = IA32 X64 IPF\r
 #\r
 \r
 [Packages]\r
   LibString\r
   LibStdio\r
   LibGdtoa\r
-  LibWchar\r
   LibMath\r
+  LibWchar\r
+  LibGen\r
+  LibNetUtil\r
+  BsdSocketLib\r
+  EfiSocketLib\r
   DevShell\r
 \r
 [Sources]\r
-  Python-2.7.1/Modules/python.c\r
-  Python-2.7.1/Modules/getbuildinfo.c\r
+#EFI -- EFI specific code\r
+  Efi/config.c\r
+  Efi/edk2module.c\r
+  Efi/getpath.c\r
 \r
 #Parser\r
-  Python-2.7.1/Parser/acceler.c\r
-  Python-2.7.1/Parser/bitset.c\r
-  Python-2.7.1/Parser/firstsets.c\r
-  Python-2.7.1/Parser/grammar.c\r
-  Python-2.7.1/Parser/grammar1.c\r
-  Python-2.7.1/Parser/listnode.c\r
-  Python-2.7.1/Parser/metagrammar.c\r
-  Python-2.7.1/Parser/myreadline.c\r
-  Python-2.7.1/Parser/node.c\r
-  Python-2.7.1/Parser/parser.c\r
-  Python-2.7.1/Parser/parsetok.c\r
-  Python-2.7.1/Parser/tokenizer.c\r
+  Python-2.7.2/Parser/acceler.c\r
+  Python-2.7.2/Parser/bitset.c\r
+  Python-2.7.2/Parser/firstsets.c\r
+  Python-2.7.2/Parser/grammar.c\r
+  Python-2.7.2/Parser/grammar1.c\r
+  Python-2.7.2/Parser/listnode.c\r
+  Python-2.7.2/Parser/metagrammar.c\r
+  Python-2.7.2/Parser/myreadline.c\r
+  Python-2.7.2/Parser/node.c\r
+  Python-2.7.2/Parser/parser.c\r
+  Python-2.7.2/Parser/parsetok.c\r
+  Python-2.7.2/Parser/tokenizer.c\r
 \r
 #Python\r
-  Python-2.7.1/Python/_warnings.c\r
-  Python-2.7.1/Python/asdl.c\r
-  Python-2.7.1/Python/ast.c\r
-  Python-2.7.1/Python/bltinmodule.c\r
-  Python-2.7.1/Python/ceval.c\r
-  Python-2.7.1/Python/codecs.c\r
-  Python-2.7.1/Python/compile.c\r
-  Python-2.7.1/Python/dtoa.c\r
-  Python-2.7.1/Python/dynload_stub.c            # Change from dynload_win.c\r
-  Python-2.7.1/Python/errors.c\r
-  Python-2.7.1/Python/formatter_string.c\r
-  Python-2.7.1/Python/formatter_unicode.c\r
-  Python-2.7.1/Python/frozen.c\r
-  Python-2.7.1/Python/future.c\r
-  Python-2.7.1/Python/getargs.c\r
-  Python-2.7.1/Python/getcompiler.c\r
-  Python-2.7.1/Python/getcopyright.c\r
-  Python-2.7.1/Python/getopt.c\r
-  Python-2.7.1/Python/getplatform.c\r
-  Python-2.7.1/Python/getversion.c\r
-  Python-2.7.1/Python/graminit.c\r
-  Python-2.7.1/Python/import.c\r
-  Python-2.7.1/Python/importdl.c\r
-  Python-2.7.1/Python/marshal.c\r
-  Python-2.7.1/Python/modsupport.c\r
-  Python-2.7.1/Python/mysnprintf.c\r
-  Python-2.7.1/Python/mystrtoul.c\r
-  Python-2.7.1/Python/peephole.c\r
-  Python-2.7.1/Python/pyarena.c\r
-  Python-2.7.1/Python/pyctype.c\r
-  Python-2.7.1/Python/pyfpe.c\r
-  Python-2.7.1/Python/pymath.c\r
-  Python-2.7.1/Python/pystate.c\r
-  Python-2.7.1/Python/pystrcmp.c\r
-  Python-2.7.1/Python/pystrtod.c\r
-  Python-2.7.1/Python/Python-ast.c\r
-  Python-2.7.1/Python/pythonrun.c\r
-  Python-2.7.1/Python/structmember.c\r
-  Python-2.7.1/Python/symtable.c\r
-  Python-2.7.1/Python/sysmodule.c\r
-  Python-2.7.1/Python/traceback.c\r
-#  Python-2.7.1/Python/thread.c\r
+  PyMod-2.7.2/Python/getcopyright.c\r
+  PyMod-2.7.2/Python/import.c\r
+  PyMod-2.7.2/Python/marshal.c\r
+\r
+  Python-2.7.2/Python/_warnings.c\r
+  Python-2.7.2/Python/asdl.c\r
+  Python-2.7.2/Python/ast.c\r
+  Python-2.7.2/Python/bltinmodule.c\r
+  Python-2.7.2/Python/ceval.c\r
+  Python-2.7.2/Python/codecs.c\r
+  Python-2.7.2/Python/compile.c\r
+  Python-2.7.2/Python/dtoa.c\r
+  Python-2.7.2/Python/dynload_stub.c\r
+  Python-2.7.2/Python/errors.c\r
+  Python-2.7.2/Python/formatter_string.c\r
+  Python-2.7.2/Python/formatter_unicode.c\r
+  Python-2.7.2/Python/frozen.c\r
+  Python-2.7.2/Python/future.c\r
+  Python-2.7.2/Python/getargs.c\r
+  Python-2.7.2/Python/getcompiler.c\r
+  Python-2.7.2/Python/getopt.c\r
+  Python-2.7.2/Python/getplatform.c\r
+  Python-2.7.2/Python/getversion.c\r
+  Python-2.7.2/Python/graminit.c\r
+  Python-2.7.2/Python/importdl.c\r
+  Python-2.7.2/Python/modsupport.c\r
+  Python-2.7.2/Python/mysnprintf.c\r
+  Python-2.7.2/Python/mystrtoul.c\r
+  Python-2.7.2/Python/peephole.c\r
+  Python-2.7.2/Python/pyarena.c\r
+  Python-2.7.2/Python/pyctype.c\r
+  Python-2.7.2/Python/pyfpe.c\r
+  Python-2.7.2/Python/pymath.c\r
+  Python-2.7.2/Python/pystate.c\r
+  Python-2.7.2/Python/pystrcmp.c\r
+  Python-2.7.2/Python/pystrtod.c\r
+  Python-2.7.2/Python/Python-ast.c\r
+  Python-2.7.2/Python/pythonrun.c\r
+  Python-2.7.2/Python/structmember.c\r
+  Python-2.7.2/Python/symtable.c\r
+  Python-2.7.2/Python/sysmodule.c\r
+  Python-2.7.2/Python/traceback.c\r
+#  Python-$(PYTHON_VERSION)/Python/thread.c\r
 \r
 #Modules -- See Efi/config.c\r
-  Python-2.7.1/Modules/_bisectmodule.c\r
-  Python-2.7.1/Modules/_codecsmodule.c\r
-  Python-2.7.1/Modules/_collectionsmodule.c\r
-  Python-2.7.1/Modules/_csv.c\r
-  Python-2.7.1/Modules/_functoolsmodule.c\r
-  Python-2.7.1/Modules/_heapqmodule.c\r
-#  Python-2.7.1/Modules/_hotshot.c\r
-  Python-2.7.1/Modules/_json.c\r
-#  Python-2.7.1/Modules/_localemodule.c\r
-#  Python-2.7.1/Modules/_lsprof.c\r
-  Python-2.7.1/Modules/_math.c\r
-  Python-2.7.1/Modules/_randommodule.c\r
-  Python-2.7.1/Modules/_sre.c\r
-  Python-2.7.1/Modules/_struct.c\r
-#  Python-2.7.1/Modules/_weakref.c\r
-  Python-2.7.1/Modules/arraymodule.c\r
-#  Python-2.7.1/Modules/audioop.c\r
-  Python-2.7.1/Modules/binascii.c\r
-  Python-2.7.1/Modules/cPickle.c\r
-  Python-2.7.1/Modules/cStringIO.c\r
-#  Python-2.7.1/Modules/cmathmodule.c\r
-#  Python-2.7.1/Modules/datetimemodule.c\r
-  Python-2.7.1/Modules/errnomodule.c\r
-  Python-2.7.1/Modules/future_builtins.c\r
-  Python-2.7.1/Modules/gcmodule.c\r
-  Python-2.7.1/Modules/imageop.c\r
-  Python-2.7.1/Modules/itertoolsmodule.c\r
-  Python-2.7.1/Modules/mathmodule.c\r
-  Python-2.7.1/Modules/md5.c\r
-  Python-2.7.1/Modules/md5module.c\r
-#  Python-2.7.1/Modules/mmapmodule.c\r
-  Python-2.7.1/Modules/operator.c\r
-  Python-2.7.1/Modules/parsermodule.c\r
-#  Python-2.7.1/Modules/posixmodule.c\r
-  Python-2.7.1/Modules/signalmodule.c\r
-  Python-2.7.1/Modules/shamodule.c\r
-  Python-2.7.1/Modules/sha256module.c\r
-  Python-2.7.1/Modules/sha512module.c\r
-  Python-2.7.1/Modules/stropmodule.c\r
-  Python-2.7.1/Modules/symtablemodule.c\r
-#  Python-2.7.1/Modules/threadmodule.c\r
-  Python-2.7.1/Modules/timemodule.c\r
-  Python-2.7.1/Modules/xxsubtype.c\r
-#  Python-2.7.1/Modules/zipimport.c\r
-#  Python-2.7.1/Modules/zlibmodule.c\r
+  Python-2.7.2/Modules/main.c\r
+  Python-2.7.2/Modules/python.c\r
+  Python-2.7.2/Modules/getbuildinfo.c\r
+\r
+  PyMod-2.7.2/Modules/_sre.c\r
+  PyMod-2.7.2/Modules/errnomodule.c\r
+  PyMod-2.7.2/Modules/selectmodule.c\r
+\r
+  Python-2.7.2/Modules/_bisectmodule.c\r
+  Python-2.7.2/Modules/_codecsmodule.c\r
+  Python-2.7.2/Modules/_collectionsmodule.c\r
+  Python-2.7.2/Modules/_functoolsmodule.c\r
+  Python-2.7.2/Modules/_heapqmodule.c\r
+  Python-2.7.2/Modules/_json.c\r
+  Python-2.7.2/Modules/_math.c\r
+  Python-2.7.2/Modules/_randommodule.c\r
+  Python-2.7.2/Modules/_struct.c\r
+  Python-2.7.2/Modules/_weakref.c\r
+  Python-2.7.2/Modules/arraymodule.c\r
+  Python-2.7.2/Modules/binascii.c\r
+  Python-2.7.2/Modules/cmathmodule.c\r
+  Python-2.7.2/Modules/cPickle.c\r
+  Python-2.7.2/Modules/cStringIO.c\r
+  Python-2.7.2/Modules/datetimemodule.c\r
+  Python-2.7.2/Modules/future_builtins.c\r
+  Python-2.7.2/Modules/gcmodule.c\r
+  Python-2.7.2/Modules/itertoolsmodule.c\r
+  Python-2.7.2/Modules/mathmodule.c\r
+  Python-2.7.2/Modules/md5.c\r
+  Python-2.7.2/Modules/md5module.c\r
+  Python-2.7.2/Modules/operator.c\r
+  Python-2.7.2/Modules/parsermodule.c\r
+  Python-2.7.2/Modules/shamodule.c\r
+  Python-2.7.2/Modules/sha256module.c\r
+  Python-2.7.2/Modules/sha512module.c\r
+  Python-2.7.2/Modules/signalmodule.c\r
+  Python-2.7.2/Modules/socketmodule.c\r
+  Python-2.7.2/Modules/stropmodule.c\r
+  Python-2.7.2/Modules/timemodule.c\r
+  Python-2.7.2/Modules/xxsubtype.c\r
+\r
+#  Python-$(PYTHON_VERSION)/Modules/imageop.c\r
+#  Python-$(PYTHON_VERSION)/Modules/_csv.c\r
+#  Python-$(PYTHON_VERSION)/Modules/symtablemodule.c\r
+#  Python-$(PYTHON_VERSION)/Modules/_hotshot.c\r
+#  Python-$(PYTHON_VERSION)/Modules/_localemodule.c\r
+#  Python-$(PYTHON_VERSION)/Modules/_lsprof.c\r
+#  Python-$(PYTHON_VERSION)/Modules/audioop.c\r
+#  Python-$(PYTHON_VERSION)/Modules/mmapmodule.c\r
+#  Python-$(PYTHON_VERSION)/Modules/rotatingtree.c\r
+#  Python-$(PYTHON_VERSION)/Modules/threadmodule.c\r
+#  Python-$(PYTHON_VERSION)/Modules/zipimport.c\r
+#  Python-$(PYTHON_VERSION)/Modules/zlibmodule.c\r
 \r
 #Modules/cjkcodecs\r
-  Python-2.7.1/Modules/cjkcodecs/multibytecodec.c\r
-  Python-2.7.1/Modules/cjkcodecs/_codecs_cn.c\r
-  Python-2.7.1/Modules/cjkcodecs/_codecs_hk.c\r
-  Python-2.7.1/Modules/cjkcodecs/_codecs_iso2022.c\r
-  Python-2.7.1/Modules/cjkcodecs/_codecs_jp.c\r
-  Python-2.7.1/Modules/cjkcodecs/_codecs_kr.c\r
-  Python-2.7.1/Modules/cjkcodecs/_codecs_tw.c\r
+  Python-2.7.2/Modules/cjkcodecs/multibytecodec.c\r
+  Python-2.7.2/Modules/cjkcodecs/_codecs_cn.c\r
+  Python-2.7.2/Modules/cjkcodecs/_codecs_hk.c\r
+  Python-2.7.2/Modules/cjkcodecs/_codecs_iso2022.c\r
+  Python-2.7.2/Modules/cjkcodecs/_codecs_jp.c\r
+  Python-2.7.2/Modules/cjkcodecs/_codecs_kr.c\r
+  Python-2.7.2/Modules/cjkcodecs/_codecs_tw.c\r
 \r
-  Python-2.7.1/Modules/main.c\r
-#  Python-2.7.1/Modules/rotatingtree.c\r
 \r
 #Modules/_io\r
-  Python-2.7.1/Modules/_io/_iomodule.c\r
-  Python-2.7.1/Modules/_io/bufferedio.c\r
-  Python-2.7.1/Modules/_io/bytesio.c\r
-  Python-2.7.1/Modules/_io/fileio.c\r
-  Python-2.7.1/Modules/_io/iobase.c\r
-  Python-2.7.1/Modules/_io/stringio.c\r
-  Python-2.7.1/Modules/_io/textio.c\r
+  Python-2.7.2/Modules/_io/_iomodule.c\r
+  Python-2.7.2/Modules/_io/bufferedio.c\r
+  Python-2.7.2/Modules/_io/bytesio.c\r
+  Python-2.7.2/Modules/_io/fileio.c\r
+  Python-2.7.2/Modules/_io/iobase.c\r
+  Python-2.7.2/Modules/_io/stringio.c\r
+  Python-2.7.2/Modules/_io/textio.c\r
 \r
 #Modules/zlib\r
-#  Python-2.7.1/Modules/zlib/adler32.c\r
-#  Python-2.7.1/Modules/zlib/compress.c\r
-#  Python-2.7.1/Modules/zlib/crc32.c\r
-#  Python-2.7.1/Modules/zlib/deflate.c\r
-#  Python-2.7.1/Modules/zlib/gzio.c\r
-#  Python-2.7.1/Modules/zlib/infback.c\r
-#  Python-2.7.1/Modules/zlib/inffast.c\r
-#  Python-2.7.1/Modules/zlib/inflate.c\r
-#  Python-2.7.1/Modules/zlib/inftrees.c\r
-#  Python-2.7.1/Modules/zlib/trees.c\r
-#  Python-2.7.1/Modules/zlib/uncompr.c\r
-#  Python-2.7.1/Modules/zlib/zutil.c\r
+#  Python-$(PYTHON_VERSION)/Modules/zlib/adler32.c\r
+#  Python-$(PYTHON_VERSION)/Modules/zlib/compress.c\r
+#  Python-$(PYTHON_VERSION)/Modules/zlib/crc32.c\r
+#  Python-$(PYTHON_VERSION)/Modules/zlib/deflate.c\r
+#  Python-$(PYTHON_VERSION)/Modules/zlib/gzio.c\r
+#  Python-$(PYTHON_VERSION)/Modules/zlib/infback.c\r
+#  Python-$(PYTHON_VERSION)/Modules/zlib/inffast.c\r
+#  Python-$(PYTHON_VERSION)/Modules/zlib/inflate.c\r
+#  Python-$(PYTHON_VERSION)/Modules/zlib/inftrees.c\r
+#  Python-$(PYTHON_VERSION)/Modules/zlib/trees.c\r
+#  Python-$(PYTHON_VERSION)/Modules/zlib/uncompr.c\r
+#  Python-$(PYTHON_VERSION)/Modules/zlib/zutil.c\r
 \r
 #Objects\r
-  Python-2.7.1/Objects/abstract.c\r
-  Python-2.7.1/Objects/boolobject.c\r
-  Python-2.7.1/Objects/bufferobject.c\r
-  Python-2.7.1/Objects/bytearrayobject.c\r
-  Python-2.7.1/Objects/bytes_methods.c\r
-  Python-2.7.1/Objects/capsule.c\r
-  Python-2.7.1/Objects/cellobject.c\r
-  Python-2.7.1/Objects/classobject.c\r
-  Python-2.7.1/Objects/cobject.c\r
-  Python-2.7.1/Objects/codeobject.c\r
-  Python-2.7.1/Objects/complexobject.c\r
-  Python-2.7.1/Objects/descrobject.c\r
-  Python-2.7.1/Objects/dictobject.c\r
-  Python-2.7.1/Objects/enumobject.c\r
-  Python-2.7.1/Objects/exceptions.c\r
-  Python-2.7.1/Objects/fileobject.c\r
-  Python-2.7.1/Objects/floatobject.c\r
-  Python-2.7.1/Objects/frameobject.c\r
-  Python-2.7.1/Objects/funcobject.c\r
-  Python-2.7.1/Objects/genobject.c\r
-  Python-2.7.1/Objects/intobject.c\r
-  Python-2.7.1/Objects/iterobject.c\r
-  Python-2.7.1/Objects/listobject.c\r
-  Python-2.7.1/Objects/longobject.c\r
-  Python-2.7.1/Objects/memoryobject.c\r
-  Python-2.7.1/Objects/methodobject.c\r
-  Python-2.7.1/Objects/moduleobject.c\r
-  Python-2.7.1/Objects/object.c\r
-  Python-2.7.1/Objects/obmalloc.c\r
-  Python-2.7.1/Objects/rangeobject.c\r
-  Python-2.7.1/Objects/setobject.c\r
-  Python-2.7.1/Objects/sliceobject.c\r
-  Python-2.7.1/Objects/stringobject.c\r
-  Python-2.7.1/Objects/structseq.c\r
-  Python-2.7.1/Objects/tupleobject.c\r
-  Python-2.7.1/Objects/typeobject.c\r
-  Python-2.7.1/Objects/unicodectype.c\r
-  Python-2.7.1/Objects/unicodeobject.c\r
-  Python-2.7.1/Objects/weakrefobject.c\r
-\r
-#EFI -- EFI specific code\r
-  Efi/config.c\r
-  Efi/getpathp.c\r
-#  Efi/_subprocess.c\r
-#  Efi/_winreg.c\r
-#  Efi/dl_nt.c\r
-#  Efi/import_nt.c\r
-#  Efi/msvcrtmodule.c\r
+  Python-2.7.2/Objects/abstract.c\r
+  Python-2.7.2/Objects/boolobject.c\r
+  Python-2.7.2/Objects/bufferobject.c\r
+  Python-2.7.2/Objects/bytearrayobject.c\r
+  Python-2.7.2/Objects/bytes_methods.c\r
+  Python-2.7.2/Objects/capsule.c\r
+  Python-2.7.2/Objects/cellobject.c\r
+  Python-2.7.2/Objects/classobject.c\r
+  Python-2.7.2/Objects/cobject.c\r
+  Python-2.7.2/Objects/codeobject.c\r
+  Python-2.7.2/Objects/complexobject.c\r
+  Python-2.7.2/Objects/descrobject.c\r
+  Python-2.7.2/Objects/dictobject.c\r
+  Python-2.7.2/Objects/enumobject.c\r
+  Python-2.7.2/Objects/exceptions.c\r
+  Python-2.7.2/Objects/fileobject.c\r
+  Python-2.7.2/Objects/floatobject.c\r
+  Python-2.7.2/Objects/frameobject.c\r
+  Python-2.7.2/Objects/funcobject.c\r
+  Python-2.7.2/Objects/genobject.c\r
+  Python-2.7.2/Objects/intobject.c\r
+  Python-2.7.2/Objects/iterobject.c\r
+  Python-2.7.2/Objects/listobject.c\r
+  Python-2.7.2/Objects/longobject.c\r
+  Python-2.7.2/Objects/memoryobject.c\r
+  Python-2.7.2/Objects/methodobject.c\r
+  Python-2.7.2/Objects/moduleobject.c\r
+  Python-2.7.2/Objects/object.c\r
+  Python-2.7.2/Objects/obmalloc.c\r
+  Python-2.7.2/Objects/rangeobject.c\r
+  Python-2.7.2/Objects/setobject.c\r
+  Python-2.7.2/Objects/sliceobject.c\r
+  Python-2.7.2/Objects/stringobject.c\r
+  Python-2.7.2/Objects/structseq.c\r
+  Python-2.7.2/Objects/tupleobject.c\r
+  Python-2.7.2/Objects/typeobject.c\r
+  Python-2.7.2/Objects/unicodectype.c\r
+  Python-2.7.2/Objects/unicodeobject.c\r
+  Python-2.7.2/Objects/weakrefobject.c\r
 \r
 [BuildOptions]\r
-   MSFT:*_*_*_CC_FLAGS            = /Oi- /wd4018 /wd4054 /wd4055 /wd4101 /wd4131 /wd4152 /wd4204 /wd4210 /wd4244 /wd4267 /wd4305 /wd4310 /wd4389 /wd4701 /wd4702 /wd4706 /I%WORKSPACE%\AppPkg\Applications\Python\Ia32 /I%WORKSPACE%\AppPkg\Applications\Python\Python-2.7.1\Include\r
-    GCC:*_*_IPF_SYMRENAME_FLAGS   = --redefine-syms=$WORKSPACE/StdLib/GccSymRename.txt\r
+   MSFT:*_*_IA32_CC_FLAGS         = /Oi- /wd4018 /wd4054 /wd4055 /wd4101 /wd4131 /wd4152 /wd4204 /wd4210 /wd4244 /wd4267 /wd4305 /wd4310 /wd4389 /wd4701 /wd4702 /wd4706 /I$(WORKSPACE)\AppPkg\Applications\Python\Ia32 /I$(WORKSPACE)\AppPkg\Applications\Python\Efi /I$(WORKSPACE)\AppPkg\Applications\Python\Python-2.7.2\Include\r
+   MSFT:*_*_X64_CC_FLAGS          = /Oi- /wd4018 /wd4054 /wd4055 /wd4101 /wd4131 /wd4152 /wd4204 /wd4210 /wd4244 /wd4267 /wd4305 /wd4310 /wd4389 /wd4701 /wd4702 /wd4706 /I$(WORKSPACE)\AppPkg\Applications\Python\X64 /I$(WORKSPACE)\AppPkg\Applications\Python\Efi /I$(WORKSPACE)\AppPkg\Applications\Python\Python-2.7.2\Include\r
+    GCC:*_*_IPF_SYMRENAME_FLAGS   = --redefine-syms=$(WORKSPACE)/StdLib/GccSymRename.txt\r