os/mm/mmdevicefw/speechrecogsupport/tsrc/ASR/MmpFiles/CustomMmfASRController.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2003-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 "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 target custommmfasrcontroller.dll
    17 CAPABILITY ALL -TCB
    18 targettype plugin
    19 
    20 // Note this emulates the audio controller plugin and is not a unique id
    21 // Thus ensure that the audio controller plugin is removed when attempting to use
    22 // this plugin
    23 // ECom Dll recognition UID followed by the unique UID for this dll
    24 UID 0x10009D8D 0x101F7D21
    25 VENDORID 0x70000001
    26 
    27 SOURCEPATH	../src/ASRController
    28 SOURCE	    CustomMmfASRController.cpp
    29 SOURCE	    CustomMmfASRControllerExports.cpp
    30 
    31 
    32 
    33 start resource 101f7d21.rss
    34 target custommmfasrcontroller.rsc
    35 end
    36 
    37 SOURCEPATH	../src/Database
    38 SOURCE		sddatabase.cpp
    39 
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    41 
    42 USERINCLUDE	../src
    43 
    44 
    45 LIBRARY euser.lib
    46 LIBRARY estor.lib
    47 LIBRARY efsrv.lib
    48 LIBRARY edbms.lib
    49 LIBRARY mmfcontrollerframework.lib
    50 LIBRARY speechrecognitioncustomcommands.lib
    51 LIBRARY speechrecognitiondata.lib
    52 
    53 SMPSAFE