boottimeintegritycheck/TrkDummy/group/TrkDummy.mmp
changeset 30 cc1cea6aabaf
parent 0 164170e6151a
child 50 03674e5abf46
equal deleted inserted replaced
26:aad866c37519 30:cc1cea6aabaf
    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#9 %
    15 *  Version     : %version: tr1sido#10 %
    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 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__)
    29 
    30   #include <platform_paths.hrh>
    30 #include <platform_paths.hrh>
    31 #endif
    31 
    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
       
    54 
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE    
    55 
    51 
    56 LIBRARY         euser.lib
    52 LIBRARY         euser.lib
    57 LIBRARY         apparc.lib
    53 LIBRARY         apparc.lib
    58 LIBRARY         eikcore.lib
    54 LIBRARY         eikcore.lib
    59 LIBRARY         avkon.lib
    55 LIBRARY         avkon.lib