author | Simon Howkins <simonh@symbian.org> |
Tue, 16 Nov 2010 11:12:20 +0000 | |
branch | RCL_3 |
changeset 108 | cf9be2d674f1 |
parent 102 | ba63c83f4716 |
permissions | -rw-r--r-- |
83 | 1 |
/* |
2 |
* Copyright (c) 2006 - 2010 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: |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
#include <platform_paths.hrh> |
|
19 |
||
20 |
#include <platform/mw/aisystemuids.hrh> |
|
21 |
#include <data_caging_paths.hrh> |
|
22 |
||
102
ba63c83f4716
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
88
diff
changeset
|
23 |
TARGET Ai3NatiUi.dll |
83 | 24 |
TARGETTYPE PLUGIN |
25 |
UID 0x10009D8D AI_UID_ECOM_DLL_UICONTROLLER_NATIVE |
|
26 |
VENDORID VID_DEFAULT |
|
27 |
CAPABILITY CAP_ECOM_PLUGIN |
|
28 |
||
29 |
SOURCEPATH ../src |
|
30 |
SOURCE appui.cpp |
|
31 |
SOURCE document.cpp |
|
32 |
SOURCE application.cpp |
|
33 |
SOURCE ainativeuiview.cpp |
|
34 |
SOURCE nativeuicontroller.cpp |
|
35 |
SOURCE ainavipanerenderer.cpp |
|
36 |
SOURCE ainavipaneanimator.cpp |
|
37 |
SOURCE aistatuspanel.cpp |
|
38 |
SOURCE aititlepanerenderer.cpp |
|
39 |
SOURCE ainativerenderer.cpp |
|
40 |
SOURCE aidialogrenderer.cpp |
|
41 |
SOURCE aisoftkeyrenderer.cpp |
|
42 |
SOURCE ainativeuimodel.cpp |
|
43 |
SOURCE aistatuspanetouchui.cpp |
|
44 |
SOURCE ainotifierrenderer.cpp |
|
45 |
||
46 |
||
47 |
START RESOURCE ai3natiui.rss |
|
102
ba63c83f4716
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
88
diff
changeset
|
48 |
TARGET Ai3NatiUi.rsc |
83 | 49 |
END |
50 |
||
51 |
START RESOURCE ai3nativeui.rss |
|
52 |
HEADER |
|
102
ba63c83f4716
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
88
diff
changeset
|
53 |
TARGET AiNativeUi.rsc |
83 | 54 |
TARGETPATH APP_RESOURCE_DIR |
55 |
LANGUAGE_IDS |
|
56 |
END |
|
57 |
||
58 |
USERINCLUDE . |
|
59 |
USERINCLUDE ../inc |
|
60 |
USERINCLUDE ../../inc |
|
61 |
||
62 |
APP_LAYER_SYSTEMINCLUDE |
|
63 |
||
64 |
LIBRARY euser.lib |
|
65 |
LIBRARY ecom.lib |
|
66 |
LIBRARY avkon.lib |
|
67 |
LIBRARY aknskins.lib |
|
68 |
LIBRARY apparc.lib |
|
69 |
LIBRARY cone.lib |
|
70 |
LIBRARY eikcoctl.lib |
|
71 |
LIBRARY eikcore.lib |
|
72 |
LIBRARY commonengine.lib |
|
73 |
LIBRARY efsrv.lib |
|
74 |
LIBRARY fbscli.lib |
|
75 |
LIBRARY aknicon.lib |
|
76 |
LIBRARY eikdlg.lib |
|
77 |
LIBRARY egul.lib |
|
78 |
LIBRARY centralrepository.lib |
|
79 |
LIBRARY cenrepnotifhandler.lib |
|
80 |
LIBRARY aknlayout2scalable.lib |
|
81 |
LIBRARY cdlengine.lib |
|
82 |
LIBRARY aifw.lib |
|
83 |
LIBRARY aiutils.lib |
|
84 |
LIBRARY bafl.lib |
|
85 |
LIBRARY flogger.lib |
|
86 |
LIBRARY aiidleint.lib |
|
87 |
LIBRARY featmgr.lib |
|
88 |
LIBRARY profileeng.lib |
|
89 |
LIBRARY networkhandling.lib |
|
90 |
LIBRARY viewcli.lib |
|
91 |
LIBRARY gdi.lib |
|
92 |
LIBRARY aknnotify.lib |
|
93 |
||
94 |
#ifdef RD_TACTILE_FEEDBACK |
|
95 |
LIBRARY touchfeedback.lib |
|
96 |
#endif |
|
97 |
LIBRARY phonesettings.lib |