layouts/aknlayout2/group/AknLayout2.mmp
changeset 0 05e9090e2422
child 38 a10f447f38bd
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2002-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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          aknlayout2.DLL
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x10158C94
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 
       
    27 USERINCLUDE     ../inc
       
    28 
       
    29 // This is a SYSTEMINCLUDE macro containing the middleware
       
    30 // layer specific include directories
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 SYSTEMINCLUDE   ../../../inc
       
    34 SYSTEMINCLUDE   ../../inc
       
    35 SYSTEMINCLUDE   .
       
    36 
       
    37 SOURCEPATH      ..
       
    38 
       
    39 SOURCE          src/AknLayout2.cpp
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         cdlengine.LIB
       
    43 LIBRARY         aknlayout2scalable.lib
       
    44 START WINS
       
    45 BASEADDRESS     0x7e010000
       
    46 END
       
    47 
       
    48 // End of File