musicplayer_plat/mpx_music_store_api/tsrc/mpxmusicstoretest/group/mpxmusicstoretest_nrm.mmp
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*TYPE TESTCLASS*//*
       
     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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          mpxmusicstoretest.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E3
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    27 // VENDORID     0x00000000
       
    28 /* Remove comments and replace 0x00000000 with correct secure id */
       
    29 // SECUREID     0x00000000
       
    30 
       
    31 //TARGETPATH      ?target_path
       
    32 DEFFILE         mpxMusicStoreTest.def
       
    33 
       
    34 #ifdef SBSV2
       
    35 	USERINCLUDE     ../inc 
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 	SOURCEPATH      ../src
       
    40 #else // SBSV2 not defined
       
    41 	USERINCLUDE     ../inc 
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 	SOURCEPATH      ../src
       
    46 #endif // SBSV2
       
    47 
       
    48 SOURCE          mpxMusicStoreTest.cpp
       
    49 SOURCE          mpxMusicStoreTestBlocks.cpp
       
    50 
       
    51 //RESOURCE        resource_file
       
    52 //RESOURCE        resource_file2
       
    53 
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         stiftestinterface.lib
       
    56 LIBRARY         stiftestengine.lib
       
    57 
       
    58 LANG            SC
       
    59 
       
    60 /*
       
    61 START WINS      
       
    62 ?wins_specific_information
       
    63 END
       
    64 
       
    65 START MARM
       
    66 ?marm_specific_information
       
    67 END
       
    68 */
       
    69 // Other possible keywords:
       
    70  
       
    71 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    72 /*
       
    73 START BITMAP ?target
       
    74 TARGETPATH   ?emulated_path_on_target_machine
       
    75 HEADER
       
    76 SOURCE       ?color_depth ?source_bitmap
       
    77 END
       
    78 */
       
    79 // DEFFILE ?filename
       
    80 // AIF ?filename
       
    81 
       
    82 // End of File