remotemgmt_plat/syncml_ds_error_reporting_api/tsrc/SyncStatusSpy/group/SyncStatusSpy.mmp
branchRCL_3
changeset 26 19bba8228ff0
parent 11 06f47423ecee
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
       
     1 /*
       
     2 * Copyright (c) 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 
       
    20 VENDORID VID_DEFAULT
       
    21 CAPABILITY CAP_GENERAL_DLL
       
    22 APP_LAYER_SYSTEMINCLUDE
       
    23 
       
    24 
       
    25 TARGET			SyncStatusSpy.exe
       
    26 UID			   0x100039CE 0x2001FDF3
       
    27 //VENDORID	  	  0
       
    28 TARGETTYPE		exe
       
    29 EPOCSTACKSIZE	 0x5000
       
    30 
       
    31 USERINCLUDE	   ..\inc ..\data
       
    32 
       
    33 SOURCEPATH		..\data
       
    34 START RESOURCE	SyncStatusSpy.rss
       
    35 HEADER
       
    36 TARGETPATH resource\apps
       
    37 END //RESOURCE
       
    38 
       
    39 START RESOURCE	SyncStatusSpy_reg.rss
       
    40 TARGETPATH 	  \private\10003a3f\apps
       
    41 END //RESOURCE
       
    42 
       
    43 LIBRARY	euser.lib 
       
    44 LIBRARY apparc.lib 
       
    45 LIBRARY cone.lib 
       
    46 LIBRARY eikcore.lib 
       
    47 LIBRARY avkon.lib
       
    48 LIBRARY	commonengine.lib 
       
    49 LIBRARY efsrv.lib 
       
    50 LIBRARY estor.lib 
       
    51 LIBRARY eikcoctl.lib 
       
    52 LIBRARY eikdlg.lib 
       
    53 LIBRARY	eikctl.lib 
       
    54 LIBRARY bafl.lib 
       
    55 LIBRARY fbscli.lib 
       
    56 LIBRARY aknnotify.lib 
       
    57 LIBRARY aknicon.lib
       
    58 LIBRARY	etext.lib 
       
    59 LIBRARY gdi.lib 
       
    60 LIBRARY egul.lib 
       
    61 LIBRARY insock.lib 
       
    62 LIBRARY apmime.lib
       
    63 LIBRARY	ecom.lib 
       
    64 LIBRARY InetProtUtil.lib 
       
    65 LIBRARY http.lib 
       
    66 LIBRARY esock.lib 
       
    67 LIBRARY commonui.lib
       
    68 LIBRARY	centralrepository.lib 
       
    69 LIBRARY charconv.lib 
       
    70 LIBRARY apgrfx.lib 
       
    71 LIBRARY ws32.lib
       
    72 
       
    73 LANG 				01
       
    74 
       
    75 START BITMAP	SyncStatusSpy.mbm
       
    76 HEADER
       
    77 TARGETPATH		\resource\apps
       
    78 SOURCEPATH		..\gfx
       
    79 SOURCE	c12,1	list_icon.bmp list_icon_mask.bmp
       
    80 END
       
    81 
       
    82 SOURCEPATH		..\src
       
    83 
       
    84 #ifdef ENABLE_ABIV2_MODE
       
    85 DEBUGGABLE_UDEBONLY
       
    86 #endif
       
    87 
       
    88 SOURCE SyncStatusSpySettingItemList.cpp 
       
    89 SOURCE SyncStatusSpySettingItemListSettings.cpp 
       
    90 SOURCE SyncStatusSpyApplication.cpp 
       
    91 SOURCE SyncStatusSpyDocument.cpp 
       
    92 SOURCE SyncStatusSpyAppUi.cpp 
       
    93 SOURCE CenrepUtils.cpp 
       
    94 SOURCE ErrorCodeNotifier.cpp 
       
    95 SOURCE SyncTypeNotifier.cpp 
       
    96 SOURCE ProfileIdNotifier.cpp 
       
    97 SOURCE SyncInitiationNotifier.cpp