contentmgmt/cafstreamingsupport/group/staserver.mmp
branchRCL_3
changeset 43 2f10d260163b
child 61 641f389e9157
equal deleted inserted replaced
42:eb9b28acd381 43:2f10d260163b
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // @file
       
    15 // This is the project specification file for the streaming test agent server.
       
    16 // 
       
    17 //
       
    18 
       
    19 TARGET		staserver.exe
       
    20 TARGETTYPE	exe
       
    21 UID		0 0x1028588B
       
    22 
       
    23 CAPABILITY	DRM NetworkControl NetworkServices
       
    24 
       
    25 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    26 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    27 
       
    28 USERINCLUDE 	../test/streamingtestagent/inc
       
    29 USERINCLUDE 	../../referencedrmagent/RefTestAgent/streamingrefagent/inc
       
    30 
       
    31 SOURCEPATH 	../test/streamingtestagent/source/server
       
    32 SOURCE 		staserver.cpp
       
    33 SOURCE		startup.cpp
       
    34 SOURCE		stasession.cpp
       
    35 
       
    36 LIBRARY 	euser.lib
       
    37 LIBRARY		scsserver.lib
       
    38 LIBRARY		efsrv.lib
       
    39 LIBRARY		cafutils.lib
       
    40 LIBRARY		estor.lib
       
    41 #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
       
    42 LIBRARY		sdpcodec.lib
       
    43 #endif
       
    44 LIBRARY		bafl.lib
       
    45 LIBRARY		stashared.lib
       
    46 LIBRARY 	streamingcaf.lib
       
    47 LIBRARY     srautils.lib
       
    48 SMPSAFE