syncmlfw/common/sosserver_privateapi/bld/NSmlPrivateApi.mmp
changeset 0 b497e44ab2fc
child 39 ac7f88fb2797
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2004 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:  SyncLog
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include "defaultcaps.hrh"
       
    22 
       
    23 
       
    24 #if defined(ARMCC)
       
    25 DEFFILE		./def/eabi
       
    26 #elif defined(WINSCW)
       
    27 DEFFILE		./def/bwinscw
       
    28 #endif
       
    29 
       
    30 TARGET        	NSmlPrivateAPI.dll
       
    31 TARGETTYPE      dll
       
    32 UID             0x101F6DE4 0x101F6DE4
       
    33 CAPABILITY 	CAP_GENERAL_DLL
       
    34 VENDORID 	VID_DEFAULT
       
    35 
       
    36 SOURCEPATH    ../src
       
    37 SOURCE		NSmlDMAuthInfo.cpp
       
    38 SOURCE      NSmlPrivateAPI.cpp
       
    39 
       
    40 
       
    41 USERINCLUDE   	.	../inc
       
    42 USERINCLUDE		../../inc
       
    43 USERINCLUDE		../../debug/inc	
       
    44 USERINCLUDE     ../../sosserver/inc
       
    45 USERINCLUDE     ../../sosserver_clientapi/inc
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 
       
    50 LIBRARY		euser.lib  
       
    51 LIBRARY		nsmldebug.lib
       
    52 LIBRARY		efsrv.lib
       
    53 LIBRARY		estor.lib
       
    54 SMPSAFE