messagingfw/deprecate/senduiservices/launcher/group/senduilauncher.mmp
branchRCL_3
changeset 23 d51193d814ea
parent 22 d2c4c66342f3
child 24 002ade1da91c
equal deleted inserted replaced
22:d2c4c66342f3 23:d51193d814ea
     1 /*
       
     2 * Copyright (c) 2006 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 ?myapp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 // --- LOGGING ---
       
    24 //MACRO           USE_LOGGER         // HW debugging support
       
    25 //LIBRARY         Flogger.lib        // RFileLogger, debug logging
       
    26 // --- LOGGING ---
       
    27 
       
    28 TARGET                  senduilauncher.exe
       
    29 EPOCSTACKSIZE           0x5000
       
    30 TARGETTYPE              exe
       
    31 UID                     0x100039CE 0x102823C5
       
    32 VERSION 		10.0
       
    33 CAPABILITY              NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment NetworkControl ReadDeviceData WriteDeviceData
       
    34 VENDORID                VID_DEFAULT
       
    35 PAGED
       
    36 
       
    37 SOURCEPATH              ../src
       
    38 SOURCE                  senduilauncher.cpp
       
    39 SOURCE                  senduilauncherapp.cpp 
       
    40 SOURCE                  senduilauncherappui.cpp
       
    41 SOURCE                  senduilauncherdoc.cpp
       
    42 SOURCE                  senduiservice.cpp
       
    43 
       
    44 USERINCLUDE             ../inc
       
    45 USERINCLUDE             ../../inc
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 
       
    49 LIBRARY                 euser.lib
       
    50 LIBRARY                 apparc.lib
       
    51 LIBRARY                 cone.lib 
       
    52 LIBRARY                 eikcore.lib  
       
    53 LIBRARY                 avkon.lib  
       
    54 LIBRARY                 gdi.lib
       
    55 LIBRARY                 sendui.lib
       
    56 LIBRARY                 estor.lib
       
    57 LIBRARY                 efsrv.lib
       
    58 LIBRARY                 apgrfx.lib
       
    59 LIBRARY                 ws32.lib
       
    60 LIBRARY                 eikcoctl.lib
       
    61 
       
    62 SOURCEPATH      ../group
       
    63 START RESOURCE  senduilauncher.rss
       
    64 HEADER
       
    65 targetpath  APP_RESOURCE_DIR
       
    66 LANGUAGE_IDS
       
    67 end
       
    68 
       
    69 SOURCEPATH      ../group
       
    70 START RESOURCE          senduilauncher_reg.rss
       
    71 // Do not change the UID 10003a3f below.
       
    72 TARGETPATH              /private/10003a3f/apps
       
    73 END
       
    74