44
|
1 |
/*
|
|
2 |
* Copyright (c) 2003-2010 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:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
|
|
21 |
@SYMPurpose wapmsgcli.dll Wap messaging Ecom plug-in
|
|
22 |
*/
|
|
23 |
|
|
24 |
OPTION CW -w off
|
|
25 |
TARGET wapmsgcli.dll
|
|
26 |
TARGETTYPE DLL
|
|
27 |
|
|
28 |
UID 0x1000008D 0x101f447A
|
|
29 |
VENDORID 0x70000001
|
|
30 |
|
|
31 |
|
|
32 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
33 |
|
|
34 |
USERINCLUDE ../. ../inc
|
|
35 |
|
|
36 |
SOURCEPATH ../client
|
|
37 |
|
|
38 |
#include "../client/wapmsgclisource.mmpi"
|
|
39 |
|
|
40 |
// Get GDB symbols included?
|
|
41 |
//SRCDBG
|
|
42 |
|
|
43 |
LIBRARY euser.lib ecom.lib esock.lib insock.lib
|
|
44 |
|
|
45 |
CAPABILITY ALL -Tcb
|
|
46 |
|
|
47 |
SMPSAFE
|