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 nwsswsptrhnd.dll |
|
18 TARGETTYPE plugin |
|
19 CAPABILITY ALL -TCB |
|
20 |
|
21 UID 0x10009D8D 0x1000A44B |
|
22 VENDORID 0x70000001 |
|
23 |
|
24 SYSTEMINCLUDE \epoc32\include \epoc32\include\ecom |
|
25 USERINCLUDE ..\ ..\..\..\..\..\..\os\unref\orphan\comgen\application-protocols\http\inc |
|
26 |
|
27 SOURCEPATH ..\ |
|
28 |
|
29 SOURCE nwsswsptrhnd.cpp |
|
30 #include "nwsswsptrhndsource.mmpi" |
|
31 |
|
32 |
|
33 start resource 1000a44b.rss |
|
34 #ifdef SYMBIAN_SECURE_ECOM |
|
35 TARGET nwsswsptrhnd.rsc |
|
36 #endif |
|
37 end |
|
38 |
|
39 SOURCEPATH +\build\generated\http |
|
40 SOURCE SecurityPolicyPluginStrings.cpp |
|
41 |
|
42 // Get GDB symbols included? |
|
43 SRCDBG |
|
44 |
|
45 LIBRARY EUSER.LIB ECOM.LIB WAPSTKCLI.LIB CAPCODEC.LIB |
|
46 LIBRARY BAFL.LIB INETPROTUTIL.LIB |
|
47 DEBUGLIBRARY EFSRV.LIB FLOGGER.LIB |
|
48 SMPSAFE |