|
1 /* |
|
2 * Copyright (c) 2007 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: Project definition file for Peninput Setting |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGETPATH PROGRAMS_DIR |
|
23 TARGET peninputsetting.exe |
|
24 TARGETTYPE exe |
|
25 UID 0x100039CE 0x2001959B |
|
26 |
|
27 CAPABILITY CAP_APPLICATION |
|
28 VENDORID VID_DEFAULT |
|
29 EPOCSTACKSIZE 0x5000 |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE peninputsetting.cpp |
|
33 SOURCE peninputsettingApplication.cpp |
|
34 SOURCE peninputsettingAppui.cpp |
|
35 SOURCE peninputsettingDocument.cpp |
|
36 |
|
37 USERINCLUDE ../inc |
|
38 MW_LAYER_SYSTEMINCLUDE |
|
39 |
|
40 SYSTEMINCLUDE /epoc32/include/ecom |
|
41 SYSTEMINCLUDE ../../../../../inc |
|
42 SYSTEMINCLUDE ../../../../inc |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY apparc.lib |
|
46 LIBRARY cone.lib |
|
47 LIBRARY eikcore.lib |
|
48 LIBRARY avkon.lib |
|
49 LIBRARY eikcoctl.lib |
|
50 LIBRARY ecom.lib |
|
51 LIBRARY aknskins.lib // AknsUtils.h |
|
52 LIBRARY gsframework.lib // For GS Framework |
|
53 LIBRARY ws32.lib |
|
54 |
|
55 SOURCEPATH ../data |
|
56 START RESOURCE peninputsetting.rss |
|
57 HEADER |
|
58 TARGETPATH APP_RESOURCE_DIR |
|
59 LANGUAGE_IDS |
|
60 END // RESOURCE |
|
61 |
|
62 START RESOURCE peninputsetting_reg.rss |
|
63 DEPENDS peninputsetting.rsg |
|
64 TARGETPATH /private/10003a3f/apps |
|
65 END // RESOURCE |
|
66 |