photosgallery/viewframework/layouts/group/glxlayouts.mmp
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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:    Project definition file 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 #include "../../../group/glxbuildcommon.mmh"
       
    26 
       
    27 TARGET          glxlayouts.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008d 0x2000A7B7
       
    30 #ifndef WINSCW
       
    31 EPOCALLOWDLLDATA
       
    32 #endif 
       
    33 
       
    34 CAPABILITY      CAP_GENERAL_DLL
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          glxlayoutinfo.cpp
       
    38 SOURCE          glxlayout.cpp
       
    39 SOURCE          glxlayouthelper.cpp
       
    40 SOURCE          glxlayoutsplitter.cpp
       
    41 SOURCE          glxfollowfocuslayout.cpp
       
    42 SOURCE          glxrotationlayout.cpp
       
    43 SOURCE          glxsetvaluelayout.cpp
       
    44 
       
    45 
       
    46 USERINCLUDE     ../inc
       
    47 // System includes from the source tree
       
    48 SYSTEMINCLUDE   ../inc
       
    49 SYSTEMINCLUDE   ../../../inc
       
    50 SYSTEMINCLUDE   ../../medialists/inc // TEMP
       
    51 SYSTEMINCLUDE   ../../visuallistmanager/inc
       
    52 SYSTEMINCLUDE   ../../uiutilities/inc
       
    53 
       
    54 // System includes from epoc32/include
       
    55 
       
    56 APP_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 LIBRARY         bafl.lib
       
    59 LIBRARY         euser.lib
       
    60 LIBRARY         ws32.lib 
       
    61 
       
    62 LIBRARY         alfclient.lib           // For Alfred Hitchcock framework
       
    63 
       
    64 
       
    65 // End of File