equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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 the License "Symbian Foundation License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 // |
|
18 // App_CTRL2.MMP for test component App_CTRL2 (released in APPARC) |
|
19 // |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 target APP_CTRL2.EXE |
|
24 TARGETTYPE exe |
|
25 |
|
26 CAPABILITY All -Tcb |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 UID 0x100039CE 0x13008ADE |
|
30 targetpath /sys/bin |
|
31 SOURCEPATH . |
|
32 |
|
33 // your public include directory should be here |
|
34 systeminclude ../inc |
|
35 systeminclude /epoc32/include |
|
36 systeminclude /epoc32/include/techview |
|
37 systeminclude /epoc32/include/kernel |
|
38 |
|
39 MW_LAYER_SYSTEMINCLUDE |
|
40 |
|
41 source App_CTRL2.CPP |
|
42 |
|
43 // Application exe specific resource which is localised to the application |
|
44 resource App_CTRL2.rss |
|
45 start resource App_CTRL2.rss |
|
46 targetpath /Resource/apps |
|
47 lang sc |
|
48 end |
|
49 |
|
50 // Application exe registration resource file |
|
51 resource App_CTRL2_reg.rss |
|
52 start resource App_CTRL2_reg.rss |
|
53 targetpath /private/10003a3f/import/apps |
|
54 lang sc |
|
55 end |
|
56 |
|
57 |
|
58 LIBRARY APPARC.LIB |
|
59 LIBRARY CONE.LIB |
|
60 LIBRARY EIKCORE.LIB |
|
61 LIBRARY EUSER.LIB |
|
62 LIBRARY GDI.LIB |