serviceproviders/sapi_serviceregistry/group/serviceregistryprovider.mmp
changeset 5 989d2f495d90
child 11 5c0037c72160
equal deleted inserted replaced
1:a36b1e19a461 5:989d2f495d90
       
     1 /*
       
     2 * Copyright (c) 2008 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:  Project definition file for ServiceRegistry Service API
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include  "../../group/sapiincludes.mmpi"
       
    20 
       
    21 //#include <domain/osextensions/platform_paths.hrh>
       
    22 //#include <data_caging_paths.hrh>
       
    23 
       
    24 TARGET          serviceregistryprovider.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x20022EE4
       
    27 
       
    28 DEFFILE         serviceregistryprovider.def
       
    29 
       
    30 CAPABILITY      CAP_ECOM_PLUGIN
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 
       
    35 SOURCE          serviceregistryservicehandler.cpp
       
    36 SOURCE          serviceregistryutilities.cpp
       
    37 SOURCE          serviceinterface.cpp
       
    38 SOURCE          serviceregistryiterator.cpp
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 USERINCLUDE     ../../inc
       
    42 
       
    43 SOURCEPATH      ../data
       
    44 START RESOURCE  102833a9.rss
       
    45 TARGET          serviceregistryprovider.rsc
       
    46 END
       
    47 
       
    48 // Service library
       
    49 
       
    50 //LIBRARY         serviceregistryservice.lib
       
    51 
       
    52 // System libraries
       
    53 
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         estor.lib
       
    56 LIBRARY         efsrv.lib
       
    57 LIBRARY         estlib.lib
       
    58 LIBRARY         liwservicehandler.lib
       
    59 LIBRARY         platformenv.lib
       
    60 LIBRARY         ecom.lib
       
    61 LIBRARY         hal.lib