terminalsecurity/SCP/SCPHistoryPlugin/group/SCPHistoryPlugin.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 <defaultcaps.hrh>
       
    24 #include <bldvariant.hrh>
       
    25 
       
    26 TARGET          scphistoryplugin.dll
       
    27 TARGETTYPE      PLUGIN
       
    28 
       
    29 // ECom Dll recognition UID followed by the unique UID for this dll
       
    30 UID             0x10009D8D 0x10274264 
       
    31 VENDORID        VID_DEFAULT
       
    32 CAPABILITY      CAP_ECOM_PLUGIN
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 SOURCE          SCPHistoryPlugin.cpp
       
    36 SOURCE          SCPSpecificStringsPlugin.cpp
       
    37 SOURCE          SCPHistoryPluginImpCollection.cpp
       
    38 
       
    39 USERINCLUDE     ../inc
       
    40 USERINCLUDE     ../../inc
       
    41 USERINCLUDE     ../../../../inc   // domain private headers
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 SOURCEPATH      ../data
       
    45 
       
    46 
       
    47 
       
    48 // PlugIn's RSS for History & SpecificStrings
       
    49 START RESOURCE  SCPHistoryPlugin.rss
       
    50 HEADER
       
    51 TARGETPATH      ECOM_RESOURCE_DIR
       
    52 LANGUAGE_IDS
       
    53 END
       
    54 
       
    55 
       
    56 // PlugIn's Localisation RSS for History & SpecificStrings
       
    57 START RESOURCE  SCPHistoryPluginLang.rss
       
    58 HEADER
       
    59 TARGETPATH      RESOURCE_FILES_DIR
       
    60 LANGUAGE_IDS
       
    61 END
       
    62 
       
    63 LIBRARY         euser.lib 
       
    64 LIBRARY         ecom.lib 
       
    65 LIBRARY         scpclient.lib
       
    66 LIBRARY         bafl.lib			// for CDesCArrayFlat
       
    67 LIBRARY			cone.lib			// CoeEnvironment
       
    68 LIBRARY			efsrv.lib			// FileServer
       
    69 LIBRARY					flogger.lib
       
    70 LIBRARY                 featmgr.lib
       
    71 // End of File