customization/DMUtils/bld/DMUtils.mmp
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     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: Implementation of customization components
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #define STATIC_DMUTILS_LIB 1
       
    23 //#define DYNAMIC_DMUTILS_LIB 1
       
    24 
       
    25 #ifdef DYNAMIC_DMUTILS_LIB
       
    26 #include "defaultcaps.hrh"
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 #endif
       
    29 
       
    30 #ifdef DYNAMIC_DMUTILS_LIB
       
    31 TARGET          DMUtils.dll
       
    32 TARGETTYPE      DLL
       
    33 #endif
       
    34 
       
    35 #ifdef STATIC_DMUTILS_LIB
       
    36 TARGET          dmutils.lib
       
    37 TARGETTYPE      LIB
       
    38 #endif
       
    39 
       
    40 
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 SYSTEMINCLUDE   /epoc32/include/swi
       
    43 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    44 
       
    45 #ifdef __TARM_SYMBIAN_CONVERGENCY
       
    46 SYSTEMINCLUDE 	/epoc32/include/devman
       
    47 #else
       
    48 // nothing
       
    49 #endif
       
    50 
       
    51 SOURCEPATH      ../src
       
    52 USERINCLUDE     ../inc
       
    53 USERINCLUDE     ../../include
       
    54 
       
    55 SOURCE          FileCoderB64.cpp
       
    56 SOURCE          nsmldmuri.cpp
       
    57 SOURCE          TARMDmAdapter.cpp
       
    58 SOURCE          TARMDmStreamAdapter.cpp
       
    59 SOURCE          nsmldmiapmatcher.cpp
       
    60 SOURCE          TARMCharConv.cpp
       
    61 
       
    62 LIBRARY         euser.lib
       
    63 LIBRARY         ecom.lib
       
    64 LIBRARY					charconv.lib
       
    65 LIBRARY         sysutil.lib
       
    66 LIBRARY					edbms.lib
       
    67 LIBRARY         bafl.lib
       
    68 LIBRARY         commonengine.lib
       
    69 LIBRARY         imut.lib
       
    70 LIBRARY         apparc.lib
       
    71 LIBRARY         ws32.lib
       
    72 LIBRARY         apgrfx.lib
       
    73 LIBRARY         cone.lib
       
    74 LIBRARY         efsrv.lib // RFile
       
    75 LIBRARY         estor.lib // RFileWriteStream
       
    76 LIBRARY 				flogger.lib
       
    77 LIBRARY         featmgr.lib
       
    78 #ifdef __TARM_SYMBIAN_CONVERGENCY
       
    79 LIBRARY		      devmancmdmgr.lib
       
    80 #else
       
    81 // nothing
       
    82 #endif
       
    83 
       
    84 SMPSAFE