|
1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 #ifndef __WAPPUSH_IBY__ |
|
17 #define __WAPPUSH_IBY__ |
|
18 |
|
19 REM WAP 1.2 Push |
|
20 |
|
21 #include <sislwappush.iby> |
|
22 #include <miscpushutils.iby> |
|
23 #include <wapurilookup.iby> |
|
24 |
|
25 file=ABI_DIR\BUILD_DIR\wappushutils.dll System\Libs\wappushutils.dll |
|
26 ECOM_PLUGIN(pushapphandler.dll,101f3e5b.rsc) |
|
27 ECOM_PLUGIN(pushcontenthandler.dll,101f3e5f.rsc) |
|
28 ECOM_PLUGIN(pushsecurity.dll,101f3e57.rsc) |
|
29 ECOM_PLUGIN(sl1_0stringdict00.dll, sl1_0stringdict00.rsc) |
|
30 |
|
31 #ifdef __WATCHER_API_V2__ |
|
32 ECOM_PLUGIN(pushwatcher.dll, 10009145.rsc) |
|
33 #else |
|
34 file=ABI_DIR\BUILD_DIR\pushwatcher.dll System\Libs\watchers\pushwatcher.dll |
|
35 #endif // __WATCHER_API_V2__ |
|
36 file=ABI_DIR\BUILD_DIR\wappushmtmclientserver.dll System\Libs\wappushmtmclientserver.dll |
|
37 file=ABI_DIR\BUILD_DIR\pushmsgentry.dll System\Libs\pushmsgentry.dll |
|
38 |
|
39 #endif |