codhandler/roapapp/group/RoapApp.mmp
changeset 0 dd21522fd290
child 13 10e98eab6f85
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2004 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 the License "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 *      Project specification.   
       
    16 *      
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform/mw/Browser_platform_variant.hrh>
       
    23 
       
    24 TARGET          RoapApp.exe
       
    25 TARGETTYPE      exe
       
    26 EPOCSTACKSIZE   0x5000
       
    27 UID             0x100039ce 0x10008d64
       
    28 CAPABILITY      CAP_APPLICATION
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 SOURCEPATH  ../src
       
    32 
       
    33 SOURCE      RoapApp.cpp 
       
    34 SOURCE      RoapAppUi.cpp
       
    35 SOURCE      RoapAppDocument.cpp
       
    36 SOURCE      RoapAppView.cpp
       
    37 SOURCE      RoapAppWaitDialog.cpp
       
    38 SOURCE      RoapAppData.cpp
       
    39 SOURCE      RoapAppPanic.cpp
       
    40 SOURCE      RequestCompleteCallback.cpp
       
    41 SOURCE      RoapAppLogger.cpp
       
    42 
       
    43 START RESOURCE ../data/RoapApp.rss
       
    44 HEADER
       
    45 TARGETPATH APP_RESOURCE_DIR
       
    46 LANGUAGE_IDS
       
    47 END
       
    48 
       
    49 USERINCLUDE     ../inc
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 
       
    53 
       
    54 LIBRARY     efsrv.lib
       
    55 LIBRARY     apparc.lib
       
    56 LIBRARY     apgrfx.lib
       
    57 LIBRARY     apmime.lib
       
    58 LIBRARY     eikcoctl.lib
       
    59 LIBRARY     avkon.lib
       
    60 LIBRARY     eikdlg.lib
       
    61 LIBRARY     eikctl.lib
       
    62 LIBRARY     cone.lib
       
    63 LIBRARY     eikcore.lib
       
    64 LIBRARY     euser.lib
       
    65 LIBRARY     etext.lib
       
    66 LIBRARY     form.lib
       
    67 LIBRARY     CommonEngine.lib
       
    68 LIBRARY     CommonUi.lib
       
    69 LIBRARY     FeatMgr.lib
       
    70 LIBRARY     ROAPHandler.lib
       
    71 LIBRARY     DcfRep.lib
       
    72 LIBRARY     caf.lib
       
    73 LIBRARY     cafutils.lib
       
    74 LIBRARY     DrmRights.lib
       
    75 LIBRARY     aknskins.lib
       
    76 LIBRARY     aknskinsrv.lib
       
    77 LIBRARY     DownloadMgr.lib 
       
    78 LIBRARY		Centralrepository.lib
       
    79 
       
    80 
       
    81 #ifdef __SERIES60_HELP
       
    82 LIBRARY         hlplch.lib 
       
    83 #endif // __SERIES60_HELP
       
    84 DEBUGLIBRARY    flogger.lib
       
    85 
       
    86 START RESOURCE ../data/RoapApp_reg.rss
       
    87 DEPENDS roapapp.rsg
       
    88 // Do not change the UID below.
       
    89 TARGETPATH /private/10003a3f/apps
       
    90 END