bluetoothengine/btaudiostreamer/tsrc/BtAudioStreamerApiTest/group/BtAudioStreamerApiTest.mmp
changeset 0 f63038272f30
equal deleted inserted replaced
-1:000000000000 0:f63038272f30
       
     1 /*
       
     2 * Copyright (c) 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 #if defined(__S60_)
       
    19         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
       
    20         #include <platform_paths.hrh>
       
    21 #endif
       
    22 
       
    23 TARGET          BtAudioStreamerApiTest.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x101FB3E3
       
    26 
       
    27 SECUREID	0x101F457F
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 //TARGETPATH      ?target_path
       
    32 DEFFILE         BtAudioStreamerApiTest.def
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../../../inc
       
    38 
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          BtAudioStreamerApiTest.cpp
       
    42 SOURCE          BtAudioStreamerApiTestBlocks.cpp BtAudioStreamerObserver.cpp
       
    43 
       
    44 
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY         stiftestinterface.lib
       
    47 LIBRARY         stiftestengine.lib
       
    48 LIBRARY 	btaudiostreamer.lib
       
    49 LIBRARY		btaudioadaptation.lib
       
    50 LIBRARY 	esock.lib
       
    51 
       
    52 LANG            SC
       
    53 
       
    54 // End of File