mmappcomponents/mediaplayersettingsengine/group/MPSettEng.mmp
changeset 20 b1fb57be53fe
parent 0 a2952bb97e68
child 25 d881023c13eb
child 55 6c1dfe4da5dd
equal deleted inserted replaced
4:d45095c2f4f3 20:b1fb57be53fe
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    13 *
    13 *
    14 * Description:  Makefile for Media Settings Engine
    14 * Description:  Makefile for Media Settings Engine
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 4.1.2 %
    18 // Version : %version: 4.1.3 %
    19 
       
    20 
    19 
    21 
    20 
    22 #include <platform_paths.hrh>
    21 #include <platform_paths.hrh>
       
    22 
    23 TARGET          mpsettengine.dll
    23 TARGET          mpsettengine.dll
    24 TARGETTYPE      dll
    24 TARGETTYPE      dll
    25 UID             0x1000006C 0x101F853D
    25 UID             0x1000006C 0x101F853D
    26 VENDORID		VID_DEFAULT
    26 VENDORID        VID_DEFAULT
    27 
    27 
    28 SOURCEPATH      ../src
    28 SOURCEPATH      ../src
    29 SOURCE          MPSettingsModel.cpp
    29 SOURCE          MPSettingsModel.cpp
    30 
    30 
    31 MW_LAYER_SYSTEMINCLUDE
    31 MW_LAYER_SYSTEMINCLUDE
    32 
    32 
    33 CAPABILITY      CAP_GENERAL_DLL
    33 CAPABILITY      CAP_GENERAL_DLL
    34 
    34 
    35 LIBRARY         euser.lib
    35 LIBRARY         euser.lib
    36 LIBRARY         ecom.lib
    36 LIBRARY         ecom.lib
    37 LIBRARY         flogger.lib
       
    38 
    37 
    39 #if defined(ARMCC)
    38 #if defined(ARMCC)
    40 deffile ../eabi/ 
    39 deffile ../eabi/
    41 #elif defined(WINSCW)
    40 #elif defined(WINSCW)
    42 deffile ../bwinscw/ 
    41 deffile ../bwinscw/
    43 #elif defined(WINS)
    42 #elif defined(WINS)
    44 deffile ../bwins/ 
    43 deffile ../bwins/
    45 #else
    44 #else
    46 deffile ../bmarm/ 
    45 deffile ../bmarm/
    47 #endif
    46 #endif
    48 
    47 
    49 //end of file
    48 //end of file