fbs/fontandbitmapserver/group/fbsoogmplugin.mmp
changeset 187 9f66f99ee56f
equal deleted inserted replaced
103:2717213c588a 187:9f66f99ee56f
       
     1 /*
       
     2 * Copyright (c) 2010 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:  This is the .mmp for building font and bitmap server  out-of-graphics-memory Plugin
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET      		fbsoogmplugin.dll
       
    24 TARGETTYPE 		PLUGIN
       
    25 UID			0x10009d8d 0x2002B638
       
    26 
       
    27 CAPABILITY  		CAP_ECOM_PLUGIN 
       
    28 VENDORID    		0x70000001
       
    29 
       
    30 // This is a SYSTEMINCLUDE macro containing the middleware
       
    31 // layer specific include directories
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 USERINCLUDE		.
       
    35 USERINCLUDE		../inc
       
    36 USERINCLUDE		../sfbs 
       
    37 USERINCLUDE		../traces
       
    38 
       
    39 TARGETPATH		 /sys/bin  
       
    40 SOURCEPATH		../sfbs
       
    41 
       
    42 SOURCE			fbsoogmplugin.cpp
       
    43 
       
    44 START RESOURCE		fbsoogmplugin.rss
       
    45 TARGET			fbsoogmplugin.rsc
       
    46 END
       
    47 
       
    48 LIBRARY			ecom.lib
       
    49 LIBRARY			euser.lib
       
    50 LIBRARY			goommonitor.lib
       
    51 LIBRARY			fbscli.lib
       
    52