mediator/group/MediatorServer.mmp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2005-2008 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 file for MediatorServer.exe
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET              mediatorserver.exe
       
    23 TARGETTYPE          exe
       
    24 TARGETPATH          /system/programs
       
    25 UID                 0x1000008d 0x10207449
       
    26 
       
    27 CAPABILITY          CAP_SERVER NetworkControl MultimediaDD
       
    28 VENDORID            VID_DEFAULT
       
    29 
       
    30 SOURCEPATH          ../src/Server
       
    31 SOURCE              MediatorServerMain.cpp
       
    32 SOURCE              MediatorServer.cpp
       
    33 SOURCE              MediatorServerSession.cpp
       
    34 SOURCE              MediatorServerCommandHandler.cpp
       
    35 SOURCE              MediatorServerEventHandler.cpp
       
    36 SOURCE              MediatorServerObjectHandler.cpp
       
    37 SOURCE              MediatorServerPluginHandler.cpp
       
    38 SOURCE              MediatorServerObjects.cpp
       
    39 SOURCE              MediatorCommandTimer.cpp
       
    40 SOURCE              MediatorDebug.cpp
       
    41 SOURCE 				mediatorqueitem.cpp
       
    42 SOURCEPATH          ../data
       
    43 
       
    44 START RESOURCE      MediatorDebug.rss
       
    45 HEADER
       
    46 TARGETPATH RESOURCE_FILES_DIR
       
    47 LANG    SC
       
    48 END  // RESOURCE		
       
    49 
       
    50 START RESOURCE  allowedsids.rss
       
    51 HEADER
       
    52 TARGETPATH      private/10207449
       
    53 LANG            SC
       
    54 END  // RESOURCE
       
    55 
       
    56 USERINCLUDE         ../inc/Common
       
    57 USERINCLUDE         ../inc/Server
       
    58 
       
    59 OS_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 LIBRARY             euser.lib
       
    62 LIBRARY             ecom.lib
       
    63 LIBRARY	            estor.lib
       
    64 LIBRARY             efsrv.lib
       
    65 LIBRARY             bafl.lib
       
    66 LIBRARY             mediatorpluginbase.lib
       
    67 DEBUGLIBRARY        flogger.lib
       
    68 
       
    69 // End of File
       
    70 
       
    71 SMPSAFE