videofeeds/server/tsrc/VCXServiceManagementApiTest/group/VCXServiceManagementApiTest.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          VCXServiceManagementApiTest.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         VCXServiceManagementApiTest.def
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 //SOURCE          CIptvServicesFromFile.cpp
       
    39 //SOURCE          CIptvTestUtilities.cpp
       
    40 //SOURCE          CIptvServiceListItem.cpp
       
    41 SOURCE          IptvServiceManagementApiTest.cpp
       
    42 SOURCE          IptvServiceManagementApiTestBlocks.cpp
       
    43 SOURCE          CIptvServiceManagementSync.cpp
       
    44 SOURCE          IptvServiceManagementApiTestLogic.cpp
       
    45 SOURCE          CIptvTestServiceStore.cpp
       
    46 
       
    47 //RESOURCE        resource_file
       
    48 //RESOURCE        resource_file2
       
    49 
       
    50 USERINCLUDE     ../inc
       
    51 USERINCLUDE     ../../IptvTestUtility/inc
       
    52 USERINCLUDE     ../../../server/inc
       
    53 USERINCLUDE     ../../../IptvNetworkSelection/inc
       
    54 USERINCLUDE     ../../../../clientapi/inc
       
    55 USERINCLUDE     ../../../../utils/inc
       
    56 USERINCLUDE     ../../../../../inc
       
    57 USERINCLUDE     ../../../../../tsrc/VCXTestcommon/inc
       
    58 
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY         stiftestinterface.lib
       
    63 LIBRARY         IPTVClientAPI.lib
       
    64 LIBRARY         FLOGGER.lib
       
    65 LIBRARY         IptvTestUtility.lib
       
    66 LIBRARY         VCXTestCommon.lib
       
    67 LIBRARY         bafl.lib
       
    68 LIBRARY         IptvUtil.lib
       
    69 LIBRARY         ECom.lib 
       
    70 
       
    71 LANG            SC
       
    72 
       
    73 
       
    74 /*
       
    75 START WINS
       
    76 ?wins_specific_information
       
    77 END
       
    78 
       
    79 START MARM
       
    80 ?marm_specific_information
       
    81 END
       
    82 */
       
    83 // Other possible keywords:
       
    84 
       
    85 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    86 /*
       
    87 START BITMAP ?target
       
    88 TARGETPATH   ?emulated_path_on_target_machine
       
    89 HEADER
       
    90 SOURCE       ?color_depth ?source_bitmap
       
    91 END
       
    92 */
       
    93 // DEFFILE ?filename
       
    94 // AIF ?filename
       
    95 
       
    96 // End of File