contentmgmt/referencedrmagent/RefTestAgent/group/sraserver.mmp
author Mikko Sunikka <mikko.sunikka@nokia.com>
Fri, 06 Nov 2009 13:21:00 +0200
changeset 19 cd501b96611d
parent 8 35751d3474b7
child 61 641f389e9157
permissions -rw-r--r--
Revision: 200945 Kit: 200945

/*
* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
* @file
* This is the project specification file for the server of the streaming reference agent.
*
*/


TARGET		sraserver.exe
TARGETTYPE	exe
UID		0 0x10285A1C

CAPABILITY	DRM NetworkControl NetworkServices

MW_LAYER_SYSTEMINCLUDE_SYMBIAN

USERINCLUDE ../streamingrefagent/inc

SOURCEPATH 	../streamingrefagent/source/server
SOURCE 		sraserver.cpp
SOURCE		startup.cpp
SOURCE		srasession.cpp
SOURCE		panic.cpp 
SOURCE		shutdown.cpp 
SOURCE		sraprocessor.cpp

LIBRARY 	euser.lib
LIBRARY		efsrv.lib
LIBRARY		cafutils.lib
LIBRARY		estor.lib
#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
LIBRARY		sdpcodec.lib
#endif
LIBRARY		bafl.lib
LIBRARY 	streamingcaf.lib
LIBRARY 	srautils.lib

// Networking libraries
LIBRARY	esock.lib
LIBRARY	insock.lib 
LIBRARY lib_pfkey.lib
LIBRARY	c32.lib
SMPSAFE