serialserver/c32serialserver/Test/CapTestFramework/SerComms.script
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 //
       
     2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 //
       
    16 
       
    17 PARAM_FOREACH_CAP_BEGIN
       
    18 // --------------------
       
    19 // Use Setcap to change capabilities of harness (MASK = PARAM_FOREACH_HEX_CAPABILITY)
       
    20 RUN_PROGRAM -1 setcap Cap_PARAM_SVR_SUITENAME.exe PARAM_FOREACH_HEX_CAPABILITY C:\sys\bin\Cap_PARAM_SVR_SUITENAME_sc.exe
       
    21 //Please don't ammend the following PRINT Line as it is used by CapToolSumm to generate its report
       
    22 PRINT -------  capabilities now set to [PARAM_FOREACH_STRING_CAPABILITY] (MASK = PARAM_FOREACH_HEX_CAPABILITY)  -------
       
    23 
       
    24 RUN_SCRIPT  Z:\TestData\Scripts\Cap_PARAM_FOREACH_HEX_CAPABILITY_PARAM_SVR_SUITENAMESub.script
       
    25 PARAM_FOREACH_CAP_END
       
    26 // --------------------