remotemgmt_plat/syncml_ds_customization_api/tsrc/exampledevinfextdataplugin/group/exampledevinfextdatacontainerplugin.mmp
branchRCL_3
changeset 25 b183ec05bd8c
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
       
     1 /*
       
     2 * Copyright (c) 2010 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 "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:  Device Info Extension Data Container Plugin header file.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <defaultcaps.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 CAPABILITY CAP_ECOM_PLUGIN
       
    23 
       
    24 TARGET          exampledevinfextdatacontainerplugin.dll
       
    25 TARGETPATH      PLUGINS_1_DIR
       
    26 TARGETTYPE      PLUGIN
       
    27 UID             0x10009D8D 0x2002DC7D
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 #if defined(ARMCC)
       
    31 DEFFILE            ./def/eabiexampledevinfextdatacontainerplugin
       
    32 #elif defined(WINSCW)
       
    33 DEFFILE            ./def/bwinscwexampledevinfextdatacontainerplugin
       
    34 #endif
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          exampledevinfextdatacontainerplugin.cpp
       
    38 SOURCE          exampledevinfextdatacontainerplugindllmain.cpp
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 
       
    45 SOURCEPATH      ../data
       
    46 START RESOURCE exampledevinfextdatacontainerplugin.rss
       
    47     HEADER
       
    48     TARGET exampledevinfextdatacontainerplugin.rsc
       
    49     TARGETPATH ECOM_RESOURCE_DIR
       
    50     LANG    sc
       
    51 END
       
    52 
       
    53 LIBRARY        ecom.lib
       
    54 LIBRARY        euser.lib