serviceproviders/sapi_applicationmanager/group/appmanagerprovider.mmp
changeset 19 989d2f495d90
child 23 5c0037c72160
equal deleted inserted replaced
14:a36b1e19a461 19:989d2f495d90
       
     1 /*
       
     2 * Copyright (c) 2007-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:  Project definition file for Application Manager SAPI
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include "../../group/sapiincludes.mmpi"
       
    21 
       
    22 
       
    23 TARGET          appmanagerprovider.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D 0x2000CFBA
       
    26 
       
    27 EPOCSTACKSIZE   0x5000
       
    28 
       
    29 DEFFILE         appmanagerinterface.def
       
    30 VERSION		1.0
       
    31 
       
    32 
       
    33 CAPABILITY      CAP_ECOM_PLUGIN
       
    34 VENDORID        VID_DEFAULT
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE		    appmanagerinterface.cpp
       
    38 SOURCE          appmanagerservicehandler.cpp
       
    39 SOURCE 		    appitemslist.cpp
       
    40 SOURCE 		    appinfomap.cpp
       
    41 SOURCE 			appserviceobserver.cpp
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 USERINCLUDE    	../../inc
       
    45 USERINCLUDE     ../appmanagerservice/inc
       
    46 
       
    47 
       
    48 
       
    49 
       
    50 
       
    51 
       
    52 SOURCEPATH      ../data
       
    53 START RESOURCE  2000CFBA.rss
       
    54 TARGET          appmanagerprovider.rsc
       
    55 END
       
    56 
       
    57 LIBRARY         euser.lib
       
    58 LIBRARY         estor.lib
       
    59 LIBRARY         efsrv.lib
       
    60 LIBRARY         fbscli.lib
       
    61 LIBRARY         estlib.lib
       
    62 LIBRARY         liwServicehandler.lib
       
    63 
       
    64 
       
    65 LIBRARY 		platformenv.lib
       
    66 LIBRARY	        ecom.lib
       
    67 LIBRARY	        appmanagerservice.lib
       
    68 
       
    69 paged