commonuisupport/grid/group/GRID.MMP
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // grid.dll Simple grid layout engine
       
    15 // GRID.MMP for component GRID
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 target          grid.dll
       
    24 CAPABILITY All -Tcb
       
    25 targettype      DLL
       
    26 UID                      0x1000008D 0x10003A48  
       
    27 VENDORID 0x70000001
       
    28 
       
    29 SOURCEPATH	../src
       
    30 userinclude   ../inc
       
    31 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 
       
    33 source GRDCELLS.CPP
       
    34 source GRDCURS.CPP
       
    35 source GRDIMG.CPP
       
    36 source GRDLAY.CPP
       
    37 source GRDMAIN.CPP
       
    38 source GRDMAP.CPP
       
    39 source GRDPRINT.CPP
       
    40 
       
    41 library euser.lib
       
    42 library estor.lib 
       
    43 library gdi.lib
       
    44 library bafl.lib
       
    45 library fbscli.lib
       
    46 library bitgdi.lib
       
    47 library ws32.lib
       
    48 
       
    49 #ifdef WINSCW
       
    50 deffile grid.def
       
    51 #else
       
    52 deffile GRID.def
       
    53 #endif
       
    54 
       
    55 START WINS
       
    56 baseaddress     0x41a00000
       
    57 END
       
    58 
       
    59 SMPSAFE