wlansecuritysettings/wlaneapsettingsui/group/GtcNotifDlg.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: This is project specification file for the GtcNotifDlg
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 11.1.11 %
       
    20 */
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 TARGET          gtcnotifdlg.dll
       
    26 TARGETTYPE      DLL
       
    27 UID             0x101FDFAE 0x102072AE 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 
       
    32 SOURCEPATH      ../EapGtc/NotifierUi/src
       
    33 
       
    34 SOURCE          GtcNotifDlgPlugin.cpp 
       
    35 SOURCE          GTCResponseQueryDialog.cpp
       
    36 SOURCE          GTCMessageDisplayDialog.cpp
       
    37 
       
    38 
       
    39 USERINCLUDE     ../EapGtc/NotifierUi/inc
       
    40 
       
    41 //Macro to /epoc32 headers
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 
       
    45 START RESOURCE  ../data/GtcNotifDlgUi.rss
       
    46 
       
    47 HEADER
       
    48 TARGETPATH  RESOURCE_FILES_DIR
       
    49 LANGUAGE_IDS
       
    50 
       
    51 END
       
    52 
       
    53 
       
    54 #if defined(ARMCC)
       
    55     DEFFILE ../eabi/gtcnotifdlg.def
       
    56 #elif defined( WINSCW )
       
    57     DEFFILE ../bwinscw/gtcnotifdlg.def
       
    58 #elif defined( WINS )
       
    59     DEFFILE ../bwins/gtcnotifdlg.def
       
    60 #else
       
    61     DEFFILE ../bmarm/gtcnotifdlg.def
       
    62 #endif
       
    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