equal
deleted
inserted
replaced
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: 7 % |
15 * Version : %version: 8 % |
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 |
|
32 |
31 |
33 |
32 |
34 CAPABILITY None |
33 CAPABILITY None |
35 |
34 |
36 TARGETPATH /sys/bin |
35 TARGETPATH /sys/bin |
44 |
43 |
45 SOURCEPATH ../src |
44 SOURCEPATH ../src |
46 SOURCE TrkDummy.cpp |
45 SOURCE TrkDummy.cpp |
47 SOURCE TrkDummyApplication.cpp |
46 SOURCE TrkDummyApplication.cpp |
48 |
47 |
49 USERINCLUDE ../inc |
48 USERINCLUDE ../inc |
50 #if defined (__SERIES60_30__) || defined(__SERIES60_31__) |
|
51 SYSTEMINCLUDE /epoc32/include |
|
52 #else |
|
53 MW_LAYER_SYSTEMINCLUDE |
|
54 #endif |
|
55 |
49 |
|
50 MW_LAYER_SYSTEMINCLUDE |
56 |
51 |
57 LIBRARY euser.lib |
52 LIBRARY euser.lib |
58 LIBRARY apparc.lib |
53 LIBRARY apparc.lib |
59 LIBRARY eikcore.lib |
54 LIBRARY eikcore.lib |
60 LIBRARY avkon.lib |
55 LIBRARY avkon.lib |