mediasettings/mpsettbase/group/mpsettbase.mmp
changeset 0 96612d01cf9f
child 1 6711b85517b7
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     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 the License "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:   Makefile for Media Settings base classes.*
       
    15 */
       
    16 
       
    17 
       
    18 // Version : %version: 2 %
       
    19 
       
    20 
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 TARGET          MPSettBase.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000006C 0x101F85E3
       
    26 VENDORID		VID_DEFAULT
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          MPSettingsBaseContainer.cpp
       
    30 SOURCE          MPSettingsBaseView.cpp
       
    31 SOURCE          MPSettingsPluginView.cpp
       
    32 
       
    33 USERINCLUDE     .
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../mediasettingsapp/inc
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 SYSTEMINCLUDE   /epoc32/include/ecom
       
    39 
       
    40 CAPABILITY      CAP_GENERAL_DLL
       
    41 
       
    42 LIBRARY         avkon.lib
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY         ecom.lib
       
    45 LIBRARY         cone.lib
       
    46 LIBRARY         eikcore.lib
       
    47 LIBRARY         commonengine.lib
       
    48 
       
    49 LIBRARY         eikcoctl.lib
       
    50 LIBRARY         featmgr.lib
       
    51 LIBRARY         aknskins.lib 
       
    52 LIBRARY         Flogger.lib
       
    53 
       
    54 #if defined(ARMCC)
       
    55 deffile ../eabi/ 
       
    56 #elif defined(WINSCW)
       
    57 deffile ../bwinscw/ 
       
    58 #elif defined(WINS)
       
    59 deffile ../bwins/ 
       
    60 #else
       
    61 deffile ../bmarm/ 
       
    62 #endif
       
    63 
       
    64 //end of file