mediasettings/mediasettingsengine/group/MPSettROPModel.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 ROP Model*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 // Version : %version: 4 %
       
    20 
       
    21 
       
    22 
       
    23 #include <platform_paths.hrh>
       
    24 TARGET          MPSettROPModel.dll
       
    25 CAPABILITY      CAP_ECOM_PLUGIN
       
    26 TARGETTYPE      PLUGIN
       
    27 UID             0x10009D8D 0x101F857B
       
    28 VENDORID        VID_DEFAULT
       
    29 //VERSION         11.6
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          MPSettingsModelForROP.cpp
       
    33 SOURCE          MPSettingsRopConfigParser.cpp
       
    34 SOURCE          MPSettingsModelForRopImplementationProxy.cpp
       
    35 
       
    36 SOURCEPATH      ../data
       
    37 START RESOURCE  101F857B.rss
       
    38 TARGET MPSettROPModel.rsc                                                                
       
    39 END
       
    40 
       
    41 START RESOURCE  MPSettingsROPModel.rss
       
    42 HEADER
       
    43 TARGET MPSettingsROPModel.rsc       
       
    44 TARGETPATH      resource 
       
    45 END
       
    46 
       
    47 USERINCLUDE     .
       
    48 USERINCLUDE		../inc
       
    49 
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 SYSTEMINCLUDE   /epoc32/include/ecom
       
    52 SYSTEMINCLUDE   /epoc32/include/mmf
       
    53 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    54 
       
    55 
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         MMFCONTROLLERFRAMEWORK.LIB
       
    58 LIBRARY         charconv.lib
       
    59 LIBRARY         MPSettEngine.lib
       
    60 LIBRARY         commdb.lib
       
    61 LIBRARY         bafl.lib
       
    62 LIBRARY         efsrv.lib
       
    63 LIBRARY         Flogger.lib
       
    64 LIBRARY         CentralRepository.lib
       
    65 LIBRARY         commsdat.lib
       
    66 
       
    67 //end of file