os/boardsupport/haitest/bspsvs/suite/bsp/sound/group/t_sound.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 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description:
    15 *
    16 */
    17 
    18 
    19 TARGET			t_sound.exe
    20 TARGETTYPE		exe
    21 UID				0x1000007A 0x102863DD
    22 VENDORID		0x70000001
    23 
    24 capability		All -Tcb
    25 
    26 SOURCEPATH		../src
    27 
    28 SOURCE			../../../common/src/DataWrapperBase.cpp
    29 SOURCE			../../../common/src/ActiveCallbackBase.cpp
    30 
    31 SOURCE			t_currentsoundformatdata.cpp
    32 SOURCE			t_mdadevsounddata.cpp
    33 SOURCE			t_soundactivecallback.cpp
    34 SOURCE			t_soundformatssupporteddata.cpp
    35 SOURCE			t_sounddriverserver.cpp
    36 SOURCE			sound_util.cpp
    37 
    38 USERINCLUDE		../inc
    39 USERINCLUDE		../../../common/inc
    40 
    41 SYSTEMINCLUDE	/epoc32/include
    42 SYSTEMINCLUDE	/epoc32/include/test
    43 SYSTEMINCLUDE	/epoc32/include/kernel
    44 
    45 LIBRARY			euser.lib
    46 LIBRARY			efsrv.lib
    47 LIBRARY			hal.lib
    48 LIBRARY			testexecuteutils.lib
    49 LIBRARY			testexecutelogclient.lib
    50 LIBRARY			bafl.lib
    51 LIBRARY			iniparser.lib
    52 
    53 SMPSAFE