boottimeintegritycheck/TrkDummy/group/TrkDummy.mmp
branchRCL_3
changeset 50 03674e5abf46
parent 49 09b1ac925e3f
equal deleted inserted replaced
49:09b1ac925e3f 50:03674e5abf46
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Dummy exe to prevent installing too liberal TrkApp
    14 * Description:  Dummy exe to prevent installing too liberal TrkApp
    15 *  Version     : %version: tr1sido#10 %
    15 *  Version     : %version: tr1sido#9 %
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 // This MMP file builds dummy exe that can be included in ROM image
    20 // This MMP file builds dummy exe that can be included in ROM image
    24 // If the same file name (TrkApp.exe, see TrkDummy.iby) is used too,
    24 // If the same file name (TrkApp.exe, see TrkDummy.iby) is used too,
    25 // then installing old TrkApp.exe fails with error: 'Cannot install!
    25 // then installing old TrkApp.exe fails with error: 'Cannot install!
    26 // This component is built-in'.
    26 // This component is built-in'.
    27 
    27 
    28 
    28 
    29 
    29 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__)
    30 #include <platform_paths.hrh>
    30   #include <platform_paths.hrh>
    31 
    31 #endif
    32 
    32 
    33 CAPABILITY      None
    33 CAPABILITY      None
    34 
    34 
    35 TARGETPATH      /sys/bin
    35 TARGETPATH      /sys/bin
    36 TARGET          TrkDummy.exe
    36 TARGET          TrkDummy.exe
    43 
    43 
    44 SOURCEPATH      ../src
    44 SOURCEPATH      ../src
    45 SOURCE          TrkDummy.cpp
    45 SOURCE          TrkDummy.cpp
    46 SOURCE          TrkDummyApplication.cpp
    46 SOURCE          TrkDummyApplication.cpp
    47 
    47 
    48 USERINCLUDE     ../inc
    48 USERINCLUDE     ../inc 
       
    49 #if defined (__SERIES60_30__) || defined(__SERIES60_31__)
       
    50 	SYSTEMINCLUDE	/epoc32/include  
       
    51 #else
       
    52     MW_LAYER_SYSTEMINCLUDE    
       
    53 #endif
    49 
    54 
    50 MW_LAYER_SYSTEMINCLUDE    
       
    51 
    55 
    52 LIBRARY         euser.lib
    56 LIBRARY         euser.lib
    53 LIBRARY         apparc.lib
    57 LIBRARY         apparc.lib
    54 LIBRARY         eikcore.lib
    58 LIBRARY         eikcore.lib
    55 LIBRARY         avkon.lib
    59 LIBRARY         avkon.lib