equal
deleted
inserted
replaced
|
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: DM-settings adapter |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 #include "defaultcaps.hrh" |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 TARGET nsmldmsettingsadapter12.dll |
|
25 TARGETTYPE PLUGIN |
|
26 UID 0x10009D8D 0x10282CE7 |
|
27 VENDORID VID_DEFAULT |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 |
|
30 APP_LAYER_SYSTEMINCLUDE |
|
31 SYSTEMINCLUDE /epoc32/include/ecom |
|
32 |
|
33 SOURCEPATH ../src |
|
34 USERINCLUDE ../inc ../../inc |
|
35 |
|
36 SOURCE NSmlDmSettingsAdapter12.cpp |
|
37 |
|
38 |
|
39 START RESOURCE nsmldmsettingsadapter12.rss |
|
40 END |
|
41 |
|
42 LIBRARY euser.lib ecom.lib charconv.lib nsmldebug.lib |
|
43 LIBRARY nsmldmiapmatcher.lib |
|
44 LIBRARY syncmlclientapi.lib |
|
45 LIBRARY nsmltransporthandler.lib |
|
46 LIBRARY nsmlprivateapi.lib |
|
47 LIBRARY featmgr.lib |
|
48 |
|
49 |
|
50 SMPSAFE |
|
51 // End of File |