syncmlfw/dm/settings/bld/nsmldmsettings.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:  DM-settings 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include "defaultcaps.hrh"
       
    21 #include  <platform_paths.hrh>
       
    22 
       
    23 #if defined(ARMCC)
       
    24 DEFFILE		./DEF/eabidmsettings
       
    25 #elif defined(WINSCW)
       
    26 DEFFILE		./DEF/bwinscwdmsettings
       
    27 #endif
       
    28 
       
    29 TARGET          nsmldmsettings.dll
       
    30 TARGETTYPE      dll
       
    31 UID             0x1000008d 0x10000920
       
    32 CAPABILITY 	CAP_GENERAL_DLL
       
    33 VENDORID 	VID_DEFAULT
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 SYSTEMINCLUDE   /epoc32/include/ecom
       
    37 SYSTEMINCLUDE   /epoc32/include/libc
       
    38 SOURCEPATH      ../src
       
    39 USERINCLUDE     ../inc ../../inc 
       
    40 USERINCLUDE     ../../treedbclient/inc/exported
       
    41 SOURCE          NSmlDMSettings.cpp
       
    42 SOURCE          NSmlDMProfileListItem.cpp
       
    43 SOURCE          NSmlDMProfile.cpp
       
    44 SOURCE          NSmlDMCrypt.cpp
       
    45 SOURCE			NSmlDMResourceProfile.cpp
       
    46 SOURCE          NSmlDMResourceProfiles.cpp
       
    47 SOURCE			DMProfileContentHandler.cpp
       
    48 LIBRARY         bafl.lib euser.lib efsrv.lib edbms.lib nsmldebug.lib estor.lib sysutil.lib
       
    49 LIBRARY			nsmldmtreedbclient.lib ecom.lib charconv.lib    
       
    50 LIBRARY			xmlinterface.lib
       
    51 LIBRARY 		centralrepository.lib               // Central Repository
       
    52 LIBRARY         commdb.lib
       
    53 LIBRARY			featmgr.lib
       
    54 
       
    55 SOURCEPATH	../src/pcsuite
       
    56 START RESOURCE	NSmlDMProfileRes.rss
       
    57 HEADER
       
    58 TARGETPATH	RESOURCE_FILES_DIR
       
    59 LANGUAGE_IDS
       
    60 END
       
    61 
       
    62 
       
    63 SMPSAFE