openenvutils/commandshell/shell/group/zsh.iby
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2007-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 "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __OESHELL_IBY__
       
    17 #define __OESHELL_IBY__
       
    18 
       
    19 #include <openenv.iby>
       
    20 
       
    21 file=ABI_DIR\BUILD_DIR\zsh.exe	                              	Sys\Bin\zsh.exe
       
    22 file=ABI_DIR\BUILD_DIR\StdioServer.exe				sys\bin\StdioServer.exe
       
    23 
       
    24 data = EPOCROOT##epoc32\WINSCW\C\system\data\config.ini			system\data\config.ini
       
    25 data = EPOCROOT##epoc32\winscw\c\zsh\dummy.txt				Private\2000cd0f\dummy.txt
       
    26 
       
    27 
       
    28 //external commands
       
    29 file=ABI_DIR\BUILD_DIR\zip.exe					Sys\bin\zip.exe
       
    30 file=ABI_DIR\BUILD_DIR\unzip.exe					Sys\bin\unzip.exe
       
    31 file=ABI_DIR\BUILD_DIR\find.exe					Sys\bin\find.exe
       
    32 file=ABI_DIR\BUILD_DIR\ps.exe						Sys\bin\ps.exe
       
    33 file=ABI_DIR\BUILD_DIR\grep.exe					Sys\bin\grep.exe
       
    34 
       
    35 
       
    36 #endif