authenticationservices/authenticationserver/test/reftestplugin/group/pinplugin.mmp
changeset 29 ece3df019add
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
       
     1 /*
       
     2 * Copyright (c) 2006-2009 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 the License "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 
       
    18 
       
    19 
       
    20 TARGET 		pinplugin.dll
       
    21 TARGETTYPE 	PLUGIN
       
    22 
       
    23 // ECom Dll recognition UID followed by the unique UID for this dll
       
    24 UID			0x10009D8D 0x200032E4
       
    25 VENDORID		0x70000001
       
    26 CAPABILITY	TrustedUI ProtServ ReadDeviceData WriteDeviceData Location SurroundingsDD UserEnvironment ReadUserData WriteUserData AllFiles 
       
    27 
       
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    29 
       
    30 USERINCLUDE	.
       
    31 
       
    32 USERINCLUDE	../pinplugin
       
    33 USERINCLUDE	../../../inc_private
       
    34 
       
    35 SOURCEPATH	../pinplugin
       
    36 SOURCE		pinplugin.cpp		
       
    37 SOURCE		pinpluginao.cpp
       
    38 SOURCE		pinplugindb.cpp
       
    39 SOURCE		pinplugindialog.cpp
       
    40 
       
    41 
       
    42 start resource 200032E4.rss
       
    43 #ifdef SYMBIAN_SECURE_ECOM
       
    44 TARGET pinplugin.rsc
       
    45 #endif
       
    46 end
       
    47 
       
    48 start resource pinpluginconfig.rss
       
    49 TARGETPATH /resource/pinplugin
       
    50 HEADER
       
    51 end
       
    52 
       
    53 
       
    54 LIBRARY	ecom.lib
       
    55 LIBRARY	euser.lib
       
    56 LIBRARY	estor.lib
       
    57 LIBRARY	efsrv.lib  	
       
    58 LIBRARY	hash.lib
       
    59 LIBRARY	bafl.lib
       
    60 LIBRARY	authcommon.lib 
       
    61 SMPSAFE
       
    62 
       
    63