deviceencryption/DevEncDmAdapter/group/DevEncUiDmAdapter.mmp
changeset 0 6a9f87576119
equal deleted inserted replaced
-1:000000000000 0:6a9f87576119
       
     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: 
       
    15 *
       
    16 */
       
    17 #include <platform_paths.hrh>
       
    18 #include "../inc/DevEncUids.hrh"
       
    19 
       
    20 
       
    21 TARGET          devencuidmadapter.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 CAPABILITY      CAP_ECOM_PLUGIN CAP_GENERAL_DLL
       
    24 UID             0x10009D8D KDevEncOmaDmPluginUid
       
    25 VENDORID        VID_DEFAULT
       
    26 LANG            SC
       
    27 
       
    28 SOURCEPATH      ../../common
       
    29 SOURCE          DevEncLog.cpp
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          DevEncAdapter.cpp
       
    32 SOURCE          DevEncAdapterImp.cpp 
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../common
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SYSTEMINCLUDE   /epoc32/include/swi
       
    40 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    41 
       
    42 START RESOURCE  ../data/DevEncUiDmAdapter.rss
       
    43 TARGET          devencuidmadapter.rsc
       
    44 END
       
    45 
       
    46 LIBRARY         euser.lib
       
    47 LIBRARY         ecom.lib
       
    48 LIBRARY         centralrepository.lib
       
    49 LIBRARY         dmutil.lib
       
    50 STATICLIBRARY   dmutils.lib
       
    51 LIBRARY         charconv.lib
       
    52 LIBRARY			devenccommonutils.lib
       
    53 DEBUGLIBRARY    flogger.lib
       
    54 
       
    55 
       
    56 // End Of File
       
    57 
       
    58