videofeeds/omaprovisioning/group/IptvOmaProvisioningAdapter.mmp
changeset 0 96612d01cf9f
child 1 6711b85517b7
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2006 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:    This file provides the information required for building the*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 #include <data_caging_paths.hrh>
       
    23 
       
    24 //OPTION ARMCC --asm --interleave
       
    25 ALWAYS_BUILD_AS_ARM
       
    26 
       
    27 TARGET          IptvOmaProvisioningAdapter.dll
       
    28 TARGETTYPE      PLUGIN
       
    29 UID             0x10009D8D 0x10282430
       
    30 
       
    31 VENDORID        VID_DEFAULT
       
    32 //CAPABILITY      CAP_ECOM_PLUGIN
       
    33 CAPABILITY      ALL -TCB -DRM -AllFiles
       
    34 
       
    35 USERINCLUDE     .
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../../clientapi/inc
       
    38 USERINCLUDE     ../../server/server/inc
       
    39 USERINCLUDE     ../../server/IptvNetworkSelection/inc
       
    40 USERINCLUDE     ../../utils/inc
       
    41 USERINCLUDE     ../../vccommon/conf
       
    42 
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 SOURCEPATH      ../data
       
    47 START RESOURCE IptvOmaProvisioningAdapter.rss
       
    48 HEADER
       
    49 TARGETPATH resource/plugins
       
    50 LANGUAGE_IDS 
       
    51 END
       
    52 
       
    53 SOURCEPATH      ../src
       
    54 SOURCE          CIptvOmaProvisioningAdapter.cpp
       
    55 SOURCE          CIptvOmaProvisioningAdapterGroupProxy.cpp
       
    56 
       
    57 LIBRARY        	euser.lib 
       
    58 LIBRARY	        ProvisioningEngine.lib
       
    59 LIBRARY	        bafl.lib 
       
    60 LIBRARY         IptvClientApi.lib
       
    61 LIBRARY         flogger.lib
       
    62 LIBRARY         efsrv.lib
       
    63 
       
    64 // For RAPTOR compliancy
       
    65 LIBRARY         ecom.lib 
       
    66