devicediagnostics/diagplugins/diagbrowserplugin/group/diagbrowserplugin.mmp
changeset 0 3ce708148e4d
child 26 ae4a65edc4fe
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2007 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 Browser Test.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // Include Files
       
    20 #include <data_caging_paths.hrh>                    // RESOURCE_FILES_DIR
       
    21 #include <platform_paths.hrh>   // MW_LAYER_SYSTEMINCLUDE
       
    22 
       
    23 TARGET              devdiagbrowserplugin.dll
       
    24 TARGETTYPE          PLUGIN
       
    25 UID                 0x10009D8D 0x2000E59A
       
    26 
       
    27 CAPABILITY          CAP_ECOM_PLUGIN
       
    28 VENDORID            VID_DEFAULT
       
    29 
       
    30 SOURCEPATH          ../src
       
    31 SOURCE              diagbrowserpluginimplementationtable.cpp
       
    32 SOURCE              diagbrowserplugin.cpp
       
    33 SOURCE              diagbrowserpluginmodel.cpp
       
    34 
       
    35 START RESOURCE      ../data/devdiagbrowserplugin.rss
       
    36 TARGET              devdiagbrowserplugin.rsc
       
    37 TARGETPATH          ECOM_RESOURCE_DIR
       
    38 END
       
    39 
       
    40 START RESOURCE     ../data/devdiagbrowserpluginrsc.rss
       
    41 HEADER
       
    42 TARGETPATH          RESOURCE_FILES_DIR
       
    43 LANGUAGE_IDS
       
    44 END
       
    45 
       
    46 USERINCLUDE         .
       
    47 USERINCLUDE         ../inc
       
    48 USERINCLUDE         ../data
       
    49 USERINCLUDE         ../loc
       
    50 
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 SYSTEMINCLUDE       /epoc32/include/ecom
       
    53 
       
    54 LIBRARY				avkon.lib   // ADO & Platformization Changes
       
    55 LIBRARY   			eikcoctl.lib // ADO & Platformization Changes
       
    56 LIBRARY   			eikdlg.lib // ADO & Platformization Changes
       
    57 LIBRARY             euser.lib
       
    58 LIBRARY             commonengine.lib
       
    59 LIBRARY             centralrepository.lib
       
    60 LIBRARY             cmmanager.lib
       
    61 LIBRARY             commdb.lib
       
    62 LIBRARY             inetprotutil.lib
       
    63 LIBRARY             bafl.lib
       
    64 LIBRARY             http.lib
       
    65 LIBRARY             esock.lib
       
    66 LIBRARY             flogger.lib
       
    67 LIBRARY             diagpluginbase.lib
       
    68 LIBRARY             diagframework.lib
       
    69 LIBRARY             logcli.lib
       
    70 
       
    71 // End of File