diff -r cad71a31b7fc -r e36f3802f733 srsf/devasr/group/nssdevasr.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/srsf/devasr/group/nssdevasr.mmp Wed Sep 01 12:29:17 2010 +0100 @@ -0,0 +1,71 @@ +/* +* Copyright (c) 2004-2007 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Project specification for DevASR API. +* +*/ + + +#include + +TARGET nssdevasr.dll +TARGETTYPE DLL + +UID 0x1000008d 0x101FF937 // UID: 270530871 + +VENDORID VID_DEFAULT + +SOURCEPATH ../src + +SOURCE devasr.cpp +SOURCE devasrsrsalgorithmmanager.cpp +SOURCE devasrvmalgorithmmanager.cpp +SOURCE devasrrecognitionalgmgr.cpp +SOURCE devasrutil.cpp +SOURCE devasrresourcehandler.cpp +SOURCE devasrcenrep.cpp + +START RESOURCE nssdevasr.rss +HEADER +#include "data_caging_paths.hrh" +TARGETPATH RESOURCE_FILES_DIR +END + + +// This is a SYSTEMINCLUDE macro containing the middleware +// layer specific include directories +APP_LAYER_SYSTEMINCLUDE + +SYSTEMINCLUDE /epoc32/include/kernel +SYSTEMINCLUDE /epoc32/include/ecom +SYSTEMINCLUDE /epoc32/include/mmf/server +SYSTEMINCLUDE /epoc32/include/mmf/common + +USERINCLUDE ../src ../inc +USERINCLUDE ../../rubydebug +USERINCLUDE ../../inc +USERINCLUDE ../../group + +LIBRARY efsrv.lib +LIBRARY euser.lib +LIBRARY mmfdevsound.lib +LIBRARY asrsgrcompilerhwdevice.lib +LIBRARY asrsadaptationhwdevice.lib +LIBRARY asrsvocmanhwdevice.lib +LIBRARY asrsrecognitionhwdevice.lib +LIBRARY asrsttphwdevice.lib +LIBRARY nsssispeechrecognitiondata.lib +LIBRARY bafl.lib +LIBRARY centralrepository.lib + +CAPABILITY CAP_GENERAL_DLL