graphicsapitest/graphicssvs/fbserv/scripts/setup-GRAPHICS-FBSERV-PublicApi.script
changeset 103 2717213c588a
parent 98 bf7481649c98
child 116 171fae344dd4
child 121 d72fc2aace31
child 187 9f66f99ee56f
equal deleted inserted replaced
98:bf7481649c98 103:2717213c588a
     1 //
       
     2 // Copyright (c) 2005-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 RUN_UTILS MkDir		${SYSDRIVE}\graphics\
       
    18 
       
    19 //	copy script files
       
    20 RUN_UTILS CopyFile	z:\graphics\GRAPHICS-FBSERV-PublicApi.script	${SYSDRIVE}\graphics\GRAPHICS-FBSERV-PublicApi.script
       
    21 RUN_UTILS MakeReadWrite	${SYSDRIVE}\graphics\GRAPHICS-FBSERV-PublicApi.script
       
    22 
       
    23 RUN_UTILS CopyFile	z:\graphics\t_graphics.tcs						${SYSDRIVE}\graphics\t_graphics.tcs
       
    24 RUN_UTILS MakeReadWrite	${SYSDRIVE}\graphics\t_graphics.tcs
       
    25 RUN_UTILS CopyFile	z:\graphics\t_graphics_panic.tcs				${SYSDRIVE}\graphics\t_graphics_panic.tcs
       
    26 RUN_UTILS MakeReadWrite	${SYSDRIVE}\graphics\t_graphics_panic.tcs
       
    27 
       
    28 RUN_SCRIPT		z:\graphics\setup-GRAPHICS-FBSERV-FbsBitmap-PublicApi.script
       
    29 RUN_SCRIPT		z:\graphics\setup-GRAPHICS-FBSERV-FbsColor256BitmapUtil-PublicApi.script
       
    30 RUN_SCRIPT		z:\graphics\setup-GRAPHICS-FBSERV-FbsFont-PublicApi.script
       
    31 RUN_SCRIPT		z:\graphics\setup-GRAPHICS-FBSERV-FbsSession-PublicApi.script
       
    32 RUN_SCRIPT		z:\graphics\setup-GRAPHICS-FBSERV-FbsTypefaceStore-PublicApi.script
       
    33 RUN_SCRIPT		z:\graphics\setup-GRAPHICS-FBSERV-BitmapUtil-PublicApi.script