serviceproviders/sapi_logging/group/loggingprovider.mmp
changeset 5 989d2f495d90
child 11 5c0037c72160
equal deleted inserted replaced
1:a36b1e19a461 5:989d2f495d90
       
     1 /*
       
     2 * Copyright (c) 2007 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 #include "../../group/sapiincludes.mmpi"
       
    19 
       
    20 
       
    21 
       
    22 TARGET          loggingprovider.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 
       
    25 // MAGIC Dll recognition UID followed by the unique UID for this dll
       
    26 
       
    27 UID 			0x10009D8D 0x2000CFBC
       
    28 VENDORID        VID_DEFAULT
       
    29 DEFFILE         loggingprovider.def
       
    30 
       
    31 VERSION		1.0
       
    32 
       
    33 CAPABILITY      CAP_ECOM_PLUGIN
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../inc
       
    37 USERINCLUDE     ../loggingservice/inc
       
    38 
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 
       
    42 SOURCE 			logginginterface.cpp
       
    43 SOURCE          loggingservicehandler.cpp
       
    44 SOURCE			liwlogiter.cpp
       
    45 SOURCE          loggingcallback.cpp
       
    46 
       
    47 
       
    48 // Published to /resource/plugins
       
    49 START RESOURCE  ../data/2000CFBC.rss
       
    50 TARGET          loggingprovider.rsc
       
    51 END
       
    52 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         bafl.lib        // CDesCArray
       
    55 LIBRARY         LiwServiceHandler.lib
       
    56 LIBRARY			loggingservice.lib
       
    57 LIBRARY         charconv.lib 
       
    58 LIBRARY         logwrap.lib
       
    59 
       
    60 paged
       
    61