bthci/bthci2/CommandsEvents/generator/generator.bat
changeset 0 29b1cd4cb562
child 15 16aa830c86c8
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 REM Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 REM All rights reserved.
       
     3 REM This component and the accompanying materials are made available
       
     4 REM under the terms of "Eclipse Public License v1.0"
       
     5 REM which accompanies this distribution, and is available
       
     6 REM at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 REM 
       
     8 REM Initial Contributors:
       
     9 REM Nokia Corporation - initial contribution.
       
    10 REM 
       
    11 REM Contributors:
       
    12 REM 
       
    13 REM Description:
       
    14 REM 
       
    15 
       
    16 python generator.py -i dllmmp.ini -t mmp dllmmp.tmpl ..\..\..\implementations\CommandsEvents\symbian\group\commandsevents_symbian.mmp
       
    17 python generator.py -i hcidata.ini -t impl
       
    18 IF "%1" == "" GOTO :END
       
    19 python generator.py -i testmmp.ini -t mmp testmmp.tmpl ..\..\..\implementations\CommandsEvents\symbian\group\hcitestserver.mmp
       
    20 python generator.py -i testserver.ini -t test
       
    21 :END