messagingfw/muiuutils/group/muiuutils.mmp
branchRCL_3
changeset 22 d2c4c66342f3
equal deleted inserted replaced
21:e5b3a2155e1a 22:d2c4c66342f3
       
     1 /*
       
     2 * Copyright (c) 2002 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 *     This is project specification file for the Muiu_domain.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 target          muiuutils.dll
       
    25 targettype      dll
       
    26 UID             0x1000008d 0x20028782
       
    27 VENDORID        VID_DEFAULT
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VERSION 	10.0
       
    30 PAGED
       
    31 
       
    32 SOURCEPATH      .
       
    33 
       
    34 LANGUAGE_IDS
       
    35 
       
    36 
       
    37 #if defined(ARMCC)
       
    38 deffile ../eabi/eabi.def
       
    39 #elif defined( WINSCW )
       
    40 deffile ../bwinscw/winscwu.def
       
    41 #endif
       
    42 
       
    43 
       
    44 userinclude     ../inc
       
    45 
       
    46 //SYSTEMINCLUDE   ../../../../inc
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 // Generic
       
    50 sourcepath      ../src
       
    51 source          muiudomainpan.cpp
       
    52 source          MsvFactorySettings.cpp
       
    53 source          MuiuMsvSingleOpWatcher.cpp
       
    54 source          MuiuServiceUtilities.cpp
       
    55 
       
    56 library         euser.lib
       
    57 library         estor.lib
       
    58 library         apparc.lib
       
    59 library         cone.lib
       
    60 library         bafl.lib
       
    61 library         efsrv.lib
       
    62 library         apgrfx.lib
       
    63 library         msgs.lib
       
    64 library         mtur.lib
       
    65 library         eikcore.lib
       
    66 library         eikdlg.lib
       
    67 library         eikcoctl.lib
       
    68 library         egul.lib
       
    69 library         eikctl.lib
       
    70 library         commonengine.lib
       
    71 LIBRARY         centralrepository.lib
       
    72 
       
    73 
       
    74 #if defined(WINS)
       
    75 DEBUGLIBRARY	flogger.lib
       
    76 #endif
       
    77 
       
    78 //End of file