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