videofeeds/omaprovisioning/group/IptvOmaProvisioningAdapter.mmp
branchRCL_3
changeset 23 befca0ec475f
equal deleted inserted replaced
22:839377eedc2b 23:befca0ec475f
       
     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 END // RESOURCE
       
    49 
       
    50 SOURCEPATH      ../data
       
    51 START RESOURCE  IptvOmaProvisioningAdapterRes.rss
       
    52 HEADER
       
    53 LANGUAGE_IDS 
       
    54 END // RESOURCE
       
    55 
       
    56 
       
    57 SOURCEPATH      ../src
       
    58 SOURCE          CIptvOmaProvisioningAdapter.cpp
       
    59 SOURCE          CIptvOmaProvisioningAdapterGroupProxy.cpp
       
    60 
       
    61 LIBRARY        	euser.lib 
       
    62 LIBRARY	        provisioningengine.lib
       
    63 LIBRARY	        bafl.lib 
       
    64 LIBRARY         iptvclientapi.lib
       
    65 LIBRARY         flogger.lib
       
    66 LIBRARY         efsrv.lib
       
    67 LIBRARY         iptvutil.lib
       
    68 LIBRARY         cone.lib                // CCoeEnv
       
    69 LIBRARY         commonengine.lib        // StringLoader
       
    70 
       
    71 // For RAPTOR compliancy
       
    72 LIBRARY         ecom.lib 
       
    73