videoutils_plat/videoconnutility_api/tsrc/group/VCXConnUtilTest.mmp
branchRCL_3
changeset 47 826cea16efd9
parent 45 798ee5f1972c
child 48 13a33d82ad98
equal deleted inserted replaced
45:798ee5f1972c 47:826cea16efd9
     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 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 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          VCXConnUtilTest.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3E3
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    28 // VENDORID     0x00000000
       
    29 /* Remove comments and replace 0x00000000 with correct secure id */
       
    30 // SECUREID     0x00000000
       
    31 
       
    32 //TARGETPATH      ?target_path
       
    33 DEFFILE         VCXConnUtilTest.def
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          VCXConnUtilTest.cpp
       
    37 SOURCE          VCXConnUtilTestBlocks.cpp
       
    38 SOURCE          VCXConnUtilTestSubscriber.cpp
       
    39 
       
    40 //RESOURCE        resource_file
       
    41 //RESOURCE        resource_file2
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 USERINCLUDE     ../../inc/ipvideo
       
    45 USERINCLUDE     ../VCXTestUtilModule/inc
       
    46 USERINCLUDE     ../VCXTestCommon/inc
       
    47 
       
    48 SYSTEMINCLUDE /Epoc32/include/ecom
       
    49 /// SYSTEMINCLUDE /Epoc32/include/ipvideo
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 LIBRARY         stiftestinterface.lib
       
    53 LIBRARY         stiftestengine.lib
       
    54 LIBRARY         vcxconnectionutility.lib
       
    55 
       
    56 LIBRARY         cone.lib
       
    57 LIBRARY         euser.lib
       
    58 LIBRARY         estor.lib
       
    59 LIBRARY         VCXTestCommon.lib
       
    60 LIBRARY         FLOGGER.lib
       
    61 LIBRARY         efsrv.lib
       
    62 LIBRARY         bafl.lib
       
    63 LIBRARY         edbms.lib // rdbstoredatabase
       
    64 LIBRARY         centralrepository.lib
       
    65 
       
    66 LANG            SC
       
    67 
       
    68 /*
       
    69 START WINS
       
    70 ?wins_specific_information
       
    71 END
       
    72 
       
    73 START MARM
       
    74 ?marm_specific_information
       
    75 END
       
    76 */
       
    77 // Other possible keywords:
       
    78 
       
    79 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    80 /*
       
    81 START BITMAP ?target
       
    82 TARGETPATH   ?emulated_path_on_target_machine
       
    83 HEADER
       
    84 SOURCE       ?color_depth ?source_bitmap
       
    85 END
       
    86 */
       
    87 // DEFFILE ?filename
       
    88 // AIF ?filename
       
    89 
       
    90 // End of File