|
1 /* |
|
2 * Copyright (c) 2006 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 definition file for Location Triggering Container |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 TARGET lbtcontainer.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008D 0x10283131 |
|
25 |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE lbtcontainer.cpp |
|
31 SOURCE lbtcontainertriggerentry.cpp |
|
32 SOURCE lbtcontainertriggerfilter.cpp |
|
33 SOURCE lbtdbtriggersmanager.cpp |
|
34 SOURCE lbtramtriggersmanager.cpp |
|
35 SOURCE lbttriggerstorerepository.cpp |
|
36 SOURCE lbtcontainerextendedtriggerinfo.cpp |
|
37 SOURCE lbttriggerkey.cpp |
|
38 SOURCE lbtramtriggeridtree.cpp |
|
39 SOURCE lbttriggerclientsidkey.cpp |
|
40 SOURCE lbttriggeridgenerator.cpp |
|
41 SOURCE lbtdboperationao.cpp |
|
42 SOURCE lbtcontainerao.cpp |
|
43 SOURCE lbtcontainerlistoptions.cpp |
|
44 SOURCE lbtcontainerupdatefilter.cpp |
|
45 SOURCE lbtupdateasyncoperation.cpp |
|
46 SOURCE lbtlistasyncoperation.cpp |
|
47 SOURCE lbtcreateasyncoperation.cpp |
|
48 SOURCE lbtdeleteasyncoperation.cpp |
|
49 SOURCE lbtcontainerAOOperation.cpp |
|
50 SOURCE lbtcontainerfilterbase.cpp |
|
51 SOURCE lbtcontainerattrfilter.cpp |
|
52 SOURCE lbtcontainerareafilter.cpp |
|
53 SOURCE lbtcontainercompfilter.cpp |
|
54 SOURCE lbtcontainerutilities.cpp |
|
55 |
|
56 USERINCLUDE ../inc ../../inc |
|
57 |
|
58 // system include path |
|
59 MW_LAYER_SYSTEMINCLUDE |
|
60 |
|
61 LIBRARY euser.lib |
|
62 LIBRARY lbt.lib |
|
63 LIBRARY edbms.lib |
|
64 LIBRARY estor.lib |
|
65 LIBRARY efsrv.lib |
|
66 LIBRARY sysutil.lib |
|
67 LIBRARY lbs.lib |
|
68 LIBRARY lbtlogger.lib |
|
69 LIBRARY flogger.lib |
|
70 |
|
71 EPOCALLOWDLLDATA |
|
72 |
|
73 PAGED |
|
74 SMPSAFE |
|
75 |
|
76 // END OF FILE |
|
77 |