webengine/widgetbackuprestore/group/WidgetBackupRestore.mmp
changeset 0 dd21522fd290
child 25 0ed94ceaa377
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2007 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 the License "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 *    mmp file for WidgetBackupRestore component
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 TARGET          WidgetBackupRestore.exe
       
    21 TARGETTYPE      exe
       
    22 UID             0x100039CE 0x2000B4D8
       
    23 
       
    24 //  INCLUDES
       
    25 #include <bldvariant.hrh>
       
    26 #include <data_caging_paths.hrh>
       
    27 #include <platform_paths.hrh>
       
    28 #include <platform/mw/Browser_platform_variant.hrh>
       
    29 
       
    30 // Capability assignment.
       
    31 CAPABILITY      CAP_APPLICATION AllFiles -Location
       
    32 VENDORID        VID_DEFAULT
       
    33 
       
    34 EPOCSTACKSIZE   0x5000
       
    35 EPOCHEAPSIZE    0x5000 0x1000000
       
    36 
       
    37 // Sources
       
    38 SOURCEPATH      .
       
    39 SOURCEPATH      ../Src
       
    40 
       
    41 SOURCE          WidgetBackupRestore.cpp
       
    42 SOURCE          WidgetActiveCallback.cpp
       
    43 
       
    44 // Includes
       
    45 USERINCLUDE     . ../Inc/
       
    46 USERINCLUDE     ../../../inc
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 MW_LAYER_LIBC_SYSTEMINCLUDE
       
    50 MW_LAYER_CONNECT_SYSTEMINCLUDE
       
    51 
       
    52 // Libraries
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         bafl.lib
       
    55 LIBRARY         platformenv.lib
       
    56 LIBRARY         centralrepository.lib
       
    57 LIBRARY         XmlEngineUtils.lib 
       
    58 LIBRARY         XMLEngine.lib
       
    59 LIBRARY         XmlEngineDOM.lib
       
    60 LIBRARY         apgrfx.lib
       
    61 LIBRARY         estor.lib
       
    62 LIBRARY         efsrv.lib 
       
    63 LIBRARY         abclient.lib 
       
    64 LIBRARY         charconv.lib 
       
    65 LIBRARY         WidgetRegistryClient.lib
       
    66 LIBRARY         WidgetInstaller.lib
       
    67 
       
    68 //#ifdef _DEBUG
       
    69 LIBRARY		    flogger.lib
       
    70 //#endif
       
    71 
       
    72 // End of file