mmappfw_plat/asx_parser_api/tsrc/AsxParserTest/group/AsxParserTest.mmp
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     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:  AsxParserTest.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: 5.1.1 %
       
    19 
       
    20 
       
    21 
       
    22 #if defined(__S60_)
       
    23 #include <platform_paths.hrh>
       
    24 #endif
       
    25 
       
    26 TARGET          AsxParserTest.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008D 0x101FB3E3
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    32 // VENDORID     0x00000000
       
    33 /* Remove comments and replace 0x00000000 with correct secure id */
       
    34 // SECUREID     0x00000000
       
    35 
       
    36 //TARGETPATH      ?target_path
       
    37 DEFFILE         AsxParserTest.def
       
    38 
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 SOURCEPATH      ../src
       
    43 
       
    44 SOURCE          AsxParserTest.cpp
       
    45 SOURCE          AsxParserTestBlocks.cpp EdwinTestControl.cpp
       
    46 
       
    47 //RESOURCE        resource_file
       
    48 //RESOURCE        resource_file2
       
    49 USERINCLUDE     ../inc
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         stiftestinterface.lib
       
    53 LIBRARY         stiftestengine.lib 
       
    54 LIBRARY         asxparser.lib
       
    55 LIBRARY         bafl.lib
       
    56 LIBRARY         efsrv.lib
       
    57 LIBRARY         charconv.lib 
       
    58 LIBRARY         cone.lib
       
    59 LIBRARY         ws32.lib avkon.lib eikcoctl.lib eikctl.lib apgrfx.lib aknskins.lib aknskinsrv.lib aknswallpaperutils.lib eikcore.lib
       
    60 LIBRARY         estor.lib 
       
    61 LIBRARY         sysutil.lib
       
    62 LIBRARY         apmime.lib
       
    63 LANG            SC
       
    64 
       
    65 /*
       
    66 START WINS      
       
    67 ?wins_specific_information
       
    68 END
       
    69 
       
    70 START MARM
       
    71 ?marm_specific_information
       
    72 END
       
    73 */
       
    74 // Other possible keywords:
       
    75  
       
    76 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    77 /*
       
    78 START BITMAP ?target
       
    79 TARGETPATH   ?emulated_path_on_target_machine
       
    80 HEADER
       
    81 SOURCE       ?color_depth ?source_bitmap
       
    82 END
       
    83 */
       
    84 // DEFFILE ?filename
       
    85 // AIF ?filename
       
    86 
       
    87 // End of File