videofeeds/server/tsrc/VCXVodContentApiTest/group/VCXVodContentApiTest.mmp
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     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:   ?Description*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          VCXVodContentApiTest.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E3
       
    24 
       
    25 #if defined(EKA2)
       
    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 #endif
       
    32 
       
    33 //TARGETPATH      ?target_path
       
    34 DEFFILE         VCXVodContentApiTest.def
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          VCXVodContentApiTest.cpp
       
    38 SOURCE          VCXVodContentApiTestBlocks.cpp
       
    39 SOURCE          VCXVodContentApiTestLogic.cpp
       
    40 
       
    41 //RESOURCE        resource_file
       
    42 //RESOURCE        resource_file2
       
    43 
       
    44 USERINCLUDE     ../inc
       
    45 USERINCLUDE     ../../../server/inc
       
    46 USERINCLUDE     ../../../IptvNetworkSelection/inc
       
    47 USERINCLUDE     ../../../../utils/inc
       
    48 USERINCLUDE     ../../../../clientapi/inc
       
    49 USERINCLUDE     ../../../../../inc
       
    50 USERINCLUDE     ../../../../../tsrc/VCXTestcommon/inc
       
    51 USERINCLUDE     ../../IptvTestUtility/inc
       
    52 
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         stiftestinterface.lib
       
    57 LIBRARY         IPTVClientAPI.lib
       
    58 LIBRARY         IptvUtil.lib
       
    59 LIBRARY         IptvTestUtility.lib
       
    60 LIBRARY         VCXTestCommon.lib
       
    61 LIBRARY         FLOGGER.lib
       
    62 LIBRARY         estor.lib
       
    63 LIBRARY         efsrv.lib
       
    64 LIBRARY         bafl.lib
       
    65 LIBRARY         centralrepository.lib
       
    66 LIBRARY         ECom.lib 
       
    67 
       
    68 LANG            SC
       
    69 
       
    70 /*
       
    71 START WINS
       
    72 ?wins_specific_information
       
    73 END
       
    74 
       
    75 START MARM
       
    76 ?marm_specific_information
       
    77 END
       
    78 */
       
    79 // Other possible keywords:
       
    80 
       
    81 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    82 /*
       
    83 START BITMAP ?target
       
    84 TARGETPATH   ?emulated_path_on_target_machine
       
    85 HEADER
       
    86 SOURCE       ?color_depth ?source_bitmap
       
    87 END
       
    88 */
       
    89 // DEFFILE ?filename
       
    90 // AIF ?filename
       
    91 
       
    92 // End of File