devicediagnostics/devdiagapp/group/devdiagapp.mmp
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     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: Implementation of diagnostics components
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 CAPABILITY All -TCB MULTIMEDIADD USERENVIRONMENT
       
    24 
       
    25 #ifdef __UI_FRAMEWORKS_V2__
       
    26 TARGETPATH	/sys/bin
       
    27 #if defined(EKA2) || !defined(WINS)
       
    28 TARGET          devdiagapp.exe
       
    29 TARGETTYPE exe
       
    30 #else // EKA1 WINS
       
    31 TARGET          DevDiagApp.app
       
    32 TARGETTYPE exedll
       
    33 deffile /epoc32/release/wins/DevDiagApp.def
       
    34 #endif
       
    35 #else // __UI_FRAMEWORKS_V2__
       
    36 TARGET          DevDiagApp.app
       
    37 TARGETPATH      /system/apps/DevDiagApp
       
    38 TARGETTYPE app
       
    39 #endif
       
    40 
       
    41 UID               0x100039CE 0x2000E542
       
    42 
       
    43 SOURCEPATH        ../src
       
    44 
       
    45 SOURCE            devdiagapp.cpp
       
    46 SOURCE            devdiagappapplication.cpp 
       
    47 SOURCE            devdiagsuiteview.cpp
       
    48 SOURCE            devdiagsuitecontainer.cpp
       
    49 SOURCE            devdiagappappui.cpp
       
    50 SOURCE            devdiagappdocument.cpp 
       
    51 SOURCE            devdiagengine.cpp
       
    52 SOURCE            devdiagexecutionresults.cpp
       
    53 SOURCE            devdiagruntimereqsInfo.cpp
       
    54 SOURCE            devdiagcommoncanceldialogs.cpp
       
    55 SOURCE            devdiagcommonskipdialogs.cpp
       
    56 SOURCE            devdiagpluginview.cpp
       
    57 SOURCE            devdiagplugincontainer.cpp
       
    58 SOURCE            devdiagutil.cpp
       
    59 
       
    60 SOURCEPATH        ../group
       
    61 
       
    62 USERINCLUDE       ../inc  
       
    63 USERINCLUDE       ../loc
       
    64 
       
    65 
       
    66 
       
    67 // Default system include paths for middleware layer modules.
       
    68 APP_LAYER_SYSTEMINCLUDE
       
    69 
       
    70 LIBRARY           euser.lib
       
    71 LIBRARY           apparc.lib
       
    72 LIBRARY           cone.lib 
       
    73 LIBRARY           eikcore.lib  
       
    74 LIBRARY           avkon.lib  
       
    75 LIBRARY           gdi.lib  
       
    76 LIBRARY           eikcoctl.lib 
       
    77 LIBRARY           eikctl.lib 
       
    78 LIBRARY           bafl.lib
       
    79 LIBRARY           eikdlg.lib  
       
    80 LIBRARY           featmgr.lib           // Feature manager
       
    81 LIBRARY           hlplch.lib            // for "Help" options menu
       
    82 LIBRARY           aknicon.lib
       
    83 LIBRARY           egul.lib
       
    84 
       
    85 LIBRARY           diagframework.lib
       
    86 LIBRARY           etel3rdparty.lib
       
    87 LIBRARY           diagresultsdatabase.lib
       
    88 LIBRARY           eiksrv.lib
       
    89 LIBRARY           drmserviceapi.lib
       
    90 LIBRARY           commonengine.lib  //String loader
       
    91 LIBRARY           centralrepository.lib 
       
    92 LIBRARY           efsrv.lib 
       
    93 
       
    94 DEBUGLIBRARY      flogger.lib
       
    95 
       
    96 #ifdef __UI_FRAMEWORKS_V2__
       
    97 START RESOURCE	../data/devdiagapp.rss
       
    98 HEADER
       
    99 targetpath	/resource/apps
       
   100 LANGUAGE_IDS
       
   101 end
       
   102 #else
       
   103 RESOURCE        ../data/DevDiagApp.RSS 
       
   104 #endif
       
   105 
       
   106 #ifdef __UI_FRAMEWORKS_V2__
       
   107 sourcepath		.
       
   108 START RESOURCE ../data/devdiagapp_reg.rss
       
   109 #ifdef WINSCW
       
   110 TARGETPATH	/private/10003a3f/apps
       
   111 #else
       
   112 TARGETPATH	/private/10003a3f/apps
       
   113 #endif
       
   114 END
       
   115    
       
   116 start resource ../data/devdiagapp_loc.rss
       
   117 targetpath /resource/apps
       
   118 lang sc
       
   119 end
       
   120 #endif