deviceencryption/DevEncNotifPlugin/group/DevEncNotifPlugin.mmp
branchRCL_3
changeset 38 491b3ed49290
parent 36 95243422089a
child 39 65326cf895ed
equal deleted inserted replaced
36:95243422089a 38:491b3ed49290
     1 /*
       
     2 * Copyright (c) 2005 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:  OMA DM adapter for controlling camera.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>  //this is needed for RESOURCE_FILES_DIR
       
    20 #include "../../common/DevEncUids.hrh"
       
    21 
       
    22 TARGET          devencnotifplugin.dll
       
    23 TARGETTYPE      plugin
       
    24 UID             0x10009D8D KDevEncNotifPluginUid
       
    25 TARGETPATH      SHARED_LIB_DIR
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../../common
       
    30 SOURCE          DevEncLog.cpp
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          DevEncPasswdDlg.cpp
       
    33 SOURCE          DevEncNotifPluginImp.cpp 
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../common 
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 SYSTEMINCLUDE 	/epoc32/include/platform/mw/uikon
       
    40 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    41 
       
    42 // Notifier resource file
       
    43 START RESOURCE  ../data/DevEncNotifPlugin.rss
       
    44 HEADER
       
    45 TARGETPATH    RESOURCE_FILES_DIR
       
    46 LANGUAGE_IDS
       
    47 END
       
    48 
       
    49 // ECom resource file
       
    50 START RESOURCE ../data/20002672.rss
       
    51 //#ifdef SYMBIAN_SECURE_ECOM
       
    52 TARGET  devencnotifplugin.rsc
       
    53 //#endif
       
    54 END	
       
    55 
       
    56 LIBRARY         euser.lib cone.lib
       
    57 LIBRARY         ecom.lib eiksrv.lib
       
    58 LIBRARY         commonengine.lib
       
    59 LIBRARY         avkon.lib bafl.lib
       
    60 LIBRARY         charconv.lib
       
    61 LIBRARY         eiksrvui.lib
       
    62 DEBUGLIBRARY    flogger.lib
       
    63 
       
    64 // End Of File
       
    65 
       
    66