equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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: LAWMO DM Adapter |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 TARGET lawmodmadapter.dll |
|
21 TARGETTYPE PLUGIN |
|
22 CAPABILITY CAP_ECOM_PLUGIN |
|
23 |
|
24 UID 0x10009D8D 0x2002EA22 |
|
25 VENDORID VID_DEFAULT |
|
26 LANG SC |
|
27 |
|
28 SOURCEPATH ../src |
|
29 SOURCE lawmodmadapter.cpp |
|
30 SOURCE lawmodmadaptermain.cpp |
|
31 SOURCE nsmldmuri.cpp |
|
32 APP_LAYER_SYSTEMINCLUDE |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 |
|
36 SYSTEMINCLUDE /epoc32/include/ecom |
|
37 |
|
38 |
|
39 START RESOURCE ../data/lawmodmadapter.rss |
|
40 TARGET lawmodmadapter.rsc |
|
41 LANGUAGE_IDS |
|
42 END |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY ecom.lib |
|
46 LIBRARY centralrepository.lib |
|
47 LIBRARY dmutil.lib |
|
48 STATICLIBRARY dmutils.lib |
|
49 LIBRARY charconv.lib |
|
50 LIBRARY nsmldebug.lib |
|
51 LIBRARY lawmoclient.lib |
|
52 LIBRARY flogger.lib |
|
53 LIBRARY syncmlclientapi.lib |
|
54 LIBRARY nsmlprivateapi.lib |
|
55 LIBRARY TerminalControl.lib |
|
56 //SMPSAFE |
|
57 // End Of File |
|
58 |