cmmanager/cmmgr/database/group/cmmanagerdatabase.mmp
changeset 0 5a93021fdf25
child 27 489cf6208544
child 38 9cd75f35e6e4
equal deleted inserted replaced
-1:000000000000 0:5a93021fdf25
       
     1 /*
       
     2 * Copyright (c) 2006 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: 
       
    15 *     Build mmp file
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET        	cmmanagerdatabase.dll
       
    24 TARGETTYPE    	dll
       
    25 UID           	0x1000008d 0x10281BB9
       
    26 CAPABILITY		CAP_GENERAL_DLL
       
    27 VENDORID VID_DEFAULT
       
    28 
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 
       
    32 SOURCE 			cmmanagertableformats.cpp
       
    33 SOURCE          datamobilitycommsdattypes.cpp
       
    34 
       
    35 // Component specific internal headers 
       
    36 USERINCLUDE			../inc
       
    37 
       
    38 // ADO specific internal headers 
       
    39 SYSTEMINCLUDE		../../../../inc
       
    40 
       
    41 //Macro to /epoc32 headers
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 LIBRARY       	euser.lib
       
    45 //LIBRARY         ECom.lib
       
    46 LIBRARY         COMMSDAT.lib
       
    47 //LIBRARY         flogger.lib
       
    48 
       
    49 
       
    50 #if defined(ARMCC)
       
    51     DEFFILE ../eabi/cmmanagerdatabase.def
       
    52 #elif defined( WINSCW )
       
    53     DEFFILE ../bwinscw/cmmanagerdatabase.def
       
    54 #elif defined( WINS )
       
    55     DEFFILE ../BWins/cmmanagerdatabase.def
       
    56 #else
       
    57     DEFFILE ../BMarm/cmmanagerdatabase.def
       
    58 #endif
       
    59