remotemgmt_plat/syncml_ds_customization_api/tsrc/SyncFwCustomizer/group/SyncFwCustomizer.mmp
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
     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 //#include <domain/osextensions/platform_paths.hrh>
       
    20 #include <bldvariant.hrh>
       
    21 
       
    22 // set vendor id (from epoc32/include/oem/defaultcaps.hrh)
       
    23 VENDORID VID_DEFAULT
       
    24 
       
    25 APP_LAYER_SYSTEMINCLUDE
       
    26 
       
    27 CAPABILITY 		All -TCB
       
    28 
       
    29 TARGET			SyncFwCustomizer.exe
       
    30 UID			   0x100039CE 0x2001FDF4
       
    31 TARGETTYPE		exe
       
    32 EPOCSTACKSIZE	 0x5000
       
    33 
       
    34 SOURCEPATH		..\src
       
    35 
       
    36 SOURCE SyncFwCustomizerSettingItemListSettings.cpp 
       
    37 SOURCE SyncFwCustomizerSettingItemList.cpp 
       
    38 SOURCE SyncFwCustomizerAppUi.cpp 
       
    39 SOURCE SyncFwCustomizerDocument.cpp 
       
    40 SOURCE SyncFwCustomizerApplication.cpp
       
    41 SOURCE SyncFwCustomizerSettingItemListView.cpp
       
    42 
       
    43 SOURCEPATH		..\data
       
    44 USERINCLUDE	   ..\inc ..\data
       
    45 
       
    46 START RESOURCE	SyncFwCustomizer.rss
       
    47 HEADER
       
    48 TARGETPATH resource\apps
       
    49 END //RESOURCE
       
    50 
       
    51 START RESOURCE	SyncFwCustomizer_reg.rss
       
    52 TARGETPATH 	  \private\10003a3f\apps
       
    53 END //RESOURCE
       
    54 
       
    55 LIBRARY			euser.lib apparc.lib cone.lib eikcore.lib avkon.lib
       
    56 LIBRARY			commonengine.lib efsrv.lib estor.lib eikcoctl.lib eikdlg.lib 
       
    57 LIBRARY			eikctl.lib bafl.lib fbscli.lib aknnotify.lib aknicon.lib
       
    58 LIBRARY			etext.lib gdi.lib egul.lib insock.lib
       
    59 LIBRARY			ecom.lib InetProtUtil.lib http.lib esock.lib
       
    60 LIBRARY			centralrepository.lib syncmlclientapi.lib
       
    61 LANG 			01
       
    62 
       
    63 START BITMAP	SyncFwCustomizer.mbm
       
    64 HEADER
       
    65 TARGETPATH		\resource\apps
       
    66 SOURCEPATH		..\gfx
       
    67 SOURCE	c12,1	list_icon.bmp list_icon_mask.bmp
       
    68 END
       
    69 
       
    70 #ifdef ENABLE_ABIV2_MODE
       
    71 DEBUGGABLE_UDEBONLY
       
    72 #endif