equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-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 t_codecplugin.exe |
|
18 TARGETTYPE EXE |
|
19 CAPABILITY ALL -TCB |
|
20 |
|
21 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
22 SYSTEMINCLUDE /epoc32/include /epoc32/include/ecom /epoc32/include/http /epoc32/include/http/framework |
|
23 #else |
|
24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
25 SYSTEMINCLUDE /epoc32/include/ecom |
|
26 SYSTEMINCLUDE /epoc32/include/platform/ecom |
|
27 SYSTEMINCLUDE /epoc32/include/platform |
|
28 SYSTEMINCLUDE /epoc32/include/platform/mw |
|
29 SYSTEMINCLUDE /epoc32/include/mw |
|
30 #endif |
|
31 |
|
32 USERINCLUDE ../../../../applayerpluginsandutils/httpprotocolplugins/inc/httpheadercodec |
|
33 |
|
34 SOURCEPATH ../t_codecplugin |
|
35 SOURCE t_codecplugin.cpp |
|
36 |
|
37 LIBRARY c32.lib euser.lib efsrv.lib http.lib bafl.lib ecom.lib |
|
38 |
|
39 VENDORID 0x70000001 |
|
40 |
|
41 SMPSAFE |