mmserv/sts/stsserver/group/stsserver.mmp
changeset 14 80975da52420
child 20 b67dd1fc57c5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mmserv/sts/stsserver/group/stsserver.mmp	Mon May 03 12:59:52 2010 +0300
@@ -0,0 +1,49 @@
+/*
+ * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of "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:
+ * This is the build file for the STS Server.
+ */
+
+#include <platform_paths.hrh>
+#include <data_caging_paths.hrh>
+
+TARGET         stsserver.exe
+TARGETTYPE 		 exe
+UID            0 0x10207C90
+CAPABILITY     MultiMediaDD ReadDeviceData WriteDeviceData ReadUserData WriteUserData ProtServ
+VENDORID	     VID_DEFAULT
+
+EPOCPROCESSPRIORITY high
+EPOCSTACKSIZE  0x5000           
+EPOCHEAPSIZE   0x400 0x1000000
+
+MW_LAYER_SYSTEMINCLUDE
+OS_LAYER_LIBC_SYSTEMINCLUDE
+OS_LAYER_STDCPP_SYSTEMINCLUDE
+
+USERINCLUDE    ../../inc
+SOURCEPATH     ../src
+
+SOURCE         stsserverexe.cpp
+SOURCE         stsserver.cpp
+SOURCE         stsserversession.cpp
+
+STATICLIBRARY  stsplayer.lib
+
+LIBRARY        ecom.lib
+LIBRARY        euser.lib
+LIBRARY        efsrv.lib
+LIBRARY        libc.lib
+LIBRARY        libstdcpp.lib
+LIBRARY        mediaclientaudio.lib