equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of the License "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 * |
8 * |
9 * Initial Contributors: |
9 * Initial Contributors: |
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
16 */ |
16 */ |
17 // |
17 // |
18 // App_CTRL2.MMP for test component App_CTRL2 (released in APPARC) |
18 // App_CTRL2.MMP for test component App_CTRL2 (released in APPARC) |
19 // |
19 // |
20 |
20 |
21 #include <platform_paths.hrh> |
21 target app_ctrl2.exe |
22 |
|
23 target APP_CTRL2.EXE |
|
24 TARGETTYPE exe |
22 TARGETTYPE exe |
25 |
23 |
26 CAPABILITY All -Tcb |
24 CAPABILITY All -Tcb |
27 VENDORID 0x70000001 |
25 VENDORID 0x70000001 |
28 |
26 |
29 UID 0x100039CE 0x13008ADE |
27 UID 0x100039CE 0x13008ADE |
30 targetpath /sys/bin |
28 targetpath /sys/bin |
31 SOURCEPATH . |
29 SOURCEPATH . |
32 |
30 |
33 // your public include directory should be here |
31 // your public include directory should be here |
34 systeminclude ../inc |
32 userinclude ../inc |
35 systeminclude /epoc32/include |
|
36 systeminclude /epoc32/include/techview |
|
37 systeminclude /epoc32/include/kernel |
|
38 |
33 |
39 MW_LAYER_SYSTEMINCLUDE |
34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
36 //systeminclude /epoc32/include/techview |
|
37 //systeminclude /epoc32/include/kernel |
40 |
38 |
41 source App_CTRL2.CPP |
39 source app_CTRL2.CPP |
42 |
40 |
43 // Application exe specific resource which is localised to the application |
41 // Application exe specific resource which is localised to the application |
44 resource App_CTRL2.rss |
42 resource App_CTRL2.rss |
45 start resource App_CTRL2.rss |
43 start resource App_CTRL2.rss |
46 targetpath /Resource/apps |
44 targetpath /resource/apps |
47 lang sc |
45 lang sc |
48 end |
46 end |
49 |
47 |
50 // Application exe registration resource file |
48 // Application exe registration resource file |
51 resource App_CTRL2_reg.rss |
49 resource App_CTRL2_reg.rss |
53 targetpath /private/10003a3f/import/apps |
51 targetpath /private/10003a3f/import/apps |
54 lang sc |
52 lang sc |
55 end |
53 end |
56 |
54 |
57 |
55 |
58 LIBRARY APPARC.LIB |
56 LIBRARY apparc.lib |
59 LIBRARY CONE.LIB |
57 LIBRARY cone.lib |
60 LIBRARY EIKCORE.LIB |
58 LIBRARY eikcore.lib |
61 LIBRARY EUSER.LIB |
59 LIBRARY euser.lib |
62 LIBRARY GDI.LIB |
60 LIBRARY gdi.lib |
|
61 |
|
62 SMPSAFE |