equal
deleted
inserted
replaced
|
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 OPTION CW -w off |
|
17 target wsptrhndstub.dll |
|
18 targettype plugin |
|
19 CAPABILITY ALL -TCB |
|
20 |
|
21 UID 0x10009D8D 0x101f4481 |
|
22 VENDORID 0x70000001 |
|
23 |
|
24 |
|
25 SYSTEMINCLUDE /epoc32/include /epoc32/include/ecom |
|
26 USERINCLUDE ../. ../../../httptransportfw/Test/t_utils ../chat |
|
27 USERINCLUDE ../../../httptransportfw/inc/framework |
|
28 |
|
29 SOURCEPATH ../wsptrhndstub |
|
30 |
|
31 SOURCE wsptrhndstub.cpp |
|
32 #include "../wsptrhndstub/wsptrhndstubsource.mmpi" |
|
33 |
|
34 |
|
35 start resource 101f4481.rss |
|
36 #ifdef SYMBIAN_SECURE_ECOM |
|
37 target wsptrhndstub.rsc |
|
38 #endif |
|
39 end |
|
40 |
|
41 // Get GDB symbols included? |
|
42 SRCDBG |
|
43 |
|
44 LIBRARY EUSER.LIB EFSRV.LIB FLOGGER.LIB HTTPTESTUTILS.LIB CHAT.LIB BAFL.LIB INETPROTUTIL.LIB |
|
45 LIBRARY ECOM.LIB |
|
46 SMPSAFE |