equal
deleted
inserted
replaced
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 #if (!defined __T_WSERV_API_BINARIES_IBY__) |
|
18 #define __T_WSERV_API_BINARIES_IBY__ |
|
19 |
|
20 #include <testexecute.iby> |
|
21 |
|
22 #if (!defined EKA2) |
|
23 file=ABI_DIR\BUILD_DIR\T_GraphicsWservAPI.exe system\libs\T_GraphicsWservAPI.exe |
|
24 file=ABI_DIR\BUILD_DIR\TWsGraphicShare.exe system\libs\TWsGraphicShare.exe |
|
25 file=ABI_DIR\BUILD_DIR\TWsGraphicUnshare.exe system\libs\TWsGraphicUnshare.exe |
|
26 |
|
27 file=ABI_DIR\BUILD_DIR\t_animplugin.dll system\libs\t_animplugin.dll |
|
28 #else |
|
29 file=ABI_DIR\BUILD_DIR\T_GraphicsWservAPI.exe system\bin\T_GraphicsWservAPI.exe |
|
30 file=ABI_DIR\BUILD_DIR\TWsGraphicShare.exe system\bin\TWsGraphicShare.exe |
|
31 file=ABI_DIR\BUILD_DIR\TWsGraphicUnshare.exe system\bin\TWsGraphicUnshare.exe |
|
32 |
|
33 file=ABI_DIR\BUILD_DIR\t_animplugin.dll system\bin\t_animplugin.dll |
|
34 #endif |
|
35 |
|
36 #endif |
|