installationservices/swi/group/sislauncherclient.mmp
changeset 0 ba25891c3a9e
child 4 3eebb1e54d3a
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 * sislauncherclient.dll used by SWIS to run files
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 MACRO __SECURE_API__
       
    25 MACRO __DATA_CAGING__
       
    26 CAPABILITY ALL
       
    27 
       
    28 TARGET		sislauncherclient.dll
       
    29 TARGETTYPE	dll
       
    30 
       
    31 UID		0x1000008d 0x1020473E
       
    32 VENDORID	0x70000001
       
    33 
       
    34 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    35 DEFFILE		sislauncherclient.DEF
       
    36 #else
       
    37 DEFFILE		sislauncherclient_legacy.def
       
    38 #endif
       
    39 
       
    40 USERINCLUDE	../source/sislauncher/client
       
    41 USERINCLUDE	../source/sislauncher/common
       
    42 USERINCLUDE	../source/sisregistry/common 
       
    43 USERINCLUDE	../inc/swi
       
    44 USERINCLUDE	../inc
       
    45 
       
    46 SOURCEPATH	../source/sislauncher/client
       
    47 
       
    48 SOURCE		sislauncherclient.cpp
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    51 
       
    52 LIBRARY		euser.lib 
       
    53 LIBRARY		estor.lib
       
    54 LIBRARY		efsrv.lib
       
    55 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    56 LIBRARY		swtypereginfo.lib
       
    57 #endif
       
    58 SMPSAFE