securitydialogs/secuidialognotifier/group/secuidialognotifier.mmp
changeset 59 881d92421467
equal deleted inserted replaced
53:25dd1e8b2663 59:881d92421467
       
     1 /*
       
     2 * Copyright (c) 2010 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:  Secui dialog notifier
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          secuidialognotifier.dll
       
    21 CAPABILITY      CAP_ECOM_PLUGIN
       
    22 TARGETTYPE      PLUGIN 
       
    23 UID             0x10009D8D 0x102071FA
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 SOURCEPATH      ../data
       
    27 START RESOURCE  102071FA.rss
       
    28 TARGET          secuidialognotifier.rsc
       
    29 END
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE /epoc32/include/mw/hb/hbcore /epoc32/include/mw/hb/hbwidgets
       
    32 USERINCLUDE     ../inc
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 SOURCE          secuidialogmain.cpp
       
    36 SOURCE          secuidialognotifier.cpp
       
    37 SOURCE          secuidialognotifiersrv.cpp
       
    38 SOURCE          secuidialogs.cpp
       
    39 
       
    40 LIBRARY         euser.lib
       
    41 LIBRARY         eiksrv.lib
       
    42 LIBRARY         ctframework.lib
       
    43 
       
    44 SMPSAFE