mmsharing/mmshmanagersrv/group/musmanagerserver.mmp
changeset 22 496ad160a278
equal deleted inserted replaced
15:ccd8e69b5392 22:496ad160a278
       
     1 /*
       
     2 * Copyright (c) 2006-2006 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:  Definition of project MultimediaSharing for S60 3.2
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 #include "../../../inc/musuid.hrh"
       
    23 #include "../../../inc/musversionnumbers.h"
       
    24 
       
    25 TARGET                  musmanagerserver.exe
       
    26 TARGETTYPE              EXE
       
    27 UID                     0x1000008d KMusManagerServerUid
       
    28 
       
    29 CAPABILITY              CAP_SERVER
       
    30 VENDORID                VID_DEFAULT
       
    31 VERSION                 KMusBinaryVersionNumber
       
    32 
       
    33 // Stack Size 20K 
       
    34 EPOCSTACKSIZE 0x5000
       
    35 
       
    36 SOURCEPATH              ../src
       
    37 SOURCE                  musmanagerserver.cpp
       
    38 SOURCE                  musmanagerservercore.cpp
       
    39 SOURCE                  musmanagerserveritcutility.cpp
       
    40 SOURCE                  musmanagerservermain.cpp
       
    41 SOURCE                  musmanagerserversession.cpp
       
    42 SOURCE                  musmanagerserverclosetimer.cpp
       
    43 SOURCE                  musavailabilitypluginmanager.cpp
       
    44 SOURCE                  musapplicationmanager.cpp
       
    45 
       
    46 USERINCLUDE             ../inc
       
    47 USERINCLUDE             ../../mmshshared/inc
       
    48 USERINCLUDE             ../../inc
       
    49 USERINCLUDE             ../../../inc
       
    50 USERINCLUDE             ../../cenrep
       
    51 
       
    52 
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY                 apparc.lib 
       
    56 LIBRARY                 apgrfx.lib
       
    57 LIBRARY                 bafl.lib
       
    58 LIBRARY                 ecom.lib
       
    59 LIBRARY                 euser.lib
       
    60 LIBRARY                 flogger.lib
       
    61 LIBRARY                 ws32.lib 
       
    62 LIBRARY                 musindicator.lib
       
    63 LIBRARY                 centralrepository.lib
       
    64 LIBRARY					charconv.lib
       
    65 
       
    66 PAGED