syncmlfw/ds/settings/bld/nsmldssettings.mmp
changeset 0 b497e44ab2fc
child 13 06f47423ecee
child 39 ac7f88fb2797
child 44 39aa16f3fdc2
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:  DS-settings 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 #include "defaultcaps.hrh"
       
    22 
       
    23 CAPABILITY 	CAP_GENERAL_DLL
       
    24 TARGET          NSmlDSSettings.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008d 0x101F6DE4
       
    27 VENDORID	VID_DEFAULT
       
    28 
       
    29 #if defined(ARMCC)
       
    30 DEFFILE		./DEF/eabidssettings
       
    31 #elif defined(WINSCW)
       
    32 DEFFILE		./DEF/bwinscwdssettings
       
    33 #endif
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 
       
    37 SOURCE          NSmlDSResourceProfile.cpp
       
    38 SOURCE          NSmlDSResourceProfiles.cpp
       
    39 SOURCE          NSmlDSResourceContentType.cpp
       
    40 SOURCE          NSmlDSSettings.cpp
       
    41 SOURCE          NSmlDSProfileListItem.cpp
       
    42 SOURCE          NSmlDSProfile.cpp
       
    43 SOURCE          NSmlDSContentType.cpp
       
    44 SOURCE          NSmlDSCrypt.cpp
       
    45 SOURCE		nsmlroam.cpp
       
    46 SOURCE          NSmlRoamTable.cpp
       
    47 SOURCE			NSmlProfileContentHandler.cpp
       
    48 
       
    49 USERINCLUDE     ../inc 
       
    50 USERINCLUDE	../../inc 
       
    51 USERINCLUDE	../../../common/inc 
       
    52 
       
    53 
       
    54 SYSTEMINCLUDE	/epoc32/include/libc
       
    55 SYSTEMINCLUDE	/epoc32/include/ecom 
       
    56 MW_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 LIBRARY         bafl.lib ecom.lib efsrv.lib edbms.lib estor.lib euser.lib sysutil.lib
       
    59 
       
    60 LIBRARY			XMLInterface.lib
       
    61 LIBRARY			commdb.lib
       
    62 LIBRARY			centralrepository.lib
       
    63 
       
    64 
       
    65 #ifdef __SYNCML_OBEX //pre-defined local sync profiles for PC Suite
       
    66 SOURCEPATH	../src/pcsuite
       
    67 #else
       
    68 SOURCEPATH	../src/empty
       
    69 #endif //__SYNCML_OBEX
       
    70 
       
    71 
       
    72 
       
    73 START RESOURCE	NSmlDSProfileRes.rss
       
    74 HEADER
       
    75 TARGETPATH	RESOURCE_FILES_DIR
       
    76 LANGUAGE_IDS
       
    77 END
       
    78