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: Project definition file for project sipimresolver |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 |
|
21 TARGET sipimresolver.dll |
|
22 TARGETTYPE PLUGIN |
|
23 UID 0x10009D8D 0x2002133C |
|
24 |
|
25 CAPABILITY CAP_ECOM_PLUGIN |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH ../src |
|
29 SOURCE sipimresolver.cpp |
|
30 SOURCE sipimresolverimplementationproxy.cpp |
|
31 |
|
32 START RESOURCE ../data/2002133c.rss |
|
33 TARGET sipimresolver.rsc |
|
34 END // RESOURCE |
|
35 |
|
36 USERINCLUDE ../inc |
|
37 USERINCLUDE ../../inc |
|
38 USERINCLUDE ../../../inc |
|
39 |
|
40 APP_LAYER_SYSTEMINCLUDE |
|
41 SYSTEMINCLUDE /epoc32/include/ecom |
|
42 |
|
43 LIBRARY bafl.lib |
|
44 LIBRARY euser.lib |
|
45 LIBRARY ecom.lib |
|
46 LIBRARY sipcodec.lib |
|
47 LIBRARY sdpcodec.lib |
|
48 LIBRARY inetprotutil.lib // URI parsing |
|
49 LIBRARY ipapputils.lib // UID resolving |
|
50 LIBRARY serviceprovidersettings.lib |