installationservices/swi/group/backuprestore.mmp
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2004-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 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 * backuprestore.dll Layer between a client e.g. Connect that starts backup or restore
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 MACRO			__DATA_CAGING__
       
    25 CAPABILITY		All -Tcb
       
    26 
       
    27 TARGET			backuprestore.dll
       
    28 TARGETTYPE		dll
       
    29 
       
    30 UID				0x1000008d 0x10204bb4
       
    31 VENDORID		0x70000001
       
    32 
       
    33 USERINCLUDE		../source/backuprestore
       
    34 USERINCLUDE		../inc
       
    35 USERINCLUDE		../inc/swi
       
    36 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 SOURCEPATH		../source/backuprestore
       
    38 
       
    39 SOURCE			backupsession.cpp
       
    40 SOURCE			restoresession.cpp
       
    41 
       
    42 
       
    43 LIBRARY			euser.lib
       
    44 LIBRARY			efsrv.lib
       
    45 LIBRARY			estor.lib
       
    46 LIBRARY			sisregistryclient.lib
       
    47 LIBRARY			uiss.lib
       
    48 #ifdef	__SWI_LOGGING__
       
    49 LIBRARY			flogger.lib
       
    50 #endif	/* __SWI_LOGGING__ */
       
    51 SMPSAFE