equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-2005 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Project file for SUPL TI API implementation plugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET lbssupltiapiimplementation.dll |
|
22 TARGETTYPE PLUGIN |
|
23 |
|
24 UID 0x10009d8d 0x20026FB5 |
|
25 |
|
26 CAPABILITY CAP_ECOM_PLUGIN |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 START RESOURCE ../data/20026FB5.rss |
|
30 TARGET lbssupltiapiimplementation.rsc |
|
31 END |
|
32 |
|
33 OS_LAYER_SYSTEMINCLUDE |
|
34 MW_LAYER_SYSTEMINCLUDE |
|
35 |
|
36 USERINCLUDE ../inc |
|
37 USERINCLUDE ../../inc |
|
38 |
|
39 |
|
40 LIBRARY euser.lib |
|
41 LIBRARY ecom.lib |
|
42 LIBRARY epos_csuplutils.lib |
|
43 LIBRARY estlib.lib lbssupltiapi.lib epos_suplterminitiation.lib lbsnetprotocol.lib lbs.lib |
|
44 |
|
45 #if defined(WINS) |
|
46 deffile ../bwins/lbssupltiapiimplementationu.def |
|
47 #else |
|
48 deffile ../eabi/lbssupltiapiimplementationu.def |
|
49 #endif |
|
50 SOURCEPATH ../src |
|
51 SOURCE lbssupltiapiimplentationmain.cpp |
|
52 SOURCE lbssupltiapiimplementation.cpp |
|
53 SOURCE lbssupltiapirequestor.cpp |
|
54 SOURCE lbssupltirequestmanager.cpp |
|
55 SOURCE epos_tiapiimpltrace.cpp |