installationservices/swi/group/uiss.mmp
changeset 4 32704c33136d
equal deleted inserted replaced
-1:000000000000 4:32704c33136d
       
     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 * uiss.dll User Interface support for various dialogs
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 MACRO __SECURE_API__
       
    25 MACRO __DATA_CAGING__
       
    26 CAPABILITY ALL -TCB
       
    27 
       
    28 TARGET		uiss.dll
       
    29 TARGETTYPE	dll
       
    30 
       
    31 UID			0x1000008d 0x10202DC8
       
    32 VENDORID	0x70000001
       
    33 
       
    34 USERINCLUDE    	../source/uiss/server ../source/uiss/common
       
    35 USERINCLUDE    	../source/uiss/client
       
    36 USERINCLUDE	../inc ../inc/swi
       
    37 
       
    38 SOURCEPATH	../source/uiss
       
    39 
       
    40 SOURCE	server/uissserver.cpp
       
    41 SOURCE	server/uisssession.cpp
       
    42 SOURCE  server/installclientserver.cpp
       
    43 
       
    44  MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    45 
       
    46 LIBRARY		euser.lib estor.lib efsrv.lib sisregistryclient.lib
       
    47 LIBRARY		crypto.lib x509.lib x500.lib pkixcertbase.lib 
       
    48 LIBRARY		uissclient.lib sishelper.lib
       
    49 
       
    50 #ifdef __SWI_LOGGING__
       
    51 LIBRARY flogger.lib    // Logging & tracing support -- To use define __SWI_LOGGING__ in the .hrh file
       
    52 #endif 
       
    53 SMPSAFE