ipsservices/ipssossettings/tsrc/IpsSosTestApp/group/ipssostestapp.mmp
changeset 2 5253a20d2a1e
child 3 a4d6f1ea0416
equal deleted inserted replaced
1:12c456ceeff2 2:5253a20d2a1e
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name     : ipssostestapp.mmp
       
     4 
       
     5 * ============================================================================
       
     6 */
       
     7 #include <data_caging_paths.hrh>
       
     8 #include <platform_paths.hrh>
       
     9 #include "../../../epoc32/include/oem/defaultcaps.hrh"
       
    10 
       
    11 TARGET  ipssostestapp.exe
       
    12 TARGETTYPE  exe
       
    13 
       
    14 // <cmail> S60 UID update
       
    15 UID  0x100039CE 0x2001FE0F
       
    16 // </cmail> S60 UID update
       
    17 VENDORID        VID_DEFAULT
       
    18 CAPABILITY      ALL -TCB
       
    19 LANG     SC
       
    20 
       
    21 SOURCEPATH ../src
       
    22 SOURCE  TestAppApp.cpp
       
    23 SOURCE  TestAppAppUi.cpp
       
    24 SOURCE  TestAppDocument.cpp
       
    25 SOURCE  TestAppContainer.cpp
       
    26 
       
    27 START RESOURCE ../data/ipssostestapp.rss
       
    28 HEADER
       
    29 TARGETPATH APP_RESOURCE_DIR
       
    30 END //resource
       
    31 
       
    32 START RESOURCE ../data/ipssostestapp_reg.rss
       
    33 DEPENDS ipssostestapp.rsg
       
    34 TARGETPATH /private/10003a3f/apps
       
    35 END
       
    36 
       
    37 // <cmail>
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 // </cmail>
       
    40 USERINCLUDE ../inc
       
    41 USERINCLUDE ../../../inc
       
    42 USERINCLUDE ..\..\..\..\..\..\ODSUtility\inc
       
    43 
       
    44 SYSTEMINCLUDE   /epoc32/include
       
    45 //<cmail>
       
    46 //<cmail>
       
    47 USERINCLUDE ../../../../../inc
       
    48 //</cmail>
       
    49 //</cmail>
       
    50 
       
    51 LIBRARY euser.lib
       
    52 LIBRARY apparc.lib
       
    53 LIBRARY cone.lib
       
    54 LIBRARY eikcore.lib
       
    55 LIBRARY eikcoctl.lib
       
    56 LIBRARY avkon.lib
       
    57 LIBRARY bafl.lib
       
    58 LIBRARY AknSkins.lib
       
    59 LIBRARY imumda.lib
       
    60 LIBRARY imcm.lib
       
    61 LIBRARY efsrv.lib
       
    62 LIBRARY estor.lib
       
    63 LIBRARY msgs.lib
       
    64 LIBRARY centralrepository.lib 
       
    65 LIBRARY odsutility.lib
       
    66 LIBRARY ipssossettings.lib
       
    67