vpnui/vpnmanagementui/group/vpnmanagementui.mmp
changeset 0 33413c0669b9
child 22 9f4e37332ce5
equal deleted inserted replaced
-1:000000000000 0:33413c0669b9
       
     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 
       
    69 MW_LAYER_SYSTEMINCLUDE
       
    70 APP_LAYER_SYSTEMINCLUDE
       
    71 
       
    72 LIBRARY     commonengine.lib		// StringLoader.h
       
    73 LIBRARY     eikctl.lib				// markable icons
       
    74 LIBRARY     euser.lib
       
    75 LIBRARY     GSFramework.lib
       
    76 LIBRARY     GSEcomPlugin.lib
       
    77 LIBRARY     cone.lib
       
    78 LIBRARY     eikcore.lib
       
    79 LIBRARY     eikcoctl.lib
       
    80 LIBRARY     avkon.lib
       
    81 LIBRARY     bafl.lib
       
    82 LIBRARY     commdb.lib
       
    83 LIBRARY     efsrv.lib
       
    84 LIBRARY     sysutil.lib
       
    85 LIBRARY     commonui.lib
       
    86 LIBRARY     vpnapi.lib
       
    87 LIBRARY     eventmedapi.lib
       
    88 LIBRARY     eventviewer.lib
       
    89 LIBRARY     centralrepository.lib
       
    90 LIBRARY     cmmanager.lib
       
    91 #ifdef __SCALABLE_ICONS
       
    92 LIBRARY     AknSkins.lib
       
    93 #endif //__SCALABLE_ICONS
       
    94 DEBUGLIBRARY	flogger.lib
       
    95 
       
    96 #ifdef __SERIES60_HELP
       
    97 LIBRARY         	hlplch.lib // for "Help" options menu
       
    98 #endif //__SERIES60_HELP
       
    99 
       
   100 #ifndef __SCALABLE_ICONS
       
   101 // Bitmaps for VPN log view
       
   102 START BITMAP vpnmanagementui.mbm
       
   103 HEADER
       
   104 
       
   105 SOURCEPATH S60_SRC_BITMAP_DIR
       
   106 
       
   107 TARGETPATH RESOURCE_FILES_DIR
       
   108 
       
   109 // VPN log icons
       
   110 SOURCE c8 qgn_prop_vpn_log_info.bmp             // Information
       
   111 SOURCE c8 qgn_prop_vpn_log_warn.bmp             // Warning
       
   112 SOURCE c8 qgn_prop_vpn_log_error.bmp            // Error
       
   113 
       
   114 // VPN GS listbox icon
       
   115 SOURCE c16 qgn_prop_set_conn_vpn.bmp
       
   116 
       
   117 // Masks for VPN log icons
       
   118 SOURCE c8 qgn_prop_vpn_log_info_mask.bmp        // Information
       
   119 SOURCE c8 qgn_prop_vpn_log_warn_mask.bmp        // Warning
       
   120 SOURCE c8 qgn_prop_vpn_log_error_mask.bmp       // Error
       
   121 
       
   122 // Mask for VPN GS listbox icon
       
   123 SOURCE c8 qgn_prop_set_conn_vpn_mask.bmp
       
   124 
       
   125 END
       
   126 
       
   127 //  - used only by Codewarrior for convenience.
       
   128 DOCUMENT            101F6D31.rss
       
   129 
       
   130 #endif
       
   131 
       
   132 // end of file