author | hgs |
Fri, 06 Aug 2010 16:55:00 -0500 | |
changeset 38 | 9e9fc5ab059f |
parent 0 | 71ca22bcf22a |
child 46 | 0ac9a5310753 |
permissions | -rw-r--r-- |
0
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1 |
/* |
38 | 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: Telephony Multimedia Service |
|
0
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
15 |
* |
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
16 |
*/ |
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
17 |
|
38 | 18 |
#ifndef TMS_IBY |
19 |
#define TMS_IBY |
|
0
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
20 |
|
38 | 21 |
#include <data_caging_paths_for_iby.hrh> |
0
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
22 |
#include <bldvariant.hrh> |
38 | 23 |
|
0
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
24 |
#ifdef FF_TMS |
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
25 |
|
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
26 |
file=ABI_DIR/BUILD_DIR/tmsapi.dll SHARED_LIB_DIR/tmsapi.dll |
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
27 |
file=ABI_DIR/BUILD_DIR/tmsfactory.dll SHARED_LIB_DIR/tmsfactory.dll |
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
28 |
file=ABI_DIR/BUILD_DIR/tmsimpl.dll SHARED_LIB_DIR/tmsimpl.dll |
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
29 |
file=ABI_DIR/BUILD_DIR/tmscallproxy.dll SHARED_LIB_DIR/tmscallproxy.dll |
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
30 |
file=ABI_DIR/BUILD_DIR/tmscallserver.dll SHARED_LIB_DIR/tmscallserver.dll |
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
31 |
file=ABI_DIR/BUILD_DIR/tmsproxy.dll SHARED_LIB_DIR/tmsproxy.dll |
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
32 |
file=ABI_DIR/BUILD_DIR/tmsutility.dll SHARED_LIB_DIR/tmsutility.dll |
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
33 |
file=ABI_DIR/BUILD_DIR/tmsserver.exe SHARED_LIB_DIR/tmsserver.exe |
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
34 |
|
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
35 |
//TMS_Stub |
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
36 |
data=ZSYSTEM/install/tms_stub.sis System/Install/tms_stub.sis |
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
37 |
|
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
38 |
#endif //FF_TMS |
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
39 |
|
38 | 40 |
#endif //TMS_IBY |
0
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
41 |
|
71ca22bcf22a
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
42 |
//End of File |