installationservices/swinstallationfw/group/sifserver.mmp
changeset 24 84a16765cd86
child 33 8110bf1194d1
equal deleted inserted replaced
6:aba6b8104af3 24:84a16765cd86
       
     1 /*
       
     2 * Copyright (c) 2008-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 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET				sifserver.exe        
       
    20 TARGETTYPE			exe
       
    21 
       
    22 CAPABILITY			ProtServ TrustedUI ReadUserData
       
    23 
       
    24 VENDORID			0x70000001
       
    25 
       
    26 UID					0x0 0x10285BCB
       
    27 
       
    28 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    29 
       
    30 USERINCLUDE			../inc
       
    31 USERINCLUDE			../common/inc
       
    32 
       
    33 SOURCEPATH			../source
       
    34 SOURCE				sifserverstartup.cpp sifservertask.cpp
       
    35 
       
    36 LIBRARY				estor.lib efsrv.lib euser.lib ecom.lib apgrfx.lib apmime.lib
       
    37 LIBRARY				siftransport.lib scrclient.lib sifutils.lib
       
    38 SMPSAFE