common/tools/ats/smoketest/localisation/apparchitecture/tef/TBufferOnlyRec/TBufferOnlyRec.mmp
changeset 793 0c32c669a39d
child 872 17498133d9ad
equal deleted inserted replaced
792:893b85cda81b 793:0c32c669a39d
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // TBufferOnlyRec.dll Test application recogniser
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 target		TBufferOnlyRec.dll
       
    25 targettype	plugin
       
    26 
       
    27 uid		0x10009d8d 0x10207f88
       
    28 
       
    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          TBufferOnlyRec.cpp
       
    40 
       
    41 library         EUSER.LIB APMIME.LIB APPARC.LIB
       
    42 
       
    43 START resource	10207f88.rss
       
    44 target TBufferOnlyRec.rsc
       
    45 END