mmaudio_plat/telephony_audio_routing_client_api/TelephonyAudioRouting_TestApp/console/group/console.mmp
changeset 5 b220a9341636
equal deleted inserted replaced
4:9d4397b300d1 5:b220a9341636
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Console MMP
       
    15 *
       
    16 */
       
    17 
       
    18 TARGET		  console.exe
       
    19 TARGETTYPE	  exe
       
    20 UID			 0 0xEAC80D7E
       
    21 
       
    22 USERINCLUDE	 ..\inc
       
    23 SYSTEMINCLUDE   \epoc32\include
       
    24 
       
    25 SOURCEPATH	  ..\src
       
    26 SOURCE		  console.cpp
       
    27 
       
    28 LIBRARY		 euser.lib
       
    29 
       
    30 #ifdef ENABLE_ABIV2_MODE
       
    31   DEBUGGABLE_UDEBONLY
       
    32 #endif