author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 14 Sep 2010 20:54:53 +0300 | |
branch | RCL_3 |
changeset 21 | 9da50d567e3c |
parent 20 | f4a778e096c2 |
permissions | -rw-r--r-- |
20 | 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 project CCAApp |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
#include <platform_paths.hrh> |
|
20 |
#include <data_caging_paths.hrh> |
|
21 |
#include "../../inc/ccauids.h" |
|
22 |
#include "../../ccadetailsviewplugin/inc/ccappdetailsviewpluginuids.hrh" |
|
23 |
#include "../../ccacommlauncherplugin/inc/ccappcommlauncherpluginuids.hrh" |
|
24 |
||
25 |
TARGET ccaapp.exe |
|
26 |
TARGETTYPE exe |
|
27 |
UID 0x100039CE KCCAAppUID |
|
28 |
||
29 |
EPOCHEAPSIZE 0x10000 0xA00000 //min 64K, max 10M |
|
30 |
||
31 |
CAPABILITY CAP_APPLICATION NetworkServices NetworkControl |
|
32 |
VENDORID VID_DEFAULT |
|
33 |
||
34 |
SOURCEPATH . |
|
35 |
START RESOURCE ccaapp.rss |
|
36 |
HEADER |
|
37 |
TARGETPATH APP_RESOURCE_DIR |
|
38 |
LANGUAGE_IDS |
|
39 |
END |
|
40 |
||
41 |
START RESOURCE ccaapp_reg.rss |
|
42 |
DEPENDS ccaapp.rsg |
|
43 |
TARGETPATH /private/10003a3f/apps |
|
44 |
END |
|
45 |
||
46 |
SOURCEPATH ../src |
|
47 |
SOURCE ccaapp.cpp |
|
48 |
SOURCE ccaappapplication.cpp |
|
49 |
SOURCE ccaappappui.cpp |
|
50 |
SOURCE ccaappdocument.cpp |
|
51 |
SOURCE ccaappserverapp.cpp |
|
52 |
SOURCE ccaappservice.cpp |
|
53 |
SOURCE ccappplugindata.cpp |
|
54 |
SOURCE ccapppluginloader.cpp |
|
55 |
SOURCE ccapppluginparameter.cpp |
|
56 |
SOURCE ccaappview.cpp |
|
57 |
SOURCE ccaappstatuspanehandler.cpp |
|
58 |
SOURCE ccapluginfactoryowner.cpp |
|
59 |
||
60 |
APP_LAYER_SYSTEMINCLUDE |
|
61 |
SYSTEMINCLUDE /epoc32/include/ecom |
|
62 |
||
63 |
//Internal |
|
64 |
USERINCLUDE . ../inc |
|
65 |
USERINCLUDE ../../inc |
|
66 |
USERINCLUDE ../sis |
|
67 |
USERINCLUDE ../../../inc |
|
68 |
USERINCLUDE ../../../../../ccservices/cmsservices/cmsengine/inc |
|
69 |
USERINCLUDE ../../ccacommlauncherplugin/inc |
|
70 |
USERINCLUDE ../../ccadetailsviewplugin/inc |
|
71 |
||
72 |
LIBRARY euser.lib |
|
73 |
LIBRARY apparc.lib |
|
74 |
LIBRARY cone.lib |
|
75 |
LIBRARY eikcore.lib |
|
76 |
LIBRARY eikcoctl.lib |
|
77 |
LIBRARY avkon.lib |
|
78 |
LIBRARY gdi.lib |
|
79 |
LIBRARY ecom.lib |
|
80 |
LIBRARY estor.lib |
|
81 |
LIBRARY bafl.lib |
|
82 |
LIBRARY apgrfx.lib |
|
83 |
LIBRARY efsrv.lib |
|
21
9da50d567e3c
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
20
diff
changeset
|
84 |
LIBRARY aknicon.lib |
20 | 85 |
LIBRARY ccaclient.lib |
86 |
LIBRARY centralrepository.lib |
|
87 |
LIBRARY cmsclient.lib |
|
88 |
LIBRARY fbscli.lib |
|
89 |
LIBRARY featmgr.lib |
|
90 |
LIBRARY hlplch.lib |
|
91 |
LIBRARY ccapputil.lib |
|
92 |
LIBRARY CdlEngine.lib |
|
21
9da50d567e3c
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
20
diff
changeset
|
93 |
LIBRARY aknlayout2.lib |
20 | 94 |
LIBRARY ws32.lib |
95 |
LIBRARY Pbk2CommonUI.lib |
|
96 |
LIBRARY VPbkEng.lib |
|
97 |
LIBRARY Pbk2Presentation.lib |
|
98 |
||
99 |
LIBRARY flogger.lib |
|
100 |
||
101 |
// End of File |