connectivitymodules/SeCon/cntparser/bld/cntparsersrv.mmp
branchRCL_3
changeset 19 0aa8cc770c8a
parent 18 453dfc402455
child 20 4a793f564d72
equal deleted inserted replaced
18:453dfc402455 19:0aa8cc770c8a
     1 /*
       
     2 * Copyright (c) 2002-2008 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:  Contact Parser Client
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 VENDORID        VID_DEFAULT
       
    24 
       
    25 CAPABILITY      CAP_CLIENT_DLL
       
    26 
       
    27 TARGET          cntparserserver.dll
       
    28 TARGETTYPE      dll
       
    29 
       
    30 UID             0x10009d8d 0x101F99F8
       
    31 
       
    32 #if defined(ARMCC)
       
    33 DEFFILE	./def/eabiu
       
    34 #elif defined(WINSCW) 
       
    35 DEFFILE	./def/bwinscw
       
    36 #elif defined(WINS)
       
    37 DEFFILE	./def/bwins
       
    38 #elif defined(ARM)
       
    39 DEFFILE	./def/bmarm
       
    40 #endif
       
    41 
       
    42 SOURCEPATH      ../src
       
    43 SOURCE          cntparserclient.cpp
       
    44 SOURCE          cntparserinfolog.cpp
       
    45 
       
    46 USERINCLUDE     ../inc
       
    47 USERINCLUDE     ../../inc
       
    48 
       
    49 // Default system include paths for middleware layer modules.
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY	        cntmodel.lib
       
    54 LIBRARY	        efsrv.lib
       
    55 LIBRARY	        estor.lib
       
    56 LIBRARY	        versit.lib
       
    57 LIBRARY	        vcard.lib
       
    58 LIBRARY         bafl.lib
       
    59 DEBUGLIBRARY    flogger.lib
       
    60