|
1 /* |
|
2 * Copyright (c) 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: Location Triggering API |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> // For the MW_LAYER_SYSTEMINCLUDE |
|
21 |
|
22 TARGET lbt.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008d 0x10283130 |
|
25 |
|
26 VENDORID VID_DEFAULT |
|
27 CAPABILITY CAP_CLIENT_DLL |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE lbt.cpp |
|
31 SOURCE lbtgeocircle.cpp |
|
32 SOURCE lbtgeorect.cpp |
|
33 SOURCE lbtlisttriggeroptions.cpp |
|
34 SOURCE lbtserver.cpp |
|
35 SOURCE lbtstartuptrigger.cpp |
|
36 SOURCE lbttriggerentry.cpp |
|
37 SOURCE lbttriggerfilterbyarea.cpp |
|
38 SOURCE lbttriggerfilterbyattribute.cpp |
|
39 SOURCE lbtgeoareabase.cpp |
|
40 SOURCE lbttriggerfilterbase.cpp |
|
41 SOURCE lbtterminalptrholder.cpp |
|
42 SOURCE lbtsessiontrigger.cpp |
|
43 SOURCE lbttriggerconditionbase.cpp |
|
44 SOURCE lbttriggerinfo.cpp |
|
45 SOURCE lbttriggerfiltercomposite.cpp |
|
46 SOURCE lbttriggerconditionarea.cpp |
|
47 SOURCE lbttriggerfiringeventnotifier.cpp |
|
48 SOURCE lbttriggeringsystemsettingschangeeventnotifier.cpp |
|
49 SOURCE lbttriggerchangeeventnotifier.cpp |
|
50 SOURCE lbttriggeringsystemsettings.cpp |
|
51 SOURCE lbtclientrequester.cpp |
|
52 SOURCE lbtgeocell.cpp |
|
53 SOURCE lbtgeogsmcell.cpp |
|
54 SOURCE lbtgeowcdmacell.cpp |
|
55 SOURCE lbtoperation.cpp |
|
56 SOURCE lbtcelloperation.cpp |
|
57 SOURCE lbtgeohybrid.cpp |
|
58 |
|
59 // System Include |
|
60 MW_LAYER_SYSTEMINCLUDE |
|
61 |
|
62 USERINCLUDE ../inc ../../inc |
|
63 |
|
64 LIBRARY euser.lib estor.lib lbs.lib |
|
65 LIBRARY etel.lib |
|
66 LIBRARY etelmm.lib // etel multimode library |
|
67 LIBRARY customapi.lib // etel mm custom api |
|
68 LIBRARY commdb.lib |
|
69 LIBRARY flogger.lib |
|
70 |
|
71 PAGED |
|
72 SMPSAFE |
|
73 |
|
74 // END OF FILE |
|
75 |