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