AppPkg/Applications/Python: Fix a mis-located module and establish the minimum set of built-in modules needed for Python to start and run.
Signed-off-by: darylm503 Reviewed-by: leegrosenbaum git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12958 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
## @file
|
||||
# PythonCore.inf
|
||||
#
|
||||
# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2011-2012, Intel Corporation. All rights reserved.<BR>
|
||||
# This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
# which accompanies this distribution. The full text of the license may be found at
|
||||
@ -64,7 +64,6 @@
|
||||
|
||||
#Python
|
||||
PyMod-2.7.2/Python/getcopyright.c
|
||||
PyMod-2.7.2/Python/import.c
|
||||
PyMod-2.7.2/Python/marshal.c
|
||||
|
||||
Python-2.7.2/Python/_warnings.c
|
||||
@ -87,6 +86,7 @@
|
||||
Python-2.7.2/Python/getplatform.c
|
||||
Python-2.7.2/Python/getversion.c
|
||||
Python-2.7.2/Python/graminit.c
|
||||
Python-2.7.2/Python/import.c
|
||||
Python-2.7.2/Python/importdl.c
|
||||
Python-2.7.2/Python/modsupport.c
|
||||
Python-2.7.2/Python/mysnprintf.c
|
||||
@ -108,14 +108,14 @@
|
||||
# Python-$(PYTHON_VERSION)/Python/thread.c
|
||||
|
||||
#Modules -- See Efi/config.c
|
||||
Python-2.7.2/Modules/main.c
|
||||
Python-2.7.2/Modules/python.c
|
||||
Python-2.7.2/Modules/getbuildinfo.c
|
||||
|
||||
PyMod-2.7.2/Modules/_sre.c
|
||||
PyMod-2.7.2/Modules/errnomodule.c
|
||||
PyMod-2.7.2/Modules/selectmodule.c
|
||||
|
||||
Python-2.7.2/Modules/getbuildinfo.c
|
||||
Python-2.7.2/Modules/main.c
|
||||
Python-2.7.2/Modules/python.c
|
||||
|
||||
Python-2.7.2/Modules/_bisectmodule.c
|
||||
Python-2.7.2/Modules/_codecsmodule.c
|
||||
Python-2.7.2/Modules/_collectionsmodule.c
|
||||
@ -149,14 +149,9 @@
|
||||
Python-2.7.2/Modules/timemodule.c
|
||||
Python-2.7.2/Modules/xxsubtype.c
|
||||
|
||||
# Python-$(PYTHON_VERSION)/Modules/imageop.c
|
||||
# Python-$(PYTHON_VERSION)/Modules/_csv.c
|
||||
# Python-$(PYTHON_VERSION)/Modules/symtablemodule.c
|
||||
# Python-$(PYTHON_VERSION)/Modules/_hotshot.c
|
||||
# Python-$(PYTHON_VERSION)/Modules/_localemodule.c
|
||||
# Python-$(PYTHON_VERSION)/Modules/_lsprof.c
|
||||
# Python-$(PYTHON_VERSION)/Modules/audioop.c
|
||||
# Python-$(PYTHON_VERSION)/Modules/mmapmodule.c
|
||||
# Python-$(PYTHON_VERSION)/Modules/rotatingtree.c
|
||||
# Python-$(PYTHON_VERSION)/Modules/threadmodule.c
|
||||
# Python-$(PYTHON_VERSION)/Modules/zipimport.c
|
||||
|
Reference in New Issue
Block a user