fep/aknfep/UiPlugins/AknFepUiInterface/group/AknFepUiInterface.mmp
changeset 40 2cb9bae34d17
parent 31 f1bdd6b078d1
child 49 37f5d84451bd
equal deleted inserted replaced
31:f1bdd6b078d1 40:2cb9bae34d17
     1 /*
       
     2 * Copyright (c) 2007 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 *       MakMake Project file.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 
       
    29 
       
    30 #include <data_caging_paths.hrh>
       
    31 #include <bldvariant.hrh>
       
    32 #include <platform_paths.hrh>
       
    33 
       
    34 TARGET          aknfepuiinterface.dll
       
    35 TARGETTYPE      DLL
       
    36 
       
    37 UID             0x1000008D 0x10285778
       
    38 CAPABILITY      All -Tcb
       
    39 
       
    40 VENDORID        VID_DEFAULT
       
    41 
       
    42 
       
    43 USERINCLUDE     ../inc .
       
    44 USERINCLUDE     ../../../inc
       
    45 
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 SYSTEMINCLUDE   ../inc
       
    49 SYSTEMINCLUDE   ../../../../../inc
       
    50 
       
    51 SOURCEPATH      ../src
       
    52 
       
    53 SOURCE          AknFepUiInterface.cpp
       
    54 SOURCE          AknFepIndicator.cpp
       
    55 SOURCE			AknFepUiMenus.cpp
       
    56 
       
    57 LIBRARY         euser.lib
       
    58 LIBRARY 		ecom.lib
       
    59 LIBRARY			eikcore.lib
       
    60 
       
    61 // End of file