sensorsupport/testsensor/group/ssyreferenceplugin.mmp
branchRCL_3
changeset 19 924385140d98
equal deleted inserted replaced
18:0818dd463d41 19:924385140d98
       
     1 // ssyreferenceplugin.mmp
       
     2 
       
     3 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 // All rights reserved.
       
     5 // This component and the accompanying materials are made available
       
     6 // under the terms of "Eclipse Public License v1.0"
       
     7 // which accompanies this distribution, and is available
       
     8 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 //
       
    10 // Initial Contributors:
       
    11 // Nokia Corporation - initial contribution.
       
    12 //
       
    13 // Contributors:
       
    14 //
       
    15 // Description:
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 #include <sensors/spi/sensrvresource.hrh> 
       
    21 
       
    22 TARGET          ssyreferenceplugin.dll
       
    23 TARGETTYPE      plugin
       
    24 VENDORID        0x70000001
       
    25 
       
    26 // ECom Dll recognition UID followed by the unique UID for this dll
       
    27 UID             0x10009D8D 0x10205089
       
    28 
       
    29 CAPABILITY      SENSOR_PLUGIN_CAPABILITIES
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          ssyreferencechanneldataprovider.cpp
       
    33 SOURCE          ssyreferencecontrol.cpp
       
    34 SOURCE          ssyreferencepropertyprovider.cpp
       
    35 SOURCE          ssyreferencechannel.cpp
       
    36 SOURCE          ssyreferenceconfig.cpp
       
    37 SOURCE          ssyreferencecmdhandler.cpp
       
    38 SOURCE          ecomentrypoint.cpp
       
    39 
       
    40 USERINCLUDE     ../src
       
    41 
       
    42 SYSTEMINCLUDE   /epoc32/include
       
    43 SYSTEMINCLUDE   /epoc32/include/ecom
       
    44 SYSTEMINCLUDE   /epoc32/include/sensors
       
    45 SYSTEMINCLUDE	/epoc32/include/sensors/spi
       
    46 SYSTEMINCLUDE   /epoc32/include/sensors/channels
       
    47 
       
    48 // The resource name should have to be same as the third UID above
       
    49 START RESOURCE  ../src/10205089.rss
       
    50 TARGET          ssyreferenceplugin.rsc
       
    51 END
       
    52 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         ecom.lib
       
    55 LIBRARY         sensrvutil.lib
       
    56 LIBRARY         xmlparser.lib      // for XML parser
       
    57 LIBRARY         efsrv.lib
       
    58 LIBRARY         xmldom.lib