terminalsecurity/SCP/SCPClient/group/SCPClient.mmp
changeset 0 b497e44ab2fc
child 1 a9c0ce913924
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2000 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: Implementation of terminalsecurity components
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <bldvariant.hrh>
       
    24 
       
    25 TARGET          scpclient.dll
       
    26 TARGETTYPE      DLL
       
    27 UID             0x1000008D 0x10207837
       
    28 TARGETPATH      SHARED_LIB_DIR
       
    29 
       
    30 CAPABILITY      CAP_GENERAL_DLL
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          SCPClient.cpp
       
    35 SOURCE          SCPQueryDialog.cpp
       
    36 SOURCE          SCPParamObject.cpp SCPLockObserver.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 USERINCLUDE     ../../inc
       
    40 USERINCLUDE     ../../SCPServer/inc
       
    41 USERINCLUDE     ../../../../inc   // domain private headers
       
    42 
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 START RESOURCE ../data/SCPNotifier.rss
       
    46 HEADER
       
    47 TARGETPATH      RESOURCE_FILES_DIR  
       
    48 LANGUAGE_IDS
       
    49 END
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         cone.lib
       
    53 LIBRARY         eikcoctl.lib
       
    54 LIBRARY         eikctl.lib
       
    55 LIBRARY         eikcore.lib
       
    56 LIBRARY         fbscli.lib
       
    57 LIBRARY         efsrv.lib
       
    58 LIBRARY         avkon.lib
       
    59 LIBRARY         aknnotify.lib
       
    60 LIBRARY         eikdlg.lib
       
    61 LIBRARY         ws32.lib
       
    62 LIBRARY         commonengine.lib
       
    63 LIBRARY         bafl.lib
       
    64 LIBRARY					flogger.lib
       
    65 LIBRARY         featmgr.lib
       
    66 LIBRARY     centralrepository.lib  // CenRep
       
    67 LIBRARY					aknnotify.lib
       
    68 LIBRARY 		estor.lib
       
    69 
       
    70 // End of file
       
    71