videofeeds/provisioningprocessor/group/IptvProvisioningProcessor.mmp
branchRCL_3
changeset 57 befca0ec475f
equal deleted inserted replaced
56:839377eedc2b 57:befca0ec475f
       
     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 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 //OPTION ARMCC --asm --interleave
       
    24 ALWAYS_BUILD_AS_ARM
       
    25 
       
    26 TARGET          iptvprovisioningprocessor.dll
       
    27 TARGETTYPE      DLL
       
    28 UID             0x101fdfae 0x10275125 
       
    29 TARGETPATH      shared_lib_dir
       
    30 CAPABILITY      CAP_GENERAL_DLL
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          CIptvProvisioningProcessor.cpp
       
    35 SOURCE          CIptvPPContentHandler.cpp
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 USERINCLUDE     ../../clientapi/inc
       
    39 USERINCLUDE     ../../utils/inc
       
    40 USERINCLUDE     ../../vccommon/conf
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE 
       
    43  
       
    44 
       
    45 LIBRARY         iptvclientapi.lib
       
    46 LIBRARY         euser.lib 
       
    47 LIBRARY         flogger.lib
       
    48 LIBRARY         xmlframework.lib
       
    49 LIBRARY         efsrv.lib 
       
    50 LIBRARY         bafl.lib
       
    51 LIBRARY         iptvutil.lib
       
    52 LIBRARY         charconv.lib
       
    53 LIBRARY         hash.lib
       
    54 
       
    55 // End of File