|
1 /* |
|
2 * Copyright (c) 2007-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: Project definition file for project CSC |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <bldvariant.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET csc.exe |
|
24 EPOCSTACKSIZE 0x2700 |
|
25 TARGETTYPE exe |
|
26 UID 0x100039CE 0x10275458 |
|
27 |
|
28 CAPABILITY CAP_APPLICATION TrustedUI NetworkControl |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE cscappui.cpp |
|
33 SOURCE cscdialog.cpp |
|
34 SOURCE cscdocument.cpp |
|
35 SOURCE cscapplication.cpp |
|
36 SOURCE cscserviceview.cpp |
|
37 SOURCE cscnoteutilities.cpp |
|
38 SOURCE cscservicecontainer.cpp |
|
39 |
|
40 SOURCEPATH ../group |
|
41 |
|
42 TARGETPATH /system/apps/csc |
|
43 |
|
44 START RESOURCE ../data/csc.rss |
|
45 HEADER |
|
46 TARGETPATH APP_RESOURCE_DIR |
|
47 LANGUAGE_IDS |
|
48 END // RESOURCE |
|
49 |
|
50 USERINCLUDE ../inc |
|
51 USERINCLUDE ../../cscengine/inc |
|
52 SYSTEMINCLUDE ../../../inc |
|
53 |
|
54 APP_LAYER_SYSTEMINCLUDE |
|
55 |
|
56 LIBRARY cch.lib |
|
57 LIBRARY ecom.lib |
|
58 LIBRARY egul.lib |
|
59 LIBRARY bafl.lib |
|
60 LIBRARY cone.lib |
|
61 LIBRARY avkon.lib |
|
62 LIBRARY euser.lib |
|
63 LIBRARY efsrv.lib |
|
64 LIBRARY apgrfx.lib |
|
65 LIBRARY apparc.lib |
|
66 LIBRARY eikctl.lib |
|
67 LIBRARY hlplch.lib |
|
68 LIBRARY fbscli.lib |
|
69 LIBRARY featmgr.lib |
|
70 LIBRARY eikcore.lib |
|
71 LIBRARY aknicon.lib |
|
72 LIBRARY eikcoctl.lib |
|
73 LIBRARY aknskins.lib |
|
74 LIBRARY cscengine.lib |
|
75 LIBRARY aknnotify.lib |
|
76 LIBRARY platformenv.lib |
|
77 LIBRARY commonengine.lib |
|
78 LIBRARY cscsettingsui.lib |
|
79 LIBRARY xspviewservices.lib |
|
80 |
|
81 |
|
82 START RESOURCE ../data/csc_reg.rss |
|
83 DEPENDS csc.rsg |
|
84 // Do not change the UID 10003a3f below. |
|
85 TARGETPATH /private/10003a3f/apps |
|
86 END |
|
87 |