46
|
1 |
/*
|
|
2 |
* Copyright (c) 2004 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 SyncML DM Email adapter
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
|
|
21 |
#include "defaultcaps.hrh"
|
|
22 |
#include <platform_paths.hrh>
|
|
23 |
|
|
24 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
25 |
TARGET nsmldmemailadapter.dll
|
|
26 |
TARGETTYPE PLUGIN
|
|
27 |
UID 0x10009D8D 0x101F6E34
|
|
28 |
VENDORID VID_DEFAULT
|
|
29 |
|
|
30 |
APP_LAYER_SYSTEMINCLUDE
|
|
31 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
32 |
|
|
33 |
SOURCEPATH ../src
|
|
34 |
USERINCLUDE ../inc ../../inc
|
|
35 |
SOURCE nsmldmemailadapter.cpp
|
|
36 |
|
|
37 |
START RESOURCE nsmldmemailadapter.rss
|
|
38 |
TARGET nsmldmemailadapter.rsc
|
|
39 |
LANGUAGE_IDS
|
|
40 |
END
|
|
41 |
|
|
42 |
|
|
43 |
|
|
44 |
LIBRARY euser.lib ecom.lib msgs.lib charconv.lib imcm.lib nsmldebug.lib commdb.lib
|
|
45 |
LIBRARY efsrv.lib sysutil.lib nsmldmiapmatcher.lib
|
|
46 |
LIBRARY etel.lib // RTelServer
|
|
47 |
LIBRARY etelmm.lib // RMobilePhone
|
|
48 |
|
|
49 |
|
|
50 |
SMPSAFE
|
|
51 |
// End of File
|