internetradio2.0/irsettings/group/irsettings.mmp
changeset 14 896e9dbc5f19
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
       
     1 /*
       
     2 * Copyright (c) 2007-2007 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:  Settings component definition file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include        <platform_paths.hrh>
       
    20 #include        <data_caging_paths.hrh>
       
    21 
       
    22 TARGET              irsettings.dll
       
    23 TARGETTYPE          DLL
       
    24 UID                 0x1000008D 0x2000B4A3
       
    25 
       
    26 
       
    27 VENDORID            VID_DEFAULT
       
    28 CAPABILITY          CAP_GENERAL_DLL
       
    29 
       
    30 PAGED
       
    31 
       
    32 SOURCEPATH          ../src
       
    33 SOURCE              irsettings.cpp
       
    34 
       
    35 USERINCLUDE         ../inc
       
    36 USERINCLUDE         ../../inc
       
    37 
       
    38 // Default system include paths for application layer modules.
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE    OS_LAYER_PUBLIC_EXPORT_PATH(mmf/server)
       
    41 
       
    42 SMPSAFE
       
    43 
       
    44 LIBRARY             bafl.lib
       
    45 LIBRARY             commonengine.lib
       
    46 LIBRARY             cone.lib
       
    47 LIBRARY             efsrv.lib
       
    48 LIBRARY             estor.lib
       
    49 LIBRARY             euser.lib
       
    50 LIBRARY             platformenv.lib
       
    51 LIBRARY             centralrepository.lib
       
    52 LIBRARY             mmfdevsound.lib
       
    53 
       
    54 LIBRARY        flogger.lib
       
    55 
       
    56 #if defined( WINSCW )
       
    57 DEFFILE             ../bwinscw/ 
       
    58 #else
       
    59 DEFFILE             ../bmarm/ 
       
    60 #endif