mmsharing/mmshindicator/tsrc/IndicatorTestApp/group/IndicatorTestApp.mmp
changeset 0 f0cf47e981f9
equal deleted inserted replaced
-1:000000000000 0:f0cf47e981f9
       
     1 /*
       
     2 * Copyright (c) 2007 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 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 #include<eunitcaps.h>
       
    21 
       
    22 
       
    23 #ifdef __UI_FRAMEWORKS_V2__
       
    24 TARGETPATH	/sys/bin
       
    25 #if defined(EKA2) || !defined(WINS)
       
    26 TARGET          IndicatorTestApp.exe
       
    27 TARGETTYPE exe
       
    28 #else // EKA1 WINS
       
    29 TARGET          IndicatorTestApp.app
       
    30 TARGETTYPE exedll
       
    31 deffile /epoc32/release/wins/IndicatorTestApp.def
       
    32 #endif
       
    33 #else // __UI_FRAMEWORKS_V2__
       
    34 TARGET          IndicatorTestApp.app
       
    35 TARGETPATH      /system/apps/IndicatorTestApp
       
    36 TARGETTYPE app
       
    37 #endif
       
    38 
       
    39 UID               0x100039CE 0x0B821B86
       
    40 
       
    41 CAPABILITY      EUNIT_CAPS
       
    42 
       
    43 LANG              SC
       
    44 
       
    45 SOURCEPATH        ../src
       
    46 DOCUMENT		  Series_60_APP_ReadMe.txt
       
    47 SOURCE            IndicatorTestApp.cpp
       
    48 SOURCE            IndicatorTestAppApplication.cpp 
       
    49 SOURCE            IndicatorTestAppAppView.cpp
       
    50 SOURCE            IndicatorTestAppAppUi.cpp
       
    51 SOURCE            IndicatorTestAppDocument.cpp 
       
    52 
       
    53 SOURCEPATH        ../group
       
    54 
       
    55 
       
    56 USERINCLUDE       ../inc 
       
    57 USERINCLUDE       ../sis 
       
    58 
       
    59 USERINCLUDE       ../../../inc 
       
    60 USERINCLUDE       ../../../../../common/inc 
       
    61 
       
    62 // Default system include paths for application layer modules.
       
    63 APP_LAYER_SYSTEMINCLUDE
       
    64 
       
    65 LIBRARY           euser.lib
       
    66 LIBRARY           apparc.lib
       
    67 LIBRARY           cone.lib 
       
    68 LIBRARY           eikcore.lib  
       
    69 LIBRARY           avkon.lib  
       
    70 LIBRARY           gdi.lib  
       
    71 LIBRARY	          musindicator.lib
       
    72 LIBRARY                 flogger.lib // RFileLogger
       
    73 LIBRARY		        	centralrepository.lib
       
    74 LIBRARY                 eikcoctl.lib            // Control framework API
       
    75 //LIBRARY                 eikcore.lib             // Eikon core controls API
       
    76 //LIBRARY                 eikctl.lib              // Eikon controls
       
    77 
       
    78 
       
    79 #ifdef __UI_FRAMEWORKS_V2__
       
    80 START RESOURCE	IndicatorTestApp.RSS
       
    81 HEADER
       
    82 targetpath	/resource/apps
       
    83 lang		sc
       
    84 end
       
    85 #else
       
    86 RESOURCE        IndicatorTestApp.RSS 
       
    87 #endif
       
    88 
       
    89 #ifdef __UI_FRAMEWORKS_V2__
       
    90 sourcepath		.
       
    91 START RESOURCE	IndicatorTestApp_reg.rss
       
    92 #ifdef WINSCW
       
    93 TARGETPATH	/private/10003a3f/apps
       
    94 #else
       
    95 TARGETPATH	/private/10003a3f/import/apps
       
    96 #endif
       
    97 END
       
    98    
       
    99 start resource IndicatorTestApp_loc.RSS
       
   100 targetpath /resource/apps
       
   101 lang sc
       
   102 end
       
   103 #endif