summaryrefslogtreecommitdiff
path: root/AppPkg/Applications/Python/PythonCore.inf
diff options
context:
space:
mode:
Diffstat (limited to 'AppPkg/Applications/Python/PythonCore.inf')
-rw-r--r--AppPkg/Applications/Python/PythonCore.inf17
1 files changed, 6 insertions, 11 deletions
diff --git a/AppPkg/Applications/Python/PythonCore.inf b/AppPkg/Applications/Python/PythonCore.inf
index 28b6e9d59c..2b101e9003 100644
--- a/AppPkg/Applications/Python/PythonCore.inf
+++ b/AppPkg/Applications/Python/PythonCore.inf
@@ -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