|
1 /* Copyright (c) 2005-2008 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 targettype dll |
|
17 TARGET ${{PREFIX}}e32socket.pyd |
|
18 |
|
19 CAPABILITY ${{DLL_CAPABILITIES}} |
|
20 |
|
21 EPOCALLOWDLLDATA |
|
22 ${{COMPILER_FLAGS}} |
|
23 |
|
24 // MACRO HAVE_ACTIVESCHEDULERWAIT |
|
25 // MACRO HAVE_SSL |
|
26 |
|
27 NOSTRICTDEF |
|
28 |
|
29 SYSTEMINCLUDE \epoc32\include\python25 |
|
30 SYSTEMINCLUDE \epoc32\include\stdapis |
|
31 SYSTEMINCLUDE \epoc32\include |
|
32 |
|
33 USERINCLUDE ..\inc |
|
34 |
|
35 LIBRARY python25.lib |
|
36 LIBRARY euser.lib estlib.lib |
|
37 LIBRARY esock.lib |
|
38 LIBRARY insock.lib |
|
39 LIBRARY bluetooth.lib |
|
40 LIBRARY btmanclient.lib |
|
41 LIBRARY btextnotifiers.lib |
|
42 LIBRARY sdpagent.lib |
|
43 LIBRARY sdpdatabase.lib |
|
44 LIBRARY irobex.lib |
|
45 LIBRARY securesocket.lib |
|
46 LIBRARY commdb.lib |
|
47 LIBRARY apengine.lib |
|
48 LIBRARY apsettingshandlerui.lib |
|
49 |
|
50 SOURCEPATH ..\src |
|
51 |
|
52 SOURCE e32Socketmodule.cpp |
|
53 SOURCE apselection.cpp |
|
54 |
|
55 #if defined(ARMCC) |
|
56 deffile eabi\e32socket |
|
57 #elif defined(WINSCW) |
|
58 deffile bwins\e32socket |
|
59 #endif |