commonuisupport/uikon/group/EIKBACKUPSRV.MMP
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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 /**
       
    19 @file
       
    20 
       
    21 @SYMPurpose eikbackupsrv.dll Uikon backup server
       
    22 */
       
    23 
       
    24 
       
    25 TARGET          eikbackupsrv.dll
       
    26 CAPABILITY TrustedUI ProtServ
       
    27 TARGETTYPE      DLL
       
    28 TARGETPATH		/system/libs
       
    29 
       
    30 UID		0x1000008D 0x10004904
       
    31 VENDORID 0x70000001
       
    32 
       
    33 SOURCEPATH	../srvsrc
       
    34 
       
    35 userinclude		../srvinc	../coreinc
       
    36 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 
       
    38 source		EIKBAKSV.CPP
       
    39 source		patchdata.cpp
       
    40 
       
    41 library			euser.lib
       
    42 library			ws32.lib	apparc.lib	apgrfx.lib	baksrv.lib
       
    43 
       
    44 #ifdef WINSCW
       
    45 deffile Eikbackupsrv.def
       
    46 #else
       
    47 deffile EIKBACKUPSRV.DEF
       
    48 #endif
       
    49 
       
    50 START WINS
       
    51 END
       
    52 
       
    53 START MARM
       
    54 END
       
    55 
       
    56 SMPSAFE