56
|
1 |
/*
|
|
2 |
* Copyright (c) 2006,2007 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 LBT Server Logic
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <data_caging_paths.hrh>
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
|
|
22 |
TARGET lbtserverlogic.dll
|
|
23 |
TARGETTYPE PLUGIN
|
|
24 |
// ECom Dll recognition UID followed by the unique UID of this dll
|
|
25 |
UID 0x10009D8D 0x1028312C
|
|
26 |
|
|
27 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
28 |
VENDORID VID_DEFAULT
|
|
29 |
|
|
30 |
SOURCEPATH ../src
|
|
31 |
SOURCE lbtserverlogic.cpp
|
|
32 |
SOURCE lbttriggerfirehandler.cpp
|
|
33 |
SOURCE lbtbackuprestorelistener.cpp
|
|
34 |
SOURCE lbtglobal.cpp
|
|
35 |
SOURCE lbtstratergycontainer.cpp
|
|
36 |
SOURCE lbtaooperationbase.cpp
|
|
37 |
SOURCE lbtcreatetriggeraooperation.cpp
|
|
38 |
SOURCE lbtsettingsmanager.cpp
|
|
39 |
SOURCE lbtlistaooperation.cpp
|
|
40 |
SOURCE lbttriggermodifyaooperation.cpp
|
|
41 |
SOURCE lbtnotificationmap.cpp
|
|
42 |
SOURCE lbtdeletesessiontriggers.cpp
|
|
43 |
SOURCE lbtappchangehandler.cpp
|
|
44 |
SOURCE lbtcleanuphandler.cpp
|
|
45 |
SOURCE lbtsimchangehandler.cpp
|
|
46 |
|
|
47 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
48 |
SYSTEMINCLUDE /epoc32/include/connect
|
|
49 |
|
|
50 |
// system includes
|
|
51 |
MW_LAYER_SYSTEMINCLUDE
|
|
52 |
|
|
53 |
USERINCLUDE ../inc ../../inc ../../../inc
|
|
54 |
|
|
55 |
START RESOURCE ../data/1028312C.rss
|
|
56 |
TARGET lbtserverlogic.rsc
|
|
57 |
END
|
|
58 |
|
|
59 |
LIBRARY ecom.lib
|
|
60 |
LIBRARY euser.lib
|
|
61 |
LIBRARY lbtserverlogicbase.lib
|
|
62 |
LIBRARY lbt.lib
|
|
63 |
LIBRARY lbtmanager.lib
|
|
64 |
LIBRARY lbtstrategypluginapi.lib
|
|
65 |
LIBRARY lbtcontainer.lib
|
|
66 |
LIBRARY Lbs.lib
|
|
67 |
LIBRARY estor.lib
|
|
68 |
LIBRARY centralrepository.lib
|
|
69 |
LIBRARY apgrfx.lib
|
|
70 |
LIBRARY apparc.lib
|
|
71 |
LIBRARY PlatformEnv.lib
|
|
72 |
LIBRARY efsrv.lib
|
|
73 |
LIBRARY etel.lib
|
|
74 |
LIBRARY etelmm.lib
|
|
75 |
LIBRARY commdb.lib
|
|
76 |
LIBRARY lbtlogger.lib
|
|
77 |
LIBRARY flogger.lib
|
|
78 |
|
|
79 |
PAGED
|
|
80 |
|
|
81 |
SMPSAFE
|
|
82 |
|
|
83 |
// end of file
|
|
84 |
|
|
85 |
|
|
86 |
|
|
87 |
|