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