commonuisupport/uikon/test/tdisableexitchecks/disableexitchecksapp/DisableExitChecksApp.mmp
equal
deleted
inserted
replaced
|
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // using relative paths for sourcepath and user includes |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 target disableexitchecksapp.exe |
|
23 TARGETTYPE exe |
|
24 |
|
25 targetpath /sys/bin |
|
26 UID 0x100039CE 0x102857AF |
|
27 VENDORID 0x70000001 |
|
28 CAPABILITY NONE |
|
29 epocstacksize 0x5000 |
|
30 |
|
31 SOURCEPATH . |
|
32 SOURCE DisableExitChecksApp.cpp |
|
33 |
|
34 USERINCLUDE ../disableexitchecksapp |
|
35 APP_LAYER_SYSTEMINCLUDE |
|
36 |
|
37 // Application exe specific resource which is localised to the application |
|
38 RESOURCE DisableExitChecksApp.rss |
|
39 start resource DisableExitChecksApp.rss |
|
40 targetpath /resource/apps |
|
41 lang sc |
|
42 end |
|
43 |
|
44 // Application exe registration resource file |
|
45 START RESOURCE DisableExitChecksApp_reg.rss |
|
46 TARGETPATH /private/10003a3f/apps |
|
47 lang sc |
|
48 END |
|
49 |
|
50 |
|
51 LIBRARY euser.lib |
|
52 LIBRARY apparc.lib |
|
53 LIBRARY cone.lib |
|
54 LIBRARY eikcore.lib |
|
55 LIBRARY gdi.lib |
|
56 |
|
57 SMPSAFE |