wlansecuritysettings/wlaneapsettingsui/group/papnotifdlg.mmp
branchRCL_3
changeset 46 c74b3d9f6b9e
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
       
     1 /*
       
     2 * Copyright (c) 2001-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 the License "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 specification file for pap/notifierui
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 7 %
       
    20 */
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 TARGET          papnotifdlg.dll
       
    26 TARGETTYPE      DLL
       
    27 UID             0x101FDFAE 0x200159AA
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 
       
    32 SOURCEPATH      ../pap/notifierui/src
       
    33 
       
    34 SOURCE          papnotifdlgplugin.cpp 
       
    35 SOURCE          papauthdialog.cpp
       
    36 SOURCE          papchallengemsgdialog.cpp
       
    37 SOURCE          papchallengereplydialog.cpp
       
    38 
       
    39 
       
    40 USERINCLUDE     ../pap/notifierui/inc
       
    41 
       
    42 //Macro to /epoc32 headers
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 
       
    46 START RESOURCE  ../data/papnotifdlgui.rss
       
    47 HEADER
       
    48 TARGETPATH  RESOURCE_FILES_DIR
       
    49 LANGUAGE_IDS
       
    50 END
       
    51 
       
    52 
       
    53 #if defined(ARMCC)
       
    54     DEFFILE ../eabi/papnotifdlg.def
       
    55 #elif defined( WINSCW )
       
    56     DEFFILE ../bwinscw/papnotifdlg.def
       
    57 #elif defined( WINS )
       
    58     DEFFILE ../bwins/papnotifdlg.def
       
    59 #else
       
    60     DEFFILE ../bmarm/papnotifdlg.def
       
    61 #endif
       
    62 
       
    63 
       
    64 
       
    65 LIBRARY euser.lib eikdlg.lib eiksrv.lib cone.lib commdb.lib eikcore.lib
       
    66 LIBRARY eikcoctl.lib bafl.lib
       
    67 LIBRARY avkon.lib
       
    68 LIBRARY AknSkins.lib
       
    69 LIBRARY charconv.lib
       
    70 LIBRARY commonengine.lib
       
    71 LIBRARY AknNotify.lib  
       
    72 
       
    73 
       
    74 // End of File