coreapplicationuis/accfwuinotifier/group/accfwuinotifier.mmp
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
     1 /*
     1 /*
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    26 UID             0x10009D8D 0x1020505F
    26 UID             0x10009D8D 0x1020505F
    27 VENDORID        VID_DEFAULT
    27 VENDORID        VID_DEFAULT
    28 
    28 
    29 CAPABILITY      CAP_ECOM_PLUGIN
    29 CAPABILITY      CAP_ECOM_PLUGIN
    30 
    30 
    31 
       
    32 
       
    33 
       
    34 
       
    35 SYSTEMINCLUDE		/epoc32/include/mw/hb/hbwidgets
       
    36 
       
    37 SOURCEPATH      ../src
    31 SOURCEPATH      ../src
    38 
    32 
    39 SOURCE          AccFwUiNotifierProxy.cpp
    33 SOURCE          AccFwUiNotifierProxy.cpp
    40 SOURCE          AccFwUiNoteNotifier.cpp
    34 SOURCE          AccFwUiNoteNotifier.cpp
    41 
    35 SOURCE          AccFwUiDialogNotifier.cpp
    42 						
    36 						
    43 USERINCLUDE     ../inc
    37 USERINCLUDE     ../inc
    44 
    38 
    45 MW_LAYER_SYSTEMINCLUDE
    39 MW_LAYER_SYSTEMINCLUDE
    46 
    40 
    56 
    50 
    57 LIBRARY         ecom.lib
    51 LIBRARY         ecom.lib
    58 LIBRARY         euser.lib
    52 LIBRARY         euser.lib
    59 LIBRARY         eiksrv.lib
    53 LIBRARY         eiksrv.lib
    60 LIBRARY	        efsrv.lib
    54 LIBRARY	        efsrv.lib
    61 LIBRARY         featmgr.lib
    55 LIBRARY         FeatMgr.lib
    62 LIBRARY         eikdlg.lib
    56 LIBRARY         eikdlg.lib
    63 LIBRARY		bafl.lib
    57 LIBRARY         Avkon.lib
    64 LIBRARY 	cone.lib
    58 LIBRARY			bafl.lib
    65 //hb
    59 LIBRARY 		cone.lib
    66 LIBRARY         HbWidgets.lib
    60 
    67 
    61 
    68 MACRO           API_TRACE_FLAG
    62 MACRO           API_TRACE_FLAG
    69 MACRO           COMPONENT_TRACE_FLAG
    63 MACRO           COMPONENT_TRACE_FLAG
    70 
    64 
    71 // End of file
    65 // End of file
    72