vpnui/vpnmanagementui/group/vpnmanagementui.mmp
branchRCL_3
changeset 23 473321461bba
parent 22 9f4e37332ce5
child 24 e06095241a65
equal deleted inserted replaced
22:9f4e37332ce5 23:473321461bba
     1 /*
       
     2 * Copyright (c) 2003-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 "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 definition file for project vpnmanagementui
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 #include <iconlocations.hrh>
       
    21 
       
    22 TARGET      vpnmanagementui.dll
       
    23 TARGETTYPE  PLUGIN
       
    24 UID         0x10009D8D 0x101F6D31 
       
    25 
       
    26 CAPABILITY  CAP_ECOM_PLUGIN
       
    27 VENDORID    VID_DEFAULT
       
    28 
       
    29 SOURCEPATH  ../data
       
    30 
       
    31 //ECOM resource definition
       
    32 START RESOURCE      101F6D31.rss
       
    33 TARGET              vpnmanagementui.rsc
       
    34 END 
       
    35 
       
    36 START RESOURCE vpnmanagementuirsc.rss
       
    37 HEADER
       
    38 TARGETPATH  RESOURCE_FILES_DIR
       
    39 LANGUAGE_IDS
       
    40 END
       
    41 
       
    42 SOURCEPATH  ../src
       
    43 SOURCE      vpnmanagementuiview.cpp
       
    44 SOURCE      vpnmanagementuicontainer.cpp
       
    45 SOURCE      vpnmanagementuipolicyview.cpp
       
    46 SOURCE      vpnmanagementuiserverview.cpp
       
    47 SOURCE      vpnmanagementuilogview.cpp
       
    48 SOURCE      vpnmanagementuipolicycontainer.cpp
       
    49 SOURCE      vpnmanagementuiservercontainer.cpp
       
    50 SOURCE      vpnmanagementuilogcontainer.cpp
       
    51 SOURCE      vpnmanagementuiserversettingscontainer.cpp
       
    52 SOURCE      vpnmanagementuiserversettingsview.cpp
       
    53 SOURCE      vpnuiloader.cpp
       
    54 SOURCE      vpnapiwrapper.cpp
       
    55 SOURCE      vpnmanagementuiimplementationtable.cpp
       
    56 SOURCE      serversettingconnectionsettingitem.cpp
       
    57 
       
    58 USERINCLUDE . ../inc 
       
    59 USERINCLUDE ../data
       
    60 USERINCLUDE ../../../vpnengine/pkiserviceapi/inc
       
    61 USERINCLUDE ../../../vpnengine/eventmediatorapi/inc
       
    62 USERINCLUDE ../../../vpnengine/vpnmanager/inc
       
    63 USERINCLUDE ../../../vpnengine/kmdserver/inc
       
    64 USERINCLUDE ../../../vpnengine/eventviewer/inc
       
    65 USERINCLUDE ../../../vpnapiimpl/inc
       
    66 USERINCLUDE ../../../vpnengine/vpncommon/inc //for logcommon.h
       
    67 USERINCLUDE ../../vpnecomnotifier/data
       
    68 USERINCLUDE ../../../vpnengine/vpnextapi/inc
       
    69 
       
    70 MW_LAYER_SYSTEMINCLUDE
       
    71 APP_LAYER_SYSTEMINCLUDE
       
    72 
       
    73 LIBRARY     commonengine.lib		// StringLoader.h
       
    74 LIBRARY     eikctl.lib				// markable icons
       
    75 LIBRARY     euser.lib
       
    76 LIBRARY     GSFramework.lib
       
    77 LIBRARY     GSEcomPlugin.lib
       
    78 LIBRARY     cone.lib
       
    79 LIBRARY     eikcore.lib
       
    80 LIBRARY     eikcoctl.lib
       
    81 LIBRARY     avkon.lib
       
    82 LIBRARY     bafl.lib
       
    83 LIBRARY     commdb.lib
       
    84 LIBRARY     efsrv.lib
       
    85 LIBRARY     sysutil.lib
       
    86 LIBRARY     commonui.lib
       
    87 LIBRARY     vpnapi.lib
       
    88 LIBRARY     eventmedapi.lib
       
    89 LIBRARY     eventviewer.lib
       
    90 LIBRARY     centralrepository.lib
       
    91 LIBRARY     cmmanager.lib
       
    92 LIBRARY		vpnextapi.lib
       
    93 #ifdef __SCALABLE_ICONS
       
    94 LIBRARY     AknSkins.lib
       
    95 #endif //__SCALABLE_ICONS
       
    96 DEBUGLIBRARY	flogger.lib
       
    97 
       
    98 #ifdef __SERIES60_HELP
       
    99 LIBRARY         	hlplch.lib // for "Help" options menu
       
   100 #endif //__SERIES60_HELP
       
   101 
       
   102 #ifndef __SCALABLE_ICONS
       
   103 // Bitmaps for VPN log view
       
   104 START BITMAP vpnmanagementui.mbm
       
   105 HEADER
       
   106 
       
   107 SOURCEPATH S60_SRC_BITMAP_DIR
       
   108 
       
   109 TARGETPATH RESOURCE_FILES_DIR
       
   110 
       
   111 // VPN log icons
       
   112 SOURCE c8 qgn_prop_vpn_log_info.bmp             // Information
       
   113 SOURCE c8 qgn_prop_vpn_log_warn.bmp             // Warning
       
   114 SOURCE c8 qgn_prop_vpn_log_error.bmp            // Error
       
   115 
       
   116 // VPN GS listbox icon
       
   117 SOURCE c16 qgn_prop_set_conn_vpn.bmp
       
   118 
       
   119 // Masks for VPN log icons
       
   120 SOURCE c8 qgn_prop_vpn_log_info_mask.bmp        // Information
       
   121 SOURCE c8 qgn_prop_vpn_log_warn_mask.bmp        // Warning
       
   122 SOURCE c8 qgn_prop_vpn_log_error_mask.bmp       // Error
       
   123 
       
   124 // Mask for VPN GS listbox icon
       
   125 SOURCE c8 qgn_prop_set_conn_vpn_mask.bmp
       
   126 
       
   127 END
       
   128 
       
   129 //  - used only by Codewarrior for convenience.
       
   130 DOCUMENT            101F6D31.rss
       
   131 
       
   132 #endif
       
   133 
       
   134 // end of file