mmserv/sts/stsserver/group/stsserver.mmp
changeset 14 80975da52420
child 20 b67dd1fc57c5
equal deleted inserted replaced
12:5a06f39ad45b 14:80975da52420
       
     1 /*
       
     2  * Copyright (c) 2010 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:
       
    15  * This is the build file for the STS Server.
       
    16  */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 TARGET         stsserver.exe
       
    22 TARGETTYPE 		 exe
       
    23 UID            0 0x10207C90
       
    24 CAPABILITY     MultiMediaDD ReadDeviceData WriteDeviceData ReadUserData WriteUserData ProtServ
       
    25 VENDORID	     VID_DEFAULT
       
    26 
       
    27 EPOCPROCESSPRIORITY high
       
    28 EPOCSTACKSIZE  0x5000           
       
    29 EPOCHEAPSIZE   0x400 0x1000000
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    33 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    34 
       
    35 USERINCLUDE    ../../inc
       
    36 SOURCEPATH     ../src
       
    37 
       
    38 SOURCE         stsserverexe.cpp
       
    39 SOURCE         stsserver.cpp
       
    40 SOURCE         stsserversession.cpp
       
    41 
       
    42 STATICLIBRARY  stsplayer.lib
       
    43 
       
    44 LIBRARY        ecom.lib
       
    45 LIBRARY        euser.lib
       
    46 LIBRARY        efsrv.lib
       
    47 LIBRARY        libc.lib
       
    48 LIBRARY        libstdcpp.lib
       
    49 LIBRARY        mediaclientaudio.lib