installationservices/swi/group/sislauncherserver.mmh
changeset 0 ba25891c3a9e
child 25 98b66e4fb0be
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     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 * common header file for both the textshell and general purpose version of this server.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 macro __SECURE_API__
       
    25 macro __DATA_CAGING__
       
    26 capability ProtServ PowerMgmt WriteDeviceData
       
    27 
       
    28 targettype exe
       
    29 
       
    30 uid		0x1000007a 0x1020473F
       
    31 vendorid	0x70000001
       
    32 
       
    33 userinclude 	../source/sislauncher/common
       
    34 userinclude 	../source/sislauncher/server
       
    35 userinclude		../source/sisregistry/common
       
    36 userinclude 	../inc/swi
       
    37 userinclude 	../inc
       
    38 
       
    39 sourcepath	../source/sislauncher/server
       
    40 
       
    41 source		sislauncherserver.cpp
       
    42 source		sislaunchersession.cpp
       
    43 source		sislauncherstartup.cpp
       
    44 source		threadmonitor.cpp
       
    45 source      queueprocessor.cpp
       
    46 
       
    47 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    48 SOURCE swtypereginfoparser.cpp
       
    49 #endif
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    52 
       
    53 library		euser.lib 
       
    54 library		efsrv.lib
       
    55 library		estor.lib
       
    56 library		ecom.lib
       
    57 library		securitymanager.lib
       
    58 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    59 LIBRARY		xmlframework.lib
       
    60 LIBRARY		bafl.lib
       
    61 LIBRARY		swtypereginfo.lib
       
    62 #endif
       
    63