installationservices/swi/group/daemon.mmp
branchRCL_3
changeset 26 8b7f4e561641
parent 0 ba25891c3a9e
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
       
     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 *
       
    16 */
       
    17 
       
    18 
       
    19 MACRO __SECURE_API__
       
    20 MACRO __DATA_CAGING__
       
    21 CAPABILITY None
       
    22 
       
    23 TARGET		swidaemon.exe
       
    24 TARGETTYPE	exe
       
    25 TARGETPATH	sys/bin
       
    26 
       
    27 UID			0x1000007A 0x10202DCE
       
    28 VENDORID	0x70000001
       
    29 
       
    30 SOURCEPATH ../source/daemon
       
    31 USERINCLUDE ../inc
       
    32 USERINCLUDE ../inc/swi
       
    33 USERINCLUDE ../source/swis/server
       
    34 
       
    35 SOURCE daemon.cpp
       
    36 SOURCE main.cpp
       
    37 SOURCE drivewatcher.cpp
       
    38 SOURCE daemonbehaviour.cpp
       
    39 SOURCE daemoninstaller.cpp
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 
       
    43 LIBRARY	euser.lib 
       
    44 LIBRARY efsrv.lib
       
    45 LIBRARY apgrfx.lib
       
    46 LIBRARY apmime.lib
       
    47 LIBRARY apparc.lib
       
    48 
       
    49 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    50 USERINCLUDE ../../swtransactionservices/inc
       
    51 LIBRARY stsclient.lib
       
    52 LIBRARY swiobserverclient.lib
       
    53 #endif
       
    54 
       
    55 LIBRARY sisregistryclient.lib
       
    56 LIBRARY swidataprovider.lib
       
    57 LIBRARY sisxfile.lib
       
    58 LIBRARY siscontroller.lib
       
    59 LIBRARY ecom.lib
       
    60 SMPSAFE