gba/gbafilter/group/httpfiltergba.mmp
changeset 0 164170e6151a
child 8 ece4bbb094df
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Project definition file for project HTTPFilterGBA
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET httpfiltergba2.dll
       
    21 TARGETTYPE PLUGIN
       
    22 
       
    23 CAPABILITY CAP_ECOM_PLUGIN
       
    24 
       
    25 // ECom Recogniction UID followed by Unique 3rd UID
       
    26 UID 0x10009D8D 0x20029F09
       
    27 VENDORID VID_DEFAULT 
       
    28 
       
    29 SMPSAFE
       
    30 
       
    31 SOURCEPATH ../src
       
    32 SOURCE HTTPFilterGBAMain.cpp HTTPFilterGBA.cpp 
       
    33 
       
    34 SOURCEPATH ../../common
       
    35 SOURCE GBALogger.cpp
       
    36 USERINCLUDE ../inc
       
    37 USERINCLUDE ../../inc
       
    38 
       
    39 
       
    40 SYSTEMINCLUDE /epoc32/include/ecom 
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 
       
    44 SOURCEPATH ../Data
       
    45 START RESOURCE 20029F09.rss
       
    46 TARGET httpfiltergba2.rsc
       
    47 END
       
    48 
       
    49 LIBRARY 		euser.lib 
       
    50 LIBRARY 		ecom.lib 
       
    51 LIBRARY 		http.lib 
       
    52 LIBRARY 		bafl.lib 
       
    53 LIBRARY 		hash.lib 
       
    54 LIBRARY 		inetprotutil.lib 
       
    55 LIBRARY 		gba2.lib
       
    56 LIBRARY 		imut.lib //for base64 en/decoding
       
    57 DEBUGLIBRARY 	flogger.lib charconv.lib 
       
    58 //EOF
       
    59 
       
    60