notepad/notepad1/group/NpdLib.mmp
changeset 0 f979ecb2b13e
child 48 bf573002ff72
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     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 
       
    52 // Include paths
       
    53 USERINCLUDE     ../inc
       
    54 USERINCLUDE     ../LibData
       
    55 
       
    56 //SYSTEMINCLUDE   /epoc32/include/cshelp
       
    57 SYSTEMINCLUDE   /epoc32/include/ecom
       
    58 APP_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 
       
    61 // Resources
       
    62 START RESOURCE ../LibData/NpdLib.rss
       
    63 DEPENDS aknfep.rsg
       
    64 HEADER    		
       
    65 TARGETPATH   RESOURCE_FILES_DIR  
       
    66 LANGUAGE_IDS
       
    67 END
       
    68 
       
    69 
       
    70 // Static dependencies
       
    71 LIBRARY         euser.lib 
       
    72 LIBRARY         cone.lib 
       
    73 LIBRARY         eikcore.lib 
       
    74 LIBRARY         eikcoctl.lib 
       
    75 LIBRARY         bafl.lib 
       
    76 LIBRARY         eikctl.lib 
       
    77 LIBRARY         etext.lib 
       
    78 LIBRARY         edbms.lib 
       
    79 LIBRARY         estor.lib 
       
    80 LIBRARY         efsrv.lib
       
    81 LIBRARY         eikdlg.lib
       
    82 LIBRARY         avkon.lib
       
    83 LIBRARY         ws32.lib
       
    84 LIBRARY         form.lib
       
    85 LIBRARY         sendui.lib
       
    86 LIBRARY         commonengine.lib
       
    87 LIBRARY         sysutil.lib 
       
    88 LIBRARY         aknnotify.lib 
       
    89 LIBRARY         msgeditormodel.lib
       
    90 LIBRARY         apparc.lib
       
    91 LIBRARY         charconv.lib
       
    92 LIBRARY	        featmgr.lib
       
    93 LIBRARY         hlplch.lib
       
    94 LIBRARY	        aknskins.lib
       
    95 LIBRARY	        commonui.lib
       
    96 LIBRARY 	cdlengine.lib
       
    97 LIBRARY	        aknicon.lib
       
    98 LIBRARY         servicehandler.lib              //Application InterWorking
       
    99 LIBRARY         aknlayout2scalable.lib
       
   100 LIBRARY	        aknlayout2.lib
       
   101 LIBRARY         centralrepository.lib
       
   102 LIBRARY         cenrepnotifhandler.lib
       
   103 LIBRARY	        egul.lib
       
   104 LIBRARY         touchfeedback.lib
       
   105 
       
   106 
       
   107 #if defined(ARMCC)
       
   108  DEFFILE ../eabi/npdlib_EKA2.def
       
   109 #elif defined( WINSCW )
       
   110  DEFFILE ../BWinsCw/npdlib_EKA2.def
       
   111 #elif defined( WINS )
       
   112  DEFFILE ../BWins/npdlib_EKA2.def
       
   113 #else
       
   114  DEFFILE ../BMarm/npdlib_EKA2.def
       
   115 #endif
       
   116  
       
   117 
       
   118