pkiutilities/securitydialognotifier/group/securitydialognotifier.mmp
branchRCL_3
changeset 50 03674e5abf46
parent 49 09b1ac925e3f
child 54 94da73d93b58
equal deleted inserted replaced
49:09b1ac925e3f 50:03674e5abf46
     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:  Security dialog notifier
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          securitydialognotifier.dll
       
    21 CAPABILITY      CAP_ECOM_PLUGIN
       
    22 TARGETTYPE      PLUGIN 
       
    23 UID             0x10009D8D 0x20031DB3
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 SOURCEPATH      ../data
       
    27 START RESOURCE  20031DB3.rss
       
    28 TARGET          securitydialognotifier.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          securitydialogmain.cpp
       
    36 SOURCE          securitydialognotifier.cpp
       
    37 SOURCE          securitydialognotifiersrv.cpp
       
    38 SOURCE          securitydialogs.cpp
       
    39 
       
    40 LIBRARY         euser.lib
       
    41 LIBRARY         eiksrv.lib
       
    42 LIBRARY         ctframework.lib
       
    43 
       
    44 SMPSAFE