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 ?myapp |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 TARGET ipapputils.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008d 0x2000E57B |
|
26 |
|
27 CAPABILITY CAP_CLIENT_DLL |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE csipclientresolverutils.cpp |
|
32 SOURCE cipapputilsaddressresolver.cpp |
|
33 SOURCE cipappphoneutils.cpp |
|
34 |
|
35 USERINCLUDE ../inc |
|
36 |
|
37 MW_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 LIBRARY euser.lib |
|
40 LIBRARY centralrepository.lib |
|
41 LIBRARY sysutil.lib // for SW version |
|
42 LIBRARY efsrv.lib |
|
43 LIBRARY platformenv.lib // for phonemodel |
|
44 LIBRARY esock.lib // for RSocket class |
|
45 LIBRARY insock.lib // for TInetAddr class |
|
46 LIBRARY cmmanager.lib |
|
47 LIBRARY serviceprovidersettings.lib // for Uid |