os/mm/mmdevicefw/speechrecogsupport/ASR/group/bld.inf
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 // Speech recognition client API
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 PRJ_PLATFORMS
    23 
    24 PRJ_EXPORTS
    25 // Client utility Class API headers
    26 ../inc/SpeechRecognitionUtility.h 				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(speechrecognitionutility.h)
    27 ../inc/SpeechRecognitionUtilityObserver.h 			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(speechrecognitionutilityobserver.h)
    28 ../inc/SpeechRecognitionUids.hrh 				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(speechrecognitionuids.hrh)
    29 ../inc/mmf/common/SpeechRecognitionCustomCommands.h 		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/speechrecognitioncustomcommands.h)
    30 ../inc/mmf/common/SpeechRecognitionCustomCommandParser.h 	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/speechrecognitioncustomcommandparser.h)
    31 ../inc/mmf/common/SpeechRecognitionCustomCommandImplementor.h 	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/speechrecognitioncustomcommandimplementor.h)
    32 ../inc/mmf/common/SpeechRecognitionDataClient.h 		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/speechrecognitiondataclient.h)
    33 ../inc/mmf/common/SpeechRecognitionDataDevASR.h 		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/speechrecognitiondatadevasr.h)
    34 ../inc/mmf/common/SpeechRecognitionDataCommon.h 		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/speechrecognitiondatacommon.h)
    35 ../inc/mmf/common/SpeechRecognitionDataTest.h 			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/common/speechrecognitiondatatest.h)
    36 
    37 // Romkit include files 
    38 ../inc/ASR.iby       						/epoc32/rom/include/  
    39 
    40 PRJ_MMPFILES
    41 ../mmpfiles/speechrecognitiondata.mmp
    42 ../mmpfiles/speechrecognitioncustomcommands.mmp
    43 ../mmpfiles/speechrecognitionutility.mmp