connectionutilities/ConnectionDialogs/group/CConnDlgPlugin.mmp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
     1 /*
     1 /*
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2010 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".
    39 SYSTEMINCLUDE		../../../inc
    39 SYSTEMINCLUDE		../../../inc
    40 
    40 
    41 //Macro to /epoc32 headers
    41 //Macro to /epoc32 headers
    42 MW_LAYER_SYSTEMINCLUDE
    42 MW_LAYER_SYSTEMINCLUDE
    43 
    43 
    44 SYSTEMINCLUDE   /epoc32/include/uikon
    44 
       
    45 START RESOURCE ../cconndlg/data/CConnDlgPlugin.rss
       
    46 HEADER
       
    47 TARGETPATH RESOURCE_FILES_DIR
       
    48 LANGUAGE_IDS
       
    49 END  // RESOURCE
    45 
    50 
    46 
    51 
    47 SOURCEPATH  ../cconndlg/src
    52 SOURCEPATH  ../cconndlg/src
    48 SOURCE  ConnDlgPlugin.cpp
    53 SOURCE  ConnDlgPlugin.cpp IAPDialog.cpp  AuthenticationDialog.cpp
       
    54 SOURCE  ReconnectDialog.cpp NewIapDialog.cpp QosDialog.cpp
       
    55 SOURCE  ActiveIapPlugin.cpp
       
    56 SOURCE  ActiveBase.cpp
       
    57 SOURCE  SelectConnectionDialog.cpp
       
    58 SOURCE  ActiveSelectConnectionPlugin.cpp
       
    59 SOURCE  SelectExplicitDialog.cpp
       
    60 SOURCE  ActiveSelectExplicit.cpp
       
    61 SOURCE  sortsnaputils.cpp
    49 
    62 
    50 SOURCEPATH  ../src
    63 SOURCEPATH  ../src
    51 SOURCE  ConnectionInfo.cpp ConnectionInfoKey.cpp ConnectionInfoArray.cpp ExpiryTimer.cpp
    64 SOURCE  ConnectionInfo.cpp ConnectionInfoKey.cpp ConnectionInfoArray.cpp ExpiryTimer.cpp
    52 SOURCE  ActiveIAPListing.cpp
    65 SOURCE  ActiveIAPListing.cpp
    53 SOURCE  ConnectionDialogsNotifBase.cpp
    66 SOURCE  ConnectionDialogsNotifBase.cpp
    66 LIBRARY hlplch.lib
    79 LIBRARY hlplch.lib
    67 LIBRARY COMMSDAT.lib
    80 LIBRARY COMMSDAT.lib
    68 LIBRARY cmmanagerdatabase.lib
    81 LIBRARY cmmanagerdatabase.lib
    69 LIBRARY	egul.lib
    82 LIBRARY	egul.lib
    70 
    83 
       
    84 LIBRARY vpnapi.lib
    71 
    85 
    72 DEBUGLIBRARY flogger.lib
    86 DEBUGLIBRARY flogger.lib
    73 DEBUGLIBRARY efsrv.lib
    87 DEBUGLIBRARY efsrv.lib
    74 
    88 
    75 
    89 
    76 #ifdef WINSCW
    90 #ifdef WINSCW
    77 DEFFILE ../cconndlg/BWinsCw/CConnDlgPlugin.DEF
    91     DEFFILE ../cconndlg/BWinsCw/CConnDlgPlugin.DEF
    78 #else
    92 #else
    79 DEFFILE ../cconndlg/EABI/CCONNDLGPLUGIN.DEF
    93     DEFFILE ../cconndlg/EABI/CCONNDLGPLUGIN.DEF
    80 #endif
    94 #endif
    81 
    95 
    82 // End of File
    96 // End of File
    83