sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
* This component and the accompanying materials are made available
|
sl@0
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
* which accompanies this distribution, and is available
|
sl@0
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Initial Contributors:
|
sl@0
|
10 |
* Nokia Corporation - initial contribution.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* Contributors:
|
sl@0
|
13 |
*
|
sl@0
|
14 |
* Description:
|
sl@0
|
15 |
* Series 60 version of Hindi Demo application
|
sl@0
|
16 |
*
|
sl@0
|
17 |
*/
|
sl@0
|
18 |
|
sl@0
|
19 |
|
sl@0
|
20 |
#include <data_caging_paths.hrh>
|
sl@0
|
21 |
|
sl@0
|
22 |
// MCL
|
sl@0
|
23 |
#ifdef __SECURE_DATA__
|
sl@0
|
24 |
|
sl@0
|
25 |
TARGET hindiDemo.exe
|
sl@0
|
26 |
TARGETTYPE exe
|
sl@0
|
27 |
|
sl@0
|
28 |
START RESOURCE ../src/hindiDemo.RSS
|
sl@0
|
29 |
HEADER
|
sl@0
|
30 |
TARGETPATH /Resource/Apps
|
sl@0
|
31 |
end // RESOURCE
|
sl@0
|
32 |
|
sl@0
|
33 |
START RESOURCE ../src/hindiDemo_reg.rss
|
sl@0
|
34 |
DEPENDS hindidemo.rsg
|
sl@0
|
35 |
TARGETPATH /private/10003a3f/apps
|
sl@0
|
36 |
END
|
sl@0
|
37 |
|
sl@0
|
38 |
//START BITMAP hindiDemo.mbm
|
sl@0
|
39 |
//TARGETPATH /Resource/Apps
|
sl@0
|
40 |
//SOURCE c8,1 ../aif/icon24.bmp ../aif/icon2m.bmp ../aif/icon32.bmp ../aif/icon3m.bmp ../aif/icon48.bmp ../aif/icon4m.bmp
|
sl@0
|
41 |
//END
|
sl@0
|
42 |
|
sl@0
|
43 |
#else
|
sl@0
|
44 |
// 8.1 version
|
sl@0
|
45 |
|
sl@0
|
46 |
TARGET HindiDemo.app
|
sl@0
|
47 |
TARGETTYPE app
|
sl@0
|
48 |
TARGETPATH /system/apps/HindiDemo
|
sl@0
|
49 |
#endif
|
sl@0
|
50 |
|
sl@0
|
51 |
|
sl@0
|
52 |
UID 0x100039CE 0x1000006
|
sl@0
|
53 |
|
sl@0
|
54 |
// CAP_APPLICATION is the usual default of all caps, but this app needs none, so removed
|
sl@0
|
55 |
// CAPABILITY CAP_APPLICATION
|
sl@0
|
56 |
VENDORID VID_DEFAULT
|
sl@0
|
57 |
LANG 01
|
sl@0
|
58 |
|
sl@0
|
59 |
// icon
|
sl@0
|
60 |
//AIF HindiDemo.aif ../aif HindiIcon.rss c8 context_pane_icon.bmp context_pane_icon_mask.bmp list_icon.bmp list_icon_mask.bmp
|
sl@0
|
61 |
|
sl@0
|
62 |
SOURCEPATH ../src
|
sl@0
|
63 |
SOURCE MainViewcontainer.cpp
|
sl@0
|
64 |
SOURCE MainViewview.cpp
|
sl@0
|
65 |
SOURCE HindiDemomain.cpp
|
sl@0
|
66 |
SOURCE HindiDemoapp.cpp
|
sl@0
|
67 |
SOURCE HindiDemodocument.cpp
|
sl@0
|
68 |
SOURCE HindiDemoappui.cpp
|
sl@0
|
69 |
SOURCE HindiDemoview.cpp
|
sl@0
|
70 |
SOURCE HindiDemocontainer.cpp
|
sl@0
|
71 |
|
sl@0
|
72 |
RESOURCE HindiDemo.rss
|
sl@0
|
73 |
|
sl@0
|
74 |
USERINCLUDE ../inc
|
sl@0
|
75 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
sl@0
|
76 |
|
sl@0
|
77 |
LIBRARY euser.lib
|
sl@0
|
78 |
LIBRARY apparc.lib
|
sl@0
|
79 |
LIBRARY cone.lib
|
sl@0
|
80 |
LIBRARY eikcore.lib
|
sl@0
|
81 |
LIBRARY avkon.lib
|
sl@0
|
82 |
LIBRARY egul.lib
|
sl@0
|
83 |
LIBRARY eikcoctl.lib
|
sl@0
|
84 |
LIBRARY bafl.lib
|
sl@0
|
85 |
LIBRARY eikctl.lib
|
sl@0
|
86 |
LIBRARY fbscli.lib
|
sl@0
|
87 |
LIBRARY etext.lib
|
sl@0
|
88 |
LIBRARY form.lib
|
sl@0
|
89 |
LIBRARY gdi.lib
|
sl@0
|
90 |
LIBRARY insock.lib
|
sl@0
|
91 |
LIBRARY aknnotify.lib
|
sl@0
|
92 |
|
sl@0
|
93 |
SMPSAFE |