os/security/contentmgmt/cafstreamingsupport/group/staserver.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2007-2010 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 
    27 USERINCLUDE 	../test/streamingtestagent/inc
    28 USERINCLUDE 	../../referencedrmagent/RefTestAgent/streamingrefagent/inc
    29 USERINCLUDE 	../../referencedrmagent/RefTestAgent/localsdp/inc
    30 USERINCLUDE 	../../referencedrmagent/RefTestAgent/localsdp/api
    31 
    32 
    33 SOURCEPATH 	../test/streamingtestagent/source/server
    34 SOURCE 		staserver.cpp
    35 SOURCE		startup.cpp
    36 SOURCE		stasession.cpp
    37 
    38 LIBRARY 	euser.lib
    39 LIBRARY		scsserver.lib
    40 LIBRARY		efsrv.lib
    41 LIBRARY		cafutils.lib
    42 LIBRARY		estor.lib
    43 LIBRARY		localsdpcodec.lib
    44 LIBRARY		bafl.lib
    45 LIBRARY		stashared.lib
    46 LIBRARY 	streamingcaf.lib
    47 LIBRARY     srautils.lib
    48 SMPSAFE