fontsupport/fontprovider/Group/FontProvider.mmp
changeset 0 05e9090e2422
child 2 abcbdabaa4c5
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2004 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:  MakMake Project file for fontprovider
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 target          FontProvider.DLL
       
    23 targettype      DLL
       
    24 UID 	 0x10005522 0x1020509C
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 sourcepath              ../Src
       
    30 
       
    31 lang SC
       
    32 // Note, there is no User Include
       
    33 
       
    34 
       
    35 // This is a SYSTEMINCLUDE macro containing the middleware
       
    36 // layer specific include directories
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SYSTEMINCLUDE   ../../../inc
       
    40 SYSTEMINCLUDE   ../../inc
       
    41 
       
    42 source  FontProvider.cpp
       
    43 
       
    44 library EUSER.LIB
       
    45 library GDI.LIB
       
    46 library CONE.LIB
       
    47 library FONTUTILS.LIB
       
    48 library FEATMGR.LIB
       
    49 library FBSCLI.LIB
       
    50 library FNTSTR.LIB
       
    51 library EIKCORE.LIB
       
    52 library EGUL.LIB
       
    53 library BAFL.LIB
       
    54 library CENTRALREPOSITORY.LIB
       
    55 library EFSRV.LIB
       
    56 
       
    57 deffile FONTPROVIDER.DEF