idlehomescreen/examples/mcsexample/group/MCSExample.mmp
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
child 103 966d119a7e67
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
     1 /*
       
     2 * Copyright (c) 2010 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 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 APP_LAYER_SYSTEMINCLUDE
       
    21 
       
    22 
       
    23 TARGET			MCSExample_0xEB753B18.exe
       
    24 TARGETTYPE		exe
       
    25 UID		  0x100039CE 0xEB753B18
       
    26 
       
    27 SOURCEPATH		..\src
       
    28 SOURCE			MCSExample.cpp
       
    29 SOURCE			MCSExampleApplication.cpp
       
    30 SOURCE			MCSExampleAppView.cpp
       
    31 SOURCE			MCSExampleAppUi.cpp
       
    32 SOURCE			MCSExampleDocument.cpp
       
    33 SOURCE          mcspluginwatcher.cpp
       
    34 
       
    35 SOURCEPATH		..\data
       
    36 
       
    37 START RESOURCE	MCSExample.rss
       
    38 HEADER
       
    39 TARGET MCSExample_0xEB753B18
       
    40 TARGETPATH resource\apps
       
    41 END //RESOURCE
       
    42 
       
    43 START RESOURCE	MCSExample_reg.rss
       
    44 TARGET MCSExample_0xEB753B18_reg
       
    45 TARGETPATH 	  \private\10003a3f\apps
       
    46 END //RESOURCE
       
    47 
       
    48 
       
    49 
       
    50 USERINCLUDE	   ..\inc
       
    51 
       
    52 SYSTEMINCLUDE	 \epoc32\include
       
    53 
       
    54 LIBRARY		   euser.lib
       
    55 LIBRARY		   apparc.lib
       
    56 LIBRARY		   cone.lib
       
    57 LIBRARY		   eikcore.lib
       
    58 LIBRARY        eikcoctl.lib
       
    59 LIBRARY        eikctl.lib
       
    60 LIBRARY		   avkon.lib
       
    61 LIBRARY        aknicon.lib
       
    62 LIBRARY        bafl.lib
       
    63 LIBRARY		   commonengine.lib
       
    64 LIBRARY        aknnotify.lib
       
    65 LIBRARY        fbscli.lib
       
    66 LIBRARY        egul.lib
       
    67 LIBRARY        mcsmenu.lib
       
    68 LIBRARY        mcsextendedmenu.lib
       
    69 LIBRARY        eikdlg.lib
       
    70  
       
    71 
       
    72 LANG SC
       
    73 
       
    74 VENDORID	  	  0
       
    75 SECUREID		  0xEB753B18
       
    76 CAPABILITY	  	  ReadUserData ReadDeviceData WriteDeviceData
       
    77 
       
    78 #ifdef ENABLE_ABIV2_MODE
       
    79   DEBUGGABLE_UDEBONLY
       
    80 #endif
       
    81 // End of File