videoutils_plat/videoconnutility_api/tsrc/VCXTestCommon/group/VCXTestCommon.mmp
branchRCL_3
changeset 23 13a33d82ad98
parent 0 822a42b6c3f1
equal deleted inserted replaced
22:826cea16efd9 23:13a33d82ad98
       
     1 /*
       
     2 * Copyright (c) 2008 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          VCXTestCommon.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E7
       
    24 
       
    25 #if defined(EKA2)
       
    26 
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    29 // VENDORID     0x101FB657
       
    30 /* Remove comments and replace 0x00000000 with correct secure id */
       
    31 // SECUREID     0x102073DB
       
    32 #endif
       
    33 
       
    34 //TARGETPATH      ?target_path
       
    35 DEFFILE         VCXTestCommon.def
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          CIptvTestTimer.cpp
       
    39 SOURCE          CIptvTestVerifyData.cpp
       
    40 SOURCE          CIptvTestMobilecrashWatcher.cpp
       
    41 SOURCE          CIptvTestEventWaiter.cpp
       
    42 SOURCE          CIptvTestEvent.cpp
       
    43 SOURCE			CIptvTestActiveWait.cpp
       
    44 SOURCE          TestUtilConnectionWaiter.cpp
       
    45 SOURCE          IptvTestDownloadManager.cpp
       
    46 SOURCE          IptvTestUtilALR.cpp
       
    47 SOURCE          CIptvTestVideoCreator.cpp
       
    48 SOURCE          TestUtilConnection.cpp
       
    49 SOURCE          VCXTestCommon.cpp
       
    50 SOURCE          VCXTestTimerWait.cpp
       
    51 SOURCE          VCXTestPSSubscriber.cpp
       
    52 SOURCE          VCXTestMessageWait.cpp
       
    53 SOURCE          VCXTestStatsKeeper.cpp
       
    54 
       
    55 //RESOURCE        resource_file
       
    56 //RESOURCE        resource_file2
       
    57 
       
    58 USERINCLUDE     ../inc
       
    59 
       
    60 APP_LAYER_SYSTEMINCLUDE
       
    61 
       
    62 LIBRARY         euser.lib
       
    63 LIBRARY         FLOGGER.lib
       
    64 LIBRARY         efsrv.lib
       
    65 LIBRARY         bafl.lib
       
    66 LIBRARY         commdb.lib
       
    67 LIBRARY         estor.lib // filestore
       
    68 LIBRARY         edbms.lib // rdbstoredatabase
       
    69 LIBRARY 		tzclient.lib // RTz
       
    70 LIBRARY         DownloadMgr.lib
       
    71 LIBRARY         esock.lib
       
    72 LIBRARY         cmmanager.lib
       
    73 LIBRARY         centralrepository.lib
       
    74 LIBRARY         ezip.lib
       
    75 
       
    76 LANG            SC
       
    77 
       
    78 /*
       
    79 START WINS
       
    80 ?wins_specific_information
       
    81 END
       
    82 
       
    83 START MARM
       
    84 ?marm_specific_information
       
    85 END
       
    86 */
       
    87 // Other possible keywords:
       
    88 
       
    89 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    90 /*
       
    91 START BITMAP ?target
       
    92 TARGETPATH   ?emulated_path_on_target_machine
       
    93 HEADER
       
    94 SOURCE       ?color_depth ?source_bitmap
       
    95 END
       
    96 */
       
    97 // DEFFILE ?filename
       
    98 // AIF ?filename
       
    99 
       
   100 // End of File