authenticationservices/authenticationserver/test/reftestplugin/group/t_pinplugindlg.mmh
changeset 29 ece3df019add
child 42 eb9b28acd381
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 * tpinplugindlg.mmh
       
    16 * The Test nofifier is built both as a text shell and as an extended notifer
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifdef T_PINPLUGINDLG_TEXTSHELL
       
    22 
       
    23 MACRO _T_PINPLUGINDLG_TEXTSHELL
       
    24 
       
    25 TARGET          tpinplugindlg_text.dll
       
    26 TARGETTYPE      TEXTNOTIFIER2
       
    27 TARGETPATH  	\sys\bin\tnotifiers
       
    28 
       
    29 UID				0x101fe38b 0x200032E7
       
    30 
       
    31 #else
       
    32 
       
    33 TARGET          tpinplugindlg.dll
       
    34 TARGETTYPE		PLUGIN
       
    35 UID				0x10009d8d 0x200032E7
       
    36 
       
    37 LIBRARY			eiksrv.lib
       
    38 
       
    39 start resource	200032E7.RSS
       
    40 target tpinplugindlg.rsc
       
    41 end
       
    42 
       
    43 #endif
       
    44 
       
    45 CAPABILITY    	All -Tcb
       
    46 
       
    47 USERINCLUDE		.
       
    48 
       
    49 SYSTEMINCLUDE   \epoc32\include\techview
       
    50 SYSTEMINCLUDE	\epoc32\include\ecom
       
    51 SYSTEMINCLUDE 	\epoc32\include
       
    52 SYSTEMINCLUDE 	\epoc32\include\test
       
    53 
       
    54 SOURCEPATH	    ..\tpinplugindlg
       
    55 
       
    56 SOURCE			tpinplugindlg.cpp
       
    57 
       
    58 LIBRARY			euser.lib 
       
    59 LIBRARY			estor.lib 
       
    60 LIBRARY			efsrv.lib
       
    61