|
1 /* |
|
2 * Copyright (c) 2002 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 impspushhandler.dll |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 APP_LAYER_SYSTEMINCLUDE |
|
23 |
|
24 TARGET ImpsPushHandler.dll |
|
25 TARGETTYPE PLUGIN |
|
26 // uid2 specifies an ECom dll |
|
27 // uid3 specifies a unique identifier |
|
28 UID 0x10009D8D 0x101F4695 |
|
29 VENDORID VID_DEFAULT |
|
30 CAPABILITY CAP_ECOM_PLUGIN |
|
31 |
|
32 #ifdef _SECURE_BIN_RES_ |
|
33 TARGETPATH PLUGINS_DIR |
|
34 #elseif |
|
35 TARGETPATH /system/libs/plugins |
|
36 #endif |
|
37 |
|
38 SOURCEPATH ../Src |
|
39 SOURCE ImpsPushHandler.cpp |
|
40 |
|
41 START RESOURCE 101F4695.rss |
|
42 TARGET ImpsPushHandler.rsc |
|
43 END |
|
44 |
|
45 USERINCLUDE ../Inc |
|
46 USERINCLUDE ../../datautils/inc |
|
47 USERINCLUDE ../../client/inc |
|
48 USERINCLUDE ../../inc |
|
49 |
|
50 SYSTEMINCLUDE ../../../inc |
|
51 SYSTEMINCLUDE ../../../im_pub/im_api/inc |
|
52 SYSTEMINCLUDE ../../../im_pub/im_application_launch_api/inc |
|
53 |
|
54 SYSTEMINCLUDE /epoc32/include/push |
|
55 SYSTEMINCLUDE /epoc32/include/ecom |
|
56 SYSTEMINCLUDE /epoc32/include/libc |
|
57 |
|
58 LANG SC |
|
59 |
|
60 LIBRARY euser.lib |
|
61 LIBRARY ecom.lib |
|
62 LIBRARY WapPushUtils.lib |
|
63 LIBRARY impsclient.lib |
|
64 DEBUGLIBRARY flogger.lib |