ncdengine/debuglogger/group/catalogslogger.mmp
changeset 0 ba25891c3a9e
child 44 329d304c1aa1
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2009 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __SERIES60_30__
       
    20 #include <platform_paths.hrh>
       
    21 #endif
       
    22 
       
    23 TARGET          catalogslogger.exe
       
    24 TARGETTYPE      exe
       
    25 UID             0x100039CE 0x0B5C26D8
       
    26 LANG            SC
       
    27 CAPABILITY      CAP_APPLICATION
       
    28 
       
    29 epocstacksize   0x5000
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          catalogslogger.cpp
       
    33 SOURCE          catalogsloggerapplication.cpp 
       
    34 SOURCE          catalogsloggerappview.cpp
       
    35 SOURCE          catalogsloggerappui.cpp
       
    36 SOURCE          catalogsloggerdocument.cpp
       
    37 SOURCE          catalogsloggermsgqueueobserver.cpp 
       
    38 SOURCE          OsmDelay.cpp
       
    39 
       
    40 SOURCEPATH	    ../obex/src
       
    41 SOURCE		    btservicesearcher.cpp
       
    42 SOURCE		    objectexchangeclient.cpp
       
    43 SOURCE		    objectexchangeservicesearcher.cpp
       
    44 SOURCE		    osmobexsender.cpp
       
    45 SOURCE		    sdpattributeparser.cpp
       
    46 
       
    47 SOURCEPATH      ../data
       
    48 
       
    49 START RESOURCE  catalogslogger.rss
       
    50 TARGETPATH      /resource/apps
       
    51 HEADER
       
    52 END
       
    53 
       
    54 START RESOURCE  catalogslogger_reg.rss
       
    55 TARGETPATH      /private/10003a3f/apps
       
    56 END
       
    57 
       
    58 USERINCLUDE     ../inc ../obex/inc
       
    59 
       
    60 // System include paths
       
    61 #ifndef __SERIES60_30__
       
    62 APP_LAYER_SYSTEMINCLUDE
       
    63 #else
       
    64 SYSTEMINCLUDE     /epoc32/include
       
    65 #endif
       
    66 
       
    67 LIBRARY         euser.lib
       
    68 LIBRARY         apparc.lib
       
    69 LIBRARY         cone.lib 
       
    70 LIBRARY         eikcore.lib  
       
    71 LIBRARY         avkon.lib
       
    72 LIBRARY         efsrv.lib 
       
    73 LIBRARY         eikcoctl.lib
       
    74 LIBRARY         eikctl.lib 
       
    75 LIBRARY		    gdi.lib
       
    76 LIBRARY         bafl.lib
       
    77 LIBRARY		    apgrfx.lib
       
    78 
       
    79 // Obex
       
    80 LIBRARY         esock.lib
       
    81 LIBRARY         irobex.lib
       
    82 LIBRARY         bluetooth.lib
       
    83 LIBRARY         btextnotifiers.lib
       
    84 LIBRARY         sdpagent.lib
       
    85 LIBRARY         sdpdatabase.lib ws32.lib
       
    86 
       
    87 SMPSAFE