applicationmanagement/RfsPlugin/group/RfsAppMgmtPlugin.mmp
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2005 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: Implementation of applicationmanagement components
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET         rfsappmgmtplugin.dll
       
    24 TARGETTYPE	   PLUGIN
       
    25 CAPABILITY	   CAP_ECOM_PLUGIN
       
    26 VENDORID	     VID_DEFAULT
       
    27 UID            0x10009D8D 0x102073BF
       
    28 
       
    29 SOURCEPATH     ../src
       
    30 SOURCE         RfsAppMgmtPlugin.cpp 
       
    31 SOURCE         Proxy.cpp
       
    32 
       
    33 START RESOURCE 102073BF.rss
       
    34 TARGET rfsappmgmtplugin.rsc
       
    35 LANGUAGE_IDS
       
    36 END
       
    37 
       
    38 
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 USERINCLUDE	    ../../inc
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 SYSTEMINCLUDE   /epoc32/include/ecom
       
    45 
       
    46 LIBRARY 	      euser.lib       // Base library
       
    47 LIBRARY 	      ecom.lib	    // ECom library
       
    48 LIBRARY 	      applicationmanagement.lib
       
    49 LIBRARY 	      flogger.lib
       
    50 
       
    51 SMPSAFE