syncmlfw/ds/dsutils/ProfileUtil/bld/NsmlProfileUtil.mmp
changeset 0 b497e44ab2fc
child 27 5cc2995847ea
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 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:  Profile Util mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET        NsmlProfileUtil.dll
       
    21 TARGETTYPE    dll
       
    22 UID           0x1000008d 0x2001955A
       
    23 CAPABILITY    CAP_GENERAL_DLL
       
    24 VENDORID      VID_DEFAULT
       
    25 
       
    26 #if defined(ARMCC)
       
    27 DEFFILE		./def/eabiProfileUtil.def
       
    28 #elif defined(WINSCW)
       
    29 DEFFILE		./def/bwinscwProfileUtil.def
       
    30 #endif
       
    31 
       
    32 USERINCLUDE   ../inc
       
    33 USERINCLUDE   ../../../settings/inc
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 SOURCEPATH    ../src
       
    37 SOURCE        NsmlProfileUtil.cpp
       
    38 
       
    39 LIBRARY       euser.lib
       
    40 LIBRARY       estor.lib
       
    41 LIBRARY       nsmldssettings.lib
       
    42 LIBRARY       centralrepository.lib
       
    43 LIBRARY       nsmldebug.lib
       
    44 
       
    45 
       
    46 
       
    47 
       
    48 
       
    49 
       
    50 
       
    51 
       
    52 
       
    53 
       
    54