fbs/fontandbitmapserver/group/FBSERV.MMP
changeset 187 9f66f99ee56f
parent 0 5d03bc08d59c
child 160 969102054596
equal deleted inserted replaced
103:2717213c588a 187:9f66f99ee56f
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    33 uid             0x1000008C 0x10003A16
    33 uid             0x1000008C 0x10003A16
    34 VENDORID        0x70000001
    34 VENDORID        0x70000001
    35 
    35 
    36 userinclude     ../inc
    36 userinclude     ../inc
    37 userinclude     ../sfbs
    37 userinclude     ../sfbs
       
    38 userinclude     ../traces
    38 
    39 
       
    40 OS_LAYER_SYSTEMINCLUDE
    39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    40 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    42 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    41 
    43 
    42 sourcepath      ../sfbs
    44 sourcepath      ../sfbs
    43 
    45 
    47 source          BackGroundCompression.CPP
    49 source          BackGroundCompression.CPP
    48 source          SERVER.CPP
    50 source          SERVER.CPP
    49 source          FBSMBMC.CPP
    51 source          FBSMBMC.CPP
    50 source          ShiftedFileStore.cpp
    52 source          ShiftedFileStore.cpp
    51 source          HASHMAP.CPP
    53 source          HASHMAP.CPP
    52 source			patchableconstants.cpp
    54 source		patchableconstants.cpp
       
    55 source          glyphatlas.cpp
    53 
    56 
    54 library         euser.lib
    57 library         euser.lib
    55 library         efsrv.lib
    58 library         efsrv.lib
    56 library         gdi.lib
    59 library         gdi.lib
    57 library         fntstr.lib
    60 library         fntstr.lib
    58 library         fbscli.lib
    61 library         fbscli.lib
    59 library         estor.lib
    62 library         estor.lib
    60 library         ecom.lib
    63 library         ecom.lib
    61 library         hal.lib
    64 library         hal.lib
       
    65 library         sgresource.lib
    62 
    66 
    63 start wins
    67 start wins
    64 baseaddress     0x41500000
    68 baseaddress     0x41500000
    65 end
    69 end
    66 
    70