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 Library.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include <data_caging_paths.hrh>
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
|
|
21 |
// Target information
|
|
22 |
CAPABILITY CAP_GENERAL_DLL
|
|
23 |
VENDORID VID_DEFAULT
|
|
24 |
|
|
25 |
TARGET npdlib.dll
|
|
26 |
TARGETTYPE dll
|
|
27 |
UID 0x1000008d 0x10005908
|
|
28 |
|
|
29 |
|
|
30 |
// Sources
|
|
31 |
SOURCE ../LibSrc/NpdModel.cpp
|
|
32 |
SOURCE ../LibSrc/NpdDll.cpp
|
|
33 |
SOURCE ../LibSrc/NpdListDialog.cpp
|
|
34 |
SOURCE ../LibSrc/NpdEditorDialog.cpp
|
|
35 |
SOURCE ../LibSrc/NpdApi.cpp
|
|
36 |
SOURCE ../LibSrc/NpdEdwin.cpp
|
|
37 |
SOURCE ../LibSrc/NpdEdwinLines.cpp
|
|
38 |
SOURCE ../LibSrc/NpdDialogBase.cpp
|
|
39 |
SOURCE ../LibSrc/NpdViewerDialog.cpp
|
|
40 |
SOURCE ../LibSrc/NpdUtil.cpp
|
|
41 |
SOURCE ../LibSrc/NpdListBox.cpp
|
|
42 |
SOURCE ../LibSrc/NpdCoreModel.cpp
|
|
43 |
SOURCE ../LibSrc/NpdPopupList.cpp
|
|
44 |
SOURCE ../LibSrc/NpdLibPanic.cpp
|
|
45 |
SOURCE ../LibSrc/NpdExternalTextEditorDialog.cpp
|
|
46 |
SOURCE ../LibSrc/NpdRichTextEditor.cpp
|
|
47 |
SOURCE ../LibSrc/NpdEdwinBase.cpp
|
|
48 |
SOURCE ../LibSrc/NpdEditorLaf.cpp
|
|
49 |
SOURCE ../LibSrc/NpdViewerLaf.cpp
|
|
50 |
SOURCE ../LibSrc/NpdTemplateListBox.cpp
|
|
51 |
SOURCE ../LibSrc/NpdLoadFileAO.cpp
|
|
52 |
|
|
53 |
// Include paths
|
|
54 |
USERINCLUDE ../inc
|
|
55 |
USERINCLUDE ../LibData
|
|
56 |
|
|
57 |
//SYSTEMINCLUDE /epoc32/include/cshelp
|
|
58 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
59 |
APP_LAYER_SYSTEMINCLUDE
|
|
60 |
|
|
61 |
|
|
62 |
// Resources
|
|
63 |
START RESOURCE ../LibData/NpdLib.rss
|
|
64 |
DEPENDS aknfep.rsg
|
|
65 |
HEADER
|
|
66 |
TARGETPATH RESOURCE_FILES_DIR
|
|
67 |
LANGUAGE_IDS
|
|
68 |
END
|
|
69 |
|
|
70 |
|
|
71 |
// Static dependencies
|
|
72 |
LIBRARY euser.lib
|
|
73 |
LIBRARY cone.lib
|
|
74 |
LIBRARY eikcore.lib
|
|
75 |
LIBRARY eikcoctl.lib
|
|
76 |
LIBRARY bafl.lib
|
|
77 |
LIBRARY eikctl.lib
|
|
78 |
LIBRARY etext.lib
|
|
79 |
LIBRARY edbms.lib
|
|
80 |
LIBRARY estor.lib
|
|
81 |
LIBRARY efsrv.lib
|
|
82 |
LIBRARY eikdlg.lib
|
|
83 |
LIBRARY avkon.lib
|
|
84 |
LIBRARY ws32.lib
|
|
85 |
LIBRARY form.lib
|
|
86 |
LIBRARY sendui.lib
|
|
87 |
LIBRARY commonengine.lib
|
|
88 |
LIBRARY sysutil.lib
|
|
89 |
LIBRARY aknnotify.lib
|
|
90 |
LIBRARY msgeditormodel.lib
|
|
91 |
LIBRARY apparc.lib
|
|
92 |
LIBRARY charconv.lib
|
|
93 |
LIBRARY featmgr.lib
|
|
94 |
LIBRARY hlplch.lib
|
|
95 |
LIBRARY aknskins.lib
|
|
96 |
LIBRARY commonui.lib
|
|
97 |
LIBRARY cdlengine.lib
|
|
98 |
LIBRARY aknicon.lib
|
|
99 |
LIBRARY servicehandler.lib //Application InterWorking
|
|
100 |
LIBRARY aknlayout2scalable.lib
|
|
101 |
LIBRARY aknlayout2.lib
|
|
102 |
LIBRARY centralrepository.lib
|
|
103 |
LIBRARY cenrepnotifhandler.lib
|
|
104 |
LIBRARY egul.lib
|
|
105 |
LIBRARY touchfeedback.lib
|
|
106 |
|
|
107 |
|
|
108 |
#if defined(ARMCC)
|
|
109 |
DEFFILE ../eabi/npdlib_EKA2.def
|
|
110 |
#elif defined( WINSCW )
|
|
111 |
DEFFILE ../BWinsCw/npdlib_EKA2.def
|
|
112 |
#elif defined( WINS )
|
|
113 |
DEFFILE ../BWins/npdlib_EKA2.def
|
|
114 |
#else
|
|
115 |
DEFFILE ../BMarm/npdlib_EKA2.def
|
|
116 |
#endif
|
|
117 |
|
|
118 |
|
|
119 |
|