1 /* |
|
2 * Copyright (c) 2002-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: Device Management VoIP Settings Adapter |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include "defaultcaps.hrh" |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 CAPABILITY CAP_ECOM_PLUGIN |
|
23 TARGET nsmldmvoipadapter.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x10201F9C |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 |
|
29 SOURCEPATH ../src |
|
30 USERINCLUDE ../inc |
|
31 USERINCLUDE ../../inc |
|
32 |
|
33 SYSTEMINCLUDE /epoc32/include/ecom |
|
34 SYSTEMINCLUDE ../../../../inc // iptelephony's inc |
|
35 APP_LAYER_SYSTEMINCLUDE |
|
36 |
|
37 SOURCE nsmldmvoipadapter.cpp |
|
38 SOURCE CSIPProfileRegistryObserver.cpp |
|
39 SOURCE nsmldmvoipadaptergroupproxy.cpp |
|
40 SOURCE cdmvoipspsettings.cpp |
|
41 |
|
42 START RESOURCE nsmldmvoipadapter.rss |
|
43 END |
|
44 |
|
45 LIBRARY euser.lib |
|
46 LIBRARY nsmldebug.lib |
|
47 LIBRARY ecom.lib |
|
48 LIBRARY charconv.lib |
|
49 LIBRARY rcse.lib |
|
50 LIBRARY efsrv.lib |
|
51 LIBRARY centralrepository.lib |
|
52 LIBRARY sipprofilecli.lib |
|
53 LIBRARY sysutil.lib |
|
54 LIBRARY bafl.lib |
|
55 LIBRARY cone.lib |
|
56 LIBRARY nsmldmiapmatcher.lib |
|
57 LIBRARY serviceprovidersettings.lib |
|
58 LIBRARY presencesettingsapi.lib |
|
59 LIBRARY nsmldmclientserverutils.lib |
|
60 LIBRARY ipapputils.lib |
|
61 LIBRARY featmgr.lib |
|
62 LIBRARY vimpstsettings.lib // For setting IM tone. |
|
63 LIBRARY platformenv.lib // For getting rom digital tone path. |
|