localisation/apparchitecture/tef/TESTREC/TESTREC.MMP
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 
       
     2 // Copyright (c) 2004-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 "Symbian Foundation License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 // TESTREC.dll Test application recogniser
       
    16 // 
       
    17 //
       
    18 
       
    19 
       
    20 
       
    21 /**
       
    22  @file
       
    23 */
       
    24 
       
    25 target		TESTREC.DLL
       
    26 targettype	plugin
       
    27 
       
    28 uid		0x10009d8d 0x102032A5
       
    29 CAPABILITY	ALL -Tcb
       
    30 
       
    31 VENDORID 0x70000001
       
    32 
       
    33 systeminclude	/EPOC32/INCLUDE/ECOM
       
    34 
       
    35 SOURCEPATH	.
       
    36 systeminclude   ../../INC
       
    37 systeminclude   /EPOC32/INCLUDE /EPOC32/INCLUDE/TEST
       
    38 
       
    39 source          TESTREC.CPP
       
    40 
       
    41 library         EUSER.LIB APMIME.LIB APPARC.LIB
       
    42 
       
    43 START resource	102032A5.rss
       
    44 target testrec.rsc
       
    45 END