diff -r 000000000000 -r 29b1cd4cb562 bthci/bthci2/CommandsEvents/generator/hcidata.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bthci/bthci2/CommandsEvents/generator/hcidata.ini Fri Jan 15 08:13:17 2010 +0200 @@ -0,0 +1,48 @@ +; Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +; All rights reserved. +; This component and the accompanying materials are made available +; under the terms of the License "Symbian Foundation License v1.0" +; which accompanies this distribution, and is available +; at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". +; +; Initial Contributors: +; Nokia Corporation - initial contribution. +; +; Contributors: +; +; Description: +; + +[Commands] +Datafile=Commands.txt +Typefile=Types.ini +Type=command +HeaderTemplate=commandheader.tmpl +SourceTemplate=commandsource.tmpl +TestStepHeaderTemplate=commandteststepheader.tmpl +TestStepSourceTemplate=commandteststepsource.tmpl +HeaderPath=../interface +SourcePath=../../../implementations/CommandsEvents/symbian/src + +[Events] +Datafile=Events.txt +Typefile=Types.ini +Type=event +HeaderTemplate=eventheader.tmpl +SourceTemplate=eventsource.tmpl +TestStepHeaderTemplate=eventteststepheader.tmpl +TestStepSourceTemplate=eventteststepsource.tmpl +HeaderPath=../interface +SourcePath=../../../implementations/CommandsEvents/symbian/src + +[CompleteEvents] +Datafile=CompleteEvents.txt +Typefile=Types.ini +Type=completeevent +HeaderTemplate=completeeventheader.tmpl +SourceTemplate=completeeventsource.tmpl +TestStepHeaderTemplate=eventteststepheader.tmpl +TestStepSourceTemplate=eventteststepsource.tmpl +HeaderPath=../interface +SourcePath=../../../implementations/CommandsEvents/symbian/src +