videoplayer_plat/videoplayer_startup_api/tsrc/group/VideoPlayerStartupApiTest.mmp
changeset 0 96612d01cf9f
child 8 ce5ada96ab30
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2009 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 for STIF Test Framework's TestScripter*
       
    15 */
       
    16 
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          VideoPlayerStartupApiTest.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008D 0x101FB3E3
       
    23 
       
    24 CAPABILITY      ALL -TCB
       
    25 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    26 // VENDORID     0x00000000
       
    27 /* Remove comments and replace 0x00000000 with correct secure id */
       
    28 // SECUREID     0x00000000
       
    29 
       
    30 //TARGETPATH      ?target_path
       
    31 DEFFILE         VideoPlayerStartupApiTest.def
       
    32 
       
    33 USERINCLUDE     ../inc
       
    34 USERINCLUDE     ../../inc
       
    35 USERINCLUDE     ../../../../tsrc/VCXTestCommon/inc
       
    36 USERINCLUDE     ../../../../tsrc/VCXTestMyVideosCollectionClient/inc
       
    37 USERINCLUDE     ../../../../videofeeds/clientapi/inc
       
    38 USERINCLUDE     ../../../../videofeeds/utils/inc
       
    39 USERINCLUDE     ../../../../videofeeds/vccommon/conf
       
    40 USERINCLUDE     ../../../../videofeeds/server/server/inc
       
    41 USERINCLUDE     ../../../../videofeeds/server/IptvNetworkSelection/inc
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 SYSTEMINCLUDE   /epoc32/include/ecom
       
    45 
       
    46 SOURCEPATH      ../src
       
    47 
       
    48 SOURCE          VideoPlayerStartupApiTest.cpp
       
    49 SOURCE          VideoPlayerStartupApiTestBlocks.cpp
       
    50 SOURCE          VCXTestSmClient.cpp
       
    51 
       
    52 //RESOURCE        resource_file
       
    53 //RESOURCE        resource_file2
       
    54 
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         stiftestinterface.lib
       
    57 LIBRARY         stiftestengine.lib
       
    58 LIBRARY         apparc.lib
       
    59 LIBRARY         cone.lib
       
    60 LIBRARY         eikcore.lib
       
    61 LIBRARY         avkon.lib
       
    62 LIBRARY         fbscli.lib
       
    63 LIBRARY         efsrv.lib
       
    64 LIBRARY         ws32.lib
       
    65 LIBRARY         estor.lib
       
    66 LIBRARY         etext.lib
       
    67 LIBRARY         apgrfx.lib
       
    68 LIBRARY         AknSkins.lib
       
    69 LIBRARY         aknnotify.lib
       
    70 LIBRARY         bafl.lib
       
    71 LIBRARY         commdb.lib
       
    72 LIBRARY         eikcoctl.lib
       
    73 LIBRARY         eikctl.lib
       
    74 LIBRARY         egul.lib
       
    75 LIBRARY         gdi.lib
       
    76 LIBRARY         http.lib
       
    77 LIBRARY         inetprotutil.lib
       
    78 LIBRARY         insock.lib
       
    79 LIBRARY         esock.lib
       
    80 LIBRARY         sendui.lib
       
    81 LIBRARY         IptvUtil.lib
       
    82 LIBRARY         IPTVClientAPI.lib
       
    83 LIBRARY         FLOGGER.lib
       
    84 LIBRARY         ecom.lib
       
    85 LIBRARY         VCXTestMyVideosCollectionClient.lib
       
    86 LIBRARY         VCXTestCommon.lib
       
    87 LIBRARY         mpxcommon.lib
       
    88 LIBRARY         mpxcollectionutility.lib
       
    89 
       
    90 LANG            SC
       
    91 
       
    92 /*
       
    93 START WINS
       
    94 ?wins_specific_information
       
    95 END
       
    96 
       
    97 START MARM
       
    98 ?marm_specific_information
       
    99 END
       
   100 */
       
   101 // Other possible keywords:
       
   102 
       
   103 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
   104 /*
       
   105 START BITMAP ?target
       
   106 TARGETPATH   ?emulated_path_on_target_machine
       
   107 HEADER
       
   108 SOURCE       ?color_depth ?source_bitmap
       
   109 END
       
   110 */
       
   111 // DEFFILE ?filename
       
   112 // AIF ?filename
       
   113 
       
   114 // End of File