bthci/bthci2/CommandsEvents/generator/hcidata.ini
changeset 0 29b1cd4cb562
child 4 28479eeba3fb
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 ; Copyright (c) 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 the License "Symbian Foundation License v1.0"
       
     5 ; which accompanies this distribution, and is available
       
     6 ; at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 ;
       
     8 ; Initial Contributors:
       
     9 ; Nokia Corporation - initial contribution.
       
    10 ;
       
    11 ; Contributors:
       
    12 ;
       
    13 ; Description:
       
    14 ;
       
    15 
       
    16 [Commands]
       
    17 Datafile=Commands.txt
       
    18 Typefile=Types.ini
       
    19 Type=command
       
    20 HeaderTemplate=commandheader.tmpl
       
    21 SourceTemplate=commandsource.tmpl
       
    22 TestStepHeaderTemplate=commandteststepheader.tmpl
       
    23 TestStepSourceTemplate=commandteststepsource.tmpl
       
    24 HeaderPath=../interface
       
    25 SourcePath=../../../implementations/CommandsEvents/symbian/src
       
    26 
       
    27 [Events]
       
    28 Datafile=Events.txt
       
    29 Typefile=Types.ini
       
    30 Type=event
       
    31 HeaderTemplate=eventheader.tmpl
       
    32 SourceTemplate=eventsource.tmpl
       
    33 TestStepHeaderTemplate=eventteststepheader.tmpl
       
    34 TestStepSourceTemplate=eventteststepsource.tmpl
       
    35 HeaderPath=../interface
       
    36 SourcePath=../../../implementations/CommandsEvents/symbian/src
       
    37 
       
    38 [CompleteEvents]
       
    39 Datafile=CompleteEvents.txt
       
    40 Typefile=Types.ini
       
    41 Type=completeevent
       
    42 HeaderTemplate=completeeventheader.tmpl
       
    43 SourceTemplate=completeeventsource.tmpl
       
    44 TestStepHeaderTemplate=eventteststepheader.tmpl
       
    45 TestStepSourceTemplate=eventteststepsource.tmpl
       
    46 HeaderPath=../interface
       
    47 SourcePath=../../../implementations/CommandsEvents/symbian/src
       
    48