|
1 /* |
|
2 * Copyright (c) 2008 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: Dummy exe to prevent installing too liberal TrkApp |
|
15 * Version : %version: tr1sido#9 % |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 // This MMP file builds dummy exe that can be included in ROM image |
|
21 // to prevent installing old TrkApp.exe, which allows hacking platform |
|
22 // security. Dummy exe has the same UID3 as old TrkApp.exe, and hence |
|
23 // installing old TrkApp.exe will fail (error: 'Unable to install'). |
|
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! |
|
26 // This component is built-in'. |
|
27 |
|
28 |
|
29 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__) |
|
30 #include <platform_paths.hrh> |
|
31 #endif |
|
32 |
|
33 CAPABILITY None |
|
34 |
|
35 TARGETPATH /sys/bin |
|
36 TARGET TrkDummy.exe |
|
37 TARGETTYPE exe |
|
38 |
|
39 // Note: UID3 matches to the TrkApp UID to block it's installation. |
|
40 UID 0x100039CE 0x101F7159 |
|
41 |
|
42 LANG SC |
|
43 |
|
44 SOURCEPATH ../src |
|
45 SOURCE TrkDummy.cpp |
|
46 SOURCE TrkDummyApplication.cpp |
|
47 |
|
48 USERINCLUDE ../inc |
|
49 #if defined (__SERIES60_30__) || defined(__SERIES60_31__) |
|
50 SYSTEMINCLUDE /epoc32/include |
|
51 #else |
|
52 MW_LAYER_SYSTEMINCLUDE |
|
53 #endif |
|
54 |
|
55 |
|
56 LIBRARY euser.lib |
|
57 LIBRARY apparc.lib |
|
58 LIBRARY eikcore.lib |
|
59 LIBRARY avkon.lib |
|
60 |
|
61 SMPSAFE |