tsrc/mustestapp/group/AiwTestApp.mmp
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
child 35 6c57ef9392d2
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
     1 /*
       
     2 * Copyright (c) 2002-2005 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 
       
    21 #include <bldvariant.hrh>
       
    22 #include <data_caging_paths.hrh>
       
    23 
       
    24 TARGET          musTestApp.exe
       
    25 TARGETTYPE      exe
       
    26 
       
    27 UID             0x100039CE  0x1028239B
       
    28 VENDORID        VID_DEFAULT
       
    29 CAPABILITY      CAP_APPLICATION
       
    30 
       
    31 EPOCSTACKSIZE   0xF000
       
    32 
       
    33 
       
    34 
       
    35 SOURCEPATH              ../../../common/src
       
    36 SOURCE                  muscallmonitor.cpp
       
    37 SOURCE                  muscalleventmonitor.cpp
       
    38 SOURCE                  musconferencecallmonitor.cpp
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          AiwTestAppApp.cpp 
       
    42 SOURCE          AiwTestAppAppUi.cpp
       
    43 SOURCE          AiwTestAppContainer.cpp
       
    44 SOURCE          AiwTestAppDocument.cpp
       
    45 
       
    46 
       
    47 START RESOURCE  ../data/musTestApp.rss
       
    48 HEADER
       
    49 TARGETPATH      APP_RESOURCE_DIR
       
    50 END
       
    51 
       
    52 START RESOURCE  ../data/musTestApp_reg.rss
       
    53 DEPENDS mustestapp.rsg
       
    54 TARGETPATH      /private/10003a3f/apps
       
    55 END
       
    56 
       
    57 
       
    58 
       
    59 LANG            SC
       
    60 
       
    61 USERINCLUDE     ../inc
       
    62 USERINCLUDE     ../../../common/inc
       
    63 
       
    64 // Default system include paths for application layer modules.
       
    65 APP_LAYER_SYSTEMINCLUDE SYSTEMINCLUDE
       
    66 SYSTEMINCLUDE   /epoc32/include/ecom
       
    67 
       
    68 //SOURCEPATH    ../data
       
    69 //DOCUMENT      AIWTestApp.rss
       
    70 //DOCUMENT      AIWTestApp_caption.rss
       
    71 
       
    72 LIBRARY         apparc.lib
       
    73 LIBRARY         avkon.lib
       
    74 LIBRARY         bafl.lib
       
    75 LIBRARY         cone.lib
       
    76 LIBRARY         ecom.lib
       
    77 LIBRARY         eikcoctl.lib
       
    78 LIBRARY         eikcore.lib 
       
    79 LIBRARY         euser.lib
       
    80 LIBRARY         fbscli.lib
       
    81 LIBRARY         efsrv.lib    
       
    82 LIBRARY         aknskins.lib            // for skin background
       
    83 LIBRARY         CdlEngine.lib           // for scalable ui
       
    84 LIBRARY         ServiceHandler.lib
       
    85 LIBRARY         flogger.lib
       
    86 LIBRARY         centralrepository.lib 
       
    87 LIBRARY                 etel.lib                
       
    88 LIBRARY                 etelmm.lib     
       
    89 
       
    90 LIBRARY         musmanagerclient.lib
       
    91 
       
    92 // End of File