localisation/apparchitecture/tef/TBufferOnlyRec/TBufferOnlyRec.mmp
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    13 // Description:
    13 // Description:
    14 // TBufferOnlyRec.dll Test application recogniser
    14 // TBufferOnlyRec.dll Test application recogniser
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 
       
    19 
       
    20 /**
    18 /**
    21  @file
    19  @file
    22 */
    20 */
    23 
    21 
    24 target		TBufferOnlyRec.dll
    22 target		tbufferonlyrec.dll
    25 targettype	plugin
    23 targettype	plugin
    26 
    24 
    27 uid		0x10009d8d 0x10207f88
    25 uid		0x10009d8d 0x10207f88
    28 
    26 
    29 CAPABILITY	ALL -Tcb
    27 CAPABILITY	ALL -Tcb
    30 
    28 
    31 VENDORID 0x70000001
    29 VENDORID 0x70000001
    32 
    30 
    33 systeminclude	/EPOC32/INCLUDE/ECOM
    31 systeminclude	/epoc32/include/ecom
    34 
    32 
    35 SOURCEPATH	.
    33 SOURCEPATH	.
    36 systeminclude   ../../INC
    34 userinclude   ../../inc
    37 systeminclude   /EPOC32/INCLUDE /EPOC32/INCLUDE/TEST
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    38 
    37 
    39 source          TBufferOnlyRec.cpp
    38 source          TBufferOnlyRec.cpp
    40 
    39 
    41 library         EUSER.LIB APMIME.LIB APPARC.LIB
    40 library         euser.lib apmime.lib apparc.lib
    42 
    41 
    43 START resource	10207f88.rss
    42 START resource	10207f88.rss
    44 target TBufferOnlyRec.rsc
    43 target tbufferonlyrec.rsc
    45 END
    44 END
       
    45 
       
    46 SMPSAFE
       
    47 
       
    48