coreapplicationuis/accfwuinotifier/group/accfwuinotifier.mmp
changeset 0 2e3d3ce01487
child 21 c4cbaa4fb734
child 62 924385140d98
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2002 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 file for AccFwUiNotifier.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          accfwuinotifier.dll
       
    23 
       
    24 TARGETTYPE      PLUGIN
       
    25 //deffile       accfwuinotifier.def
       
    26 UID             0x10009D8D 0x1020505F
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 CAPABILITY      CAP_ECOM_PLUGIN
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 
       
    33 SOURCE          AccFwUiNotifierProxy.cpp
       
    34 SOURCE          AccFwUiNoteNotifier.cpp
       
    35 SOURCE          AccFwUiDialogNotifier.cpp
       
    36 						
       
    37 USERINCLUDE     ../inc
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 START RESOURCE ../data/1020505F.rss
       
    42 TARGET accfwuinotifier.rsc
       
    43 END
       
    44 
       
    45 START RESOURCE ../data/accfwnoteuinotifier.rss
       
    46 TARGETPATH RESOURCE_FILES_DIR
       
    47 HEADER
       
    48 LANGUAGE_IDS
       
    49 END  // RESOURCE
       
    50 
       
    51 LIBRARY         ecom.lib
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         eiksrv.lib
       
    54 LIBRARY	        efsrv.lib
       
    55 LIBRARY         FeatMgr.lib
       
    56 LIBRARY         eikdlg.lib
       
    57 LIBRARY         Avkon.lib
       
    58 LIBRARY			bafl.lib
       
    59 LIBRARY 		cone.lib
       
    60 
       
    61 
       
    62 MACRO           API_TRACE_FLAG
       
    63 MACRO           COMPONENT_TRACE_FLAG
       
    64 
       
    65 // End of file