|
1 /* |
|
2 * Copyright (c) 2005-2008 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: This is project specification file for the WPSIPAdapter. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET wpsipadapter.dll |
|
22 TARGETTYPE PLUGIN |
|
23 UID 0x10009D8D 0x101FB37E |
|
24 VENDORID VID_DEFAULT |
|
25 CAPABILITY CAP_ECOM_PLUGIN |
|
26 |
|
27 SOURCEPATH ../src |
|
28 SOURCE CWPSIPAdapter.cpp |
|
29 SOURCE CWPSIPItem.cpp |
|
30 SOURCE WPSIPAdapterGroupProxy.cpp |
|
31 SOURCE WPSIPAdapterMain.cpp |
|
32 SOURCE CSIPProfileRegistryObserver.cpp |
|
33 |
|
34 SOURCEPATH ../data |
|
35 |
|
36 START RESOURCE 101FB37E.rss |
|
37 TARGET wpsipadapter.rsc |
|
38 END |
|
39 |
|
40 START RESOURCE WPSIPAdapter.rss |
|
41 HEADER |
|
42 TARGET wpsipadapter.rsc |
|
43 TARGETPATH RESOURCE_FILES_DIR |
|
44 LANGUAGE_IDS |
|
45 END |
|
46 |
|
47 MW_LAYER_SYSTEMINCLUDE |
|
48 SYSTEMINCLUDE /epoc32/include/ecom |
|
49 |
|
50 USERINCLUDE . |
|
51 USERINCLUDE ../inc |
|
52 |
|
53 LIBRARY euser.lib |
|
54 LIBRARY provisioningengine.lib |
|
55 LIBRARY bafl.lib |
|
56 LIBRARY sipprofilecli.lib |
|
57 LIBRARY charconv.lib |
|
58 LIBRARY ecom.lib |
|
59 LIBRARY cmmanager.lib |
|
60 LIBRARY inetprotutil.lib |