0
|
1 |
; Copyright (c) 2005 Nokia Corporation
|
|
2 |
;
|
|
3 |
; Licensed under the Apache License, Version 2.0 (the "License");
|
|
4 |
; you may not use this file except in compliance with the License.
|
|
5 |
; You may obtain a copy of the License at
|
|
6 |
;
|
|
7 |
; http://www.apache.org/licenses/LICENSE-2.0
|
|
8 |
;
|
|
9 |
; Unless required by applicable law or agreed to in writing, software
|
|
10 |
; distributed under the License is distributed on an "AS IS" BASIS,
|
|
11 |
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12 |
; See the License for the specific language governing permissions and
|
|
13 |
; limitations under the License.
|
|
14 |
|
|
15 |
;
|
|
16 |
; Installation file for S60 Python Pyrepl library.
|
|
17 |
;
|
|
18 |
;Languages
|
|
19 |
&EN
|
|
20 |
;
|
|
21 |
; UID is the app's UID
|
|
22 |
;
|
|
23 |
#{"Python pyrepl library"},(${{PYS60_UID_PYREPL}}),0,9,5,TYPE=SISSYSTEM
|
|
24 |
;
|
|
25 |
; Supports Series 60 v 2.0
|
|
26 |
(0x101F7960), 0, 0, 0, {"Series60ProductID"}
|
|
27 |
; Python for Series 60 version 1.0.0 required.
|
|
28 |
(${{PYS60_UID_S60}}), 1, 0, 0, {"Python for Series 60"}
|
|
29 |
;
|
|
30 |
; Files to install
|
|
31 |
;
|
|
32 |
"pyrepl\__init__.py" -"!:\system\libs\pyrepl\__init__.py"
|
|
33 |
"pyrepl\ascii.py" -"!:\system\libs\pyrepl\ascii.py"
|
|
34 |
"pyrepl\cmdrepl.py" -"!:\system\libs\pyrepl\cmdrepl.py"
|
|
35 |
"pyrepl\commands.py" -"!:\system\libs\pyrepl\commands.py"
|
|
36 |
"pyrepl\completer.py" -"!:\system\libs\pyrepl\completer.py"
|
|
37 |
"pyrepl\completing_reader.py" -"!:\system\libs\pyrepl\completing_reader.py"
|
|
38 |
"pyrepl\console.py" -"!:\system\libs\pyrepl\console.py"
|
|
39 |
"pyrepl\dumbcurses.py" -"!:\system\libs\pyrepl\dumbcurses.py"
|
|
40 |
"pyrepl\dumbpickle.py" -"!:\system\libs\pyrepl\dumbpickle.py"
|
|
41 |
"pyrepl\dumbunicodedata.py" -"!:\system\libs\pyrepl\dumbunicodedata.py"
|
|
42 |
"pyrepl\historical_reader.py" -"!:\system\libs\pyrepl\historical_reader.py"
|
|
43 |
"pyrepl\input.py" -"!:\system\libs\pyrepl\input.py"
|
|
44 |
"pyrepl\keymap.py" -"!:\system\libs\pyrepl\keymap.py"
|
|
45 |
"pyrepl\module_lister.py" -"!:\system\libs\pyrepl\module_lister.py"
|
|
46 |
"pyrepl\python_reader.py" -"!:\system\libs\pyrepl\python_reader.py"
|
|
47 |
"pyrepl\reader.py" -"!:\system\libs\pyrepl\reader.py"
|
|
48 |
"pyrepl\socket_console.py" -"!:\system\libs\pyrepl\socket_console.py"
|
|
49 |
"pyrepl\socket_keymap.py" -"!:\system\libs\pyrepl\socket_keymap.py"
|
|
50 |
"pyrepl\unix_eventqueue.py" -"!:\system\libs\pyrepl\unix_eventqueue.py"
|