voicerec_plat/new_file_service_api/tsrc/UI_NewFileServiceTest/group/UI_NewFileServiceTest.mmp
branchRCL_3
changeset 20 072a5fa0c63b
parent 19 2f5c9ee7098c
child 21 c6bafb5162d8
equal deleted inserted replaced
19:2f5c9ee7098c 20:072a5fa0c63b
     1 /*
       
     2 * Copyright (c) 2002 - 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 "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: API test automation file for project UI_NewFileServiceTest
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20         // To get the OS_LAYER_SYSTEMINCLUDE-definition
       
    21         #include <platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 TARGET          UI_NewFileServiceTest.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E3
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    30 // VENDORID     0x00000000
       
    31 /* Remove comments and replace 0x00000000 with correct secure id */
       
    32 // SECUREID     0x00000000
       
    33 
       
    34 //TARGETPATH      ?target_path
       
    35 DEFFILE         UI_NewFileServiceTest.def
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          UI_NewFileServiceTest.cpp
       
    41 SOURCE          UI_NewFileServiceTestBlocks.cpp
       
    42 SOURCE          CDummyNewFileServiceBase.cpp
       
    43 
       
    44 USERINCLUDE     ../inc 
       
    45 
       
    46 LIBRARY         euser.lib
       
    47 LIBRARY         stiftestinterface.lib
       
    48 LIBRARY         stiftestengine.lib
       
    49 LIBRARY         NewService.lib bafl.lib ServiceHandler.lib
       
    50 LIBRARY         cone.lib ws32.lib avkon.lib eikcoctl.lib eikctl.lib apgrfx.lib aknskins.lib aknskinsrv.lib aknswallpaperutils.lib eikcore.lib mpxviewutility.lib efsrv.lib
       
    51 
       
    52 LANG            SC
       
    53 
       
    54 /*
       
    55 START WINS      
       
    56 ?wins_specific_information
       
    57 END
       
    58 
       
    59 START MARM
       
    60 ?marm_specific_information
       
    61 END
       
    62 */
       
    63 // Other possible keywords:
       
    64  
       
    65 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    66 /*
       
    67 START BITMAP ?target
       
    68 TARGETPATH   ?emulated_path_on_target_machine
       
    69 HEADER
       
    70 SOURCE       ?color_depth ?source_bitmap
       
    71 END
       
    72 */
       
    73 // DEFFILE ?filename
       
    74 // AIF ?filename
       
    75 
       
    76 // End of File