os/mm/mmlibs/mmfw/tsrc/mmfintegrationtest/Ctlfrm/mmpfiles/TSI_MMFRECOG.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 
     2 // Copyright (c) 2003-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 "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 // TSI_MmfCtlfrm.mmp
    16 // using relative paths for sourcepath and user includes
    17 // 
    18 //
    19 
    20 TARGET        	tsi_mmfrecog.dll
    21 CAPABILITY ProtServ TrustedUI
    22 TARGETTYPE    	dll
    23 UID           	0x1000008d 0x101F7C0D
    24 VENDORID 0x70000001
    25 
    26 SOURCEPATH    ../../Ctlfrm/TSI_MMFRECOG
    27 SOURCE        TSI_MmfRecog.cpp
    28 SOURCE        TSI_MmfRecogSuite.cpp
    29 
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    31 
    32 LIBRARY       euser.lib  
    33 LIBRARY       testframeworkclient.lib 
    34 
    35 library		bitgdi.lib
    36 library         efsrv.lib fbscli.lib
    37 library         apfile.lib apgrfx.lib apserv.lib apmime.lib
    38 library		ecom.lib
    39 
    40 
    41 DEFFILE		TSI_MMFRECOG.DEF
    42 
    43 #ifdef EABI
    44 NOEXPORTLIBRARY
    45 #endif
    46 
    47 SMPSAFE