mmsharing/mmshindicator/group/musindicator.mmp
changeset 15 ccd8e69b5392
parent 2 b31261fd4e04
child 20 e8be2c2e049d
child 22 496ad160a278
equal deleted inserted replaced
2:b31261fd4e04 15:ccd8e69b5392
     1 /*
       
     2 * Copyright (c) 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:  Project definition file for project MuS Settings UI test
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../../../inc/musuid.hrh"
       
    22 
       
    23 TARGET                  musindicator.dll
       
    24 TARGETTYPE              dll
       
    25 TARGETPATH              /sys/bin
       
    26 UID                     0x0 KMusIndicatorUid
       
    27 
       
    28 CAPABILITY              CAP_GENERAL_DLL
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 SOURCEPATH              ../data
       
    32 START RESOURCE          musindicator.rss
       
    33 HEADER
       
    34 LANGUAGE_IDS
       
    35 TARGETPATH              RESOURCE_FILES_DIR
       
    36 END // RESOURCE
       
    37 
       
    38 SOURCEPATH              ../src
       
    39 SOURCE                  musindicatorapi.cpp
       
    40 SOURCE                  mussoundplayer.cpp
       
    41 SOURCE                  musindicatordsa.cpp
       
    42 SOURCE                  musresourceutil.cpp
       
    43 
       
    44 USERINCLUDE             ../inc
       
    45 USERINCLUDE             ../../mmshshared/inc
       
    46 USERINCLUDE             ../../inc
       
    47 USERINCLUDE             ../../../inc
       
    48 
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY                 euser.lib
       
    52 LIBRARY                 bafl.lib
       
    53 LIBRARY                 aknnotify.lib
       
    54 LIBRARY                 eiksrv.lib
       
    55 LIBRARY                 flogger.lib // RFileLogger
       
    56 LIBRARY		        	centralrepository.lib
       
    57 LIBRARY                 commonengine.lib // RConeResourceLoader
       
    58 LIBRARY                 efsrv.lib
       
    59 LIBRARY                 mediaclientaudio.lib
       
    60 LIBRARY                 ws32.lib          // Window server
       
    61 LIBRARY                 bitgdi.lib        //
       
    62 LIBRARY                 gdi.lib           // Font
       
    63 LIBRARY                 fntstr.lib
       
    64 LIBRARY                 fbscli.lib           // Font and bitmap server
       
    65 LIBRARY                 cone.lib            
       
    66 LIBRARY                 aknskins.lib            // Avkon Skins Utils
       
    67 LIBRARY                 avkon.lib               // Avkon Utils
       
    68 LIBRARY                 eikcore.lib             // Eikon core controls API
       
    69 
       
    70 PAGED