internetradio2.0/ircachemgmt/group/ircachemgmt.mmp
changeset 14 896e9dbc5f19
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
       
     1 /*
       
     2 * Copyright (c)  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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET                  ircachemgmt.dll
       
    24 TARGETTYPE              dll
       
    25 UID                     0x1000008d 0x2000B4A1
       
    26 
       
    27 CAPABILITY              CAP_GENERAL_DLL
       
    28 VENDORID                VID_DEFAULT
       
    29 PAGED
       
    30 
       
    31 SOURCEPATH              ../src
       
    32 SOURCE                  ircachemgmt.cpp
       
    33 SOURCE                  ircachecleanup.cpp
       
    34 
       
    35 USERINCLUDE             ../inc
       
    36 USERINCLUDE             ../../inc
       
    37 USERINCLUDE             ../../irsettings/inc
       
    38 USERINCLUDE             ../../ircommon/inc
       
    39 USERINCLUDE             ../../irdataprovider/inc
       
    40 USERINCLUDE             ../../irnetworkcontroller/inc
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 SMPSAFE
       
    45 
       
    46 LIBRARY                 bafl.lib
       
    47 LIBRARY                 edbms.lib
       
    48 LIBRARY                 efsrv.lib
       
    49 LIBRARY                 estor.lib
       
    50 LIBRARY                 euser.lib
       
    51 LIBRARY                 irdatastructures.lib
       
    52 LIBRARY                 irsettings.lib
       
    53 LIBRARY                 flogger.lib
       
    54 
       
    55 #if defined WINSCW
       
    56 DEFFILE                 ../bwinscw/ 
       
    57 #else
       
    58 DEFFILE                 ../bmarm/ 
       
    59 #endif