adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/voice/group/voice.mmp
changeset 4 510c70acdbf6
parent 3 1972d8c2e329
child 5 8ccc39f9d787
equal deleted inserted replaced
3:1972d8c2e329 4:510c70acdbf6
     1 /*
       
     2 * Copyright (c) 2004-2007 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 the License "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:   mmp - file of Voice.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <non_foundation_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          ntt_voice.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x101FB3E3
       
    26 FEATUREVARIANT
       
    27 
       
    28 #if defined(EKA2)
       
    29 CAPABILITY	ALL -TCB
       
    30 VENDORID 	0x101FB657
       
    31 #endif
       
    32 
       
    33 //TARGETPATH      ?target_path
       
    34 DEFFILE         voice.def
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          voice.cpp
       
    38 SOURCE          voiceblocks.cpp
       
    39 SOURCE          ccblocks.cpp
       
    40 
       
    41 //RESOURCE        resource_file
       
    42 //RESOURCE        resource_file2
       
    43 
       
    44 #if ( NCP_COMMON_S60_VERSION_SUPPORT == S60_VERSION_32 )
       
    45 USERINCLUDE     ../../core/inc
       
    46 #else
       
    47 USERINCLUDE     ../../core_exports_to_roots/inc
       
    48 #endif
       
    49 USERINCLUDE ../../notify/inc
       
    50 USERINCLUDE     ../inc
       
    51 USERINCLUDE     ../../../../../inc
       
    52 
       
    53 // Dependencies from other components
       
    54 OS_LAYER_SYSTEMINCLUDE
       
    55 NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 LIBRARY         euser.lib
       
    58 LIBRARY         stiftestinterface.lib
       
    59 LIBRARY         customapi.lib     // for using customapi
       
    60 LIBRARY			NTT_core.lib
       
    61 
       
    62 LIBRARY         commontsy.lib // Common TSY
       
    63 LIBRARY         nokiatsy.lib  // Nokia TSY
       
    64 LIBRARY			etelmm.lib
       
    65 LIBRARY       	flogger.lib  // Logging
       
    66 
       
    67 
       
    68 
       
    69 
       
    70 LANG			SC
       
    71 
       
    72 /*
       
    73 START WINS      
       
    74 ?wins_specific_information
       
    75 END
       
    76 
       
    77 START MARM
       
    78 ?marm_specific_information
       
    79 END
       
    80 */
       
    81 // Other possible keywords:
       
    82  
       
    83 // DOCUMENT		?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    84 /*
       
    85 START BITMAP ?target
       
    86 TARGETPATH   ?emulated_path_on_target_machine
       
    87 HEADER
       
    88 SOURCE       ?color_depth ?source_bitmap
       
    89 END
       
    90 */
       
    91 // DEFFILE ?filename
       
    92 // AIF ?filename
       
    93 
       
    94 // End of File