os/mm/mmlibs/mmfw/tsrc/mmfintegrationtest/SDevSound/SDSCapTestServer/group/SDSCapTestServer.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) 2002-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 "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 // SampleServer.mmp
    15 // Using relative paths for sourcepath and user includes
    16 // 
    17 //
    18 
    19 TARGET      	sdscaptestserver.exe
    20 TARGETTYPE  	exe
    21 CAPABILITY      UserEnvironment
    22 UID             0x1000007A 0x101FFA23
    23 VENDORID 	0x70000001
    24 
    25 SOURCEPATH  	../src
    26 SOURCE		CapTestServer.cpp
    27 SOURCE		CapTestStep.cpp
    28 SOURCE		CapTestStepBase.cpp
    29 SOURCE		CapTestStep0002.cpp
    30 SOURCE		CapTestStep0004.cpp
    31 SOURCE		CapTestStep0006.cpp
    32 SOURCE		CapTestStep0008.cpp
    33 SOURCE		CapTestStep0010.cpp
    34 //SOURCE		CapTestStep0012.cpp
    35 //SOURCE		CapTestStep0014.cpp
    36 SOURCE		CapTestStep0036.cpp
    37 SOURCE		captestinfoserver.cpp
    38 
    39 USERINCLUDE	../src
    40 
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    42 
    43 LIBRARY     	euser.lib
    44 LIBRARY		efsrv.lib
    45 LIBRARY		testframeworkclient.lib
    46 LIBRARY		mediaclientaudio.lib
    47 LIBRARY		mmfdevsound.lib
    48 
    49 
    50 SMPSAFE