gba/gbaserver/group/gbaserver.mmp
changeset 0 164170e6151a
child 10 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 gba server
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 TARGET            gbaserver2.exe
       
    20 TARGETTYPE        exe
       
    21 
       
    22 UID               0x1000008d 0x20029F0A
       
    23 
       
    24 VENDORID    VID_DEFAULT
       
    25 CAPABILITY  CAP_SERVER NetworkControl
       
    26 
       
    27 SMPSAFE
       
    28 
       
    29 USERINCLUDE       ../inc
       
    30 USERINCLUDE      ../../inc
       
    31 
       
    32 APP_LAYER_SYSTEMINCLUDE 
       
    33 SYSTEMINCLUDE /epoc32/include/ecom
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          GbaSession.cpp
       
    37 SOURCE          GbaServer.cpp
       
    38 SOURCE 			bootstrap.cpp 
       
    39 SOURCE 			dataretriever.cpp
       
    40 
       
    41 SOURCEPATH     ../../common
       
    42 SOURCE         GBALogger.cpp
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         efsrv.lib 
       
    46 LIBRARY         estor.lib
       
    47 LIBRARY 		ecom.lib 
       
    48 LIBRARY 		bafl.lib
       
    49 LIBRARY 		commdb.lib
       
    50 LIBRARY 		http.lib 
       
    51 LIBRARY 		hash.lib
       
    52 LIBRARY 		inetprotutil.lib 
       
    53 LIBRARY 		esock.lib 
       
    54 LIBRARY 		centralrepository.lib
       
    55 LIBRARY 		imut.lib //for base64 en/decoding
       
    56 LIBRARY 		cmmanager.lib
       
    57 DEBUGLIBRARY    flogger.lib
       
    58 
       
    59 
       
    60 
       
    61 
       
    62 
       
    63 
       
    64 
       
    65 
       
    66 //EOF