hsappkeyhandler/group/hsappkeyplugin.mmp
changeset 66 32469d7d46ff
child 99 7aaf39b772ac
equal deleted inserted replaced
61:8e5041d13c84 66:32469d7d46ff
       
     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:
       
    15 *
       
    16 */
       
    17 #include <defaultcaps.hrh>
       
    18 #include <platform_paths.hrh>
       
    19 #include "../inc/hsappkeyhandleruids.hrh"
       
    20 
       
    21 TARGET      hsappkeyplugin.dll
       
    22 TARGETTYPE  PLUGIN
       
    23 CAPABILITY  CAP_ECOM_PLUGIN
       
    24 VENDORID    VID_DEFAULT
       
    25 UID         0x10009D8D KUIDAPPKEYPLUGINDLL
       
    26 
       
    27 START RESOURCE ../data/hsappkeyplugin.rss
       
    28 TARGET hsappkeyplugin.rsc
       
    29 END
       
    30 
       
    31 SOURCEPATH ../src
       
    32 SOURCE hsappkeyplugin.cpp 
       
    33 SOURCE hsappkeypluginproxy.cpp
       
    34 
       
    35 USERINCLUDE ../inc
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 
       
    40 LIBRARY ecom.lib
       
    41 LIBRARY euser.lib
       
    42 LIBRARY eikcore.lib
       
    43 LIBRARY eiksrv.lib
       
    44 LIBRARY cone.lib 
       
    45 LIBRARY ws32.lib
       
    46 LIBRARY HbCore.lib
       
    47 LIBRARY apparc.lib
       
    48 LIBRARY apgrfx.lib
       
    49 DEBUGLIBRARY flogger.lib
       
    50 // End of file