launcher/group/launcher.mmp
changeset 0 d6fe6244b863
child 7 685c7418c584
equal deleted inserted replaced
-1:000000000000 0:d6fe6244b863
       
     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 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET            Launcher.exe
       
    24 TARGETTYPE        exe
       
    25 EPOCSTACKSIZE     0x5000
       
    26 EPOCHEAPSIZE      0x10000 0x1000000  // Min 64Kb, Max 16Mb
       
    27 
       
    28 UID               0x100039CE 0x101FB74F
       
    29 
       
    30 VENDORID          VID_DEFAULT
       
    31 CAPABILITY        ReadUserData ReadDeviceData WriteUserData WriteDeviceData PowerMgmt AllFiles
       
    32 
       
    33 SMPSAFE
       
    34 
       
    35 LANG              SC
       
    36 
       
    37 
       
    38 START RESOURCE    ../data/launcher.rss
       
    39 HEADER
       
    40 TARGETPATH        APP_RESOURCE_DIR
       
    41 END
       
    42 
       
    43 START RESOURCE    ../data/launcher_reg.rss
       
    44 DEPENDS           launcher.rsg
       
    45 TARGETPATH        /private/10003a3f/apps
       
    46 END
       
    47 
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 USERINCLUDE       ../inc
       
    50 SOURCEPATH        ../src
       
    51 
       
    52 
       
    53 SOURCE            launcher.cpp
       
    54 SOURCE            launcherapplication.cpp 
       
    55 SOURCE            launcherdocument.cpp
       
    56 SOURCE            launcherappui.cpp
       
    57 SOURCE            launcherviewapps.cpp
       
    58 SOURCE            launcherviewoutput.cpp
       
    59 SOURCE            launchercontaineroutput.cpp
       
    60 SOURCE            launchercontainerapps.cpp
       
    61 SOURCE            launcherengine.cpp
       
    62 SOURCE            e32image.cpp 
       
    63 SOURCE			  launcherxmlparser.cpp 
       
    64 SOURCE            launcherdllelement.cpp
       
    65 SOURCE            launcherdllparser.cpp
       
    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           apgrfx.lib
       
    74 LIBRARY           ws32.lib
       
    75 LIBRARY           bafl.lib
       
    76 LIBRARY           eikcoctl.lib
       
    77 LIBRARY           eikctl.lib
       
    78 LIBRARY           aknnotify.lib 
       
    79 LIBRARY           sendui.lib 
       
    80 LIBRARY           egul.lib
       
    81 LIBRARY           aknicon.lib
       
    82 LIBRARY           flogger.lib
       
    83 LIBRARY           platformenv.lib
       
    84 LIBRARY           aknskins.lib
       
    85 LIBRARY           aknskinsrv.lib
       
    86 LIBRARY           aknswallpaperutils.lib
       
    87 LIBRARY           gdi.lib
       
    88 LIBRARY 	      xmlframework.lib
       
    89 LIBRARY           charconv.lib
       
    90 LIBRARY           commondialogs.lib
       
    91 
       
    92 // End of File