terminalsecurity/SCP/SCPEventHandler/group/SCPEventHandler.mmp
changeset 0 b497e44ab2fc
child 1 a9c0ce913924
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2004-2006 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:    Project definition file for project Terminal Security - SCP
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET          scpeventhandler.dll
       
    25 TARGETTYPE      DLL
       
    26 TARGETPATH      SHARED_LIB_DIR
       
    27 UID             0x1000008D 0x20026F5D
       
    28 
       
    29 CAPABILITY  CAP_GENERAL_DLL
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          SCPEventHandler.cpp
       
    34 
       
    35 USERINCLUDE   ../inc
       
    36 USERINCLUDE 	../../SCPDatabase/inc
       
    37 USERINCLUDE 	../../DmEventNotifier/inc
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 LIBRARY		euser.lib  
       
    42 LIBRARY		centralrepository.lib
       
    43 LIBRARY		flogger.lib             //for logging
       
    44 LIBRARY 	scpclient.lib
       
    45 LIBRARY 	scpdatabase.lib
       
    46 
       
    47 // For sis files retrival from Application Installer.
       
    48 LIBRARY 	swidataprovider.lib 
       
    49 LIBRARY 	sisregistryclient.lib
       
    50 LIBRARY		sisxfile.lib  
       
    51 LIBRARY 	siscontroller.lib
       
    52 //LIBRARY	javaregistryclient.lib
       
    53 
       
    54