66
|
1 |
/*
|
|
2 |
* Copyright (c) 2002 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 specification file of Notepad Viewer application.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include <data_caging_paths.hrh>
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
|
|
21 |
// Target information
|
|
22 |
|
|
23 |
VENDORID VID_DEFAULT
|
|
24 |
CAPABILITY CAP_APPLICATION NetworkControl
|
|
25 |
|
|
26 |
TARGET npdviewer.exe
|
|
27 |
TARGETTYPE exe
|
|
28 |
EPOCHEAPSIZE 0x400 0x400000
|
|
29 |
EPOCSTACKSIZE 0x4000
|
|
30 |
|
|
31 |
UID 0x100039CE 0x1000599d
|
|
32 |
|
|
33 |
|
|
34 |
// Sources
|
|
35 |
SOURCE ../ViewerSrc/NpdViewerApp.cpp
|
|
36 |
SOURCE ../ViewerSrc/NpdViewerAppUi.cpp
|
|
37 |
SOURCE ../ViewerSrc/NpdViewerDocument.cpp
|
|
38 |
|
|
39 |
|
|
40 |
// Include paths
|
|
41 |
USERINCLUDE . ../ViewerInc ../inc ../AppInc
|
|
42 |
|
|
43 |
APP_LAYER_SYSTEMINCLUDE
|
|
44 |
|
|
45 |
|
|
46 |
// Resources
|
|
47 |
START RESOURCE ../ViewerData/NpdViewer.rss
|
|
48 |
HEADER
|
|
49 |
TARGETPATH APP_RESOURCE_DIR
|
|
50 |
LANGUAGE_IDS
|
|
51 |
END // RESOURCE
|
|
52 |
|
|
53 |
START RESOURCE ../ViewerData/NpdViewer_reg.rss
|
|
54 |
DEPENDS npdviewer.rsg
|
|
55 |
TARGETPATH /private/10003a3f/apps
|
|
56 |
END
|
|
57 |
|
|
58 |
//RESOURCE ../ViewerData/NpdViewer.rss
|
|
59 |
//RESOURCE ../ViewerAif/NpdViewer_caption.rss
|
|
60 |
|
|
61 |
|
|
62 |
// Static dependencies
|
|
63 |
LIBRARY euser.lib
|
|
64 |
LIBRARY apparc.lib
|
|
65 |
LIBRARY cone.lib
|
|
66 |
LIBRARY eikcore.lib
|
|
67 |
LIBRARY avkon.lib
|
|
68 |
LIBRARY npdlib.lib
|
|
69 |
LIBRARY efsrv.lib
|