|
1 /* |
|
2 * Copyright (c) 2007 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: Phone Engine iby file |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef PHONEENGINE_IBY |
|
20 #define PHONEENGINE_IBY |
|
21 |
|
22 #include <data_caging_paths_for_iby.hrh> |
|
23 |
|
24 // Phone Engine |
|
25 file=ABI_DIR\BUILD_DIR\PHONEENGINE.DLL SHARED_LIB_DIR\PHONEENGINE.DLL |
|
26 |
|
27 // Engine Info |
|
28 file=ABI_DIR\BUILD_DIR\ENGINEINFO.DLL SHARED_LIB_DIR\ENGINEINFO.DLL |
|
29 |
|
30 // Audio Handling |
|
31 file=ABI_DIR\BUILD_DIR\AUDIOHANDLING.DLL SHARED_LIB_DIR\AUDIOHANDLING.DLL |
|
32 data=MULTI_LINGUIFY(RSC DATAZ_\RESOURCE_FILES_DIR\defaultbeep RESOURCE_FILES_DIR\defaultbeep) |
|
33 |
|
34 // Call Handling |
|
35 file=ABI_DIR\BUILD_DIR\CALLHANDLING.DLL SHARED_LIB_DIR\CALLHANDLING.DLL |
|
36 |
|
37 // Contact Handling |
|
38 file=ABI_DIR\BUILD_DIR\CONTACTHANDLING.DLL SHARED_LIB_DIR\CONTACTHANDLING.DLL |
|
39 |
|
40 // Log Handling |
|
41 file=ABI_DIR\BUILD_DIR\LOGHANDLING.DLL SHARED_LIB_DIR\LOGHANDLING.DLL |
|
42 |
|
43 // Service Handling |
|
44 file=ABI_DIR\BUILD_DIR\peservicehandling.dll SHARED_LIB_DIR\peservicehandling.dll |
|
45 |
|
46 data=DATAZ_\private\1000A86C\backup_registration.xml private\1000A86C\backup_registration.xml |
|
47 |
|
48 |
|
49 // SIS stubs |
|
50 data=ZSYSTEM\install\audiohandling_stub.sis System\Install\audiohandling_stub.sis |
|
51 data=ZSYSTEM\install\callhandling_stub.sis System\Install\callhandling_stub.sis |
|
52 data=ZSYSTEM\install\contacthandling_stub.sis System\Install\contacthandling_stub.sis |
|
53 data=ZSYSTEM\install\loghandling_stub.sis System\Install\loghandling_stub.sis |
|
54 data=ZSYSTEM\install\phonemodel_stub.sis System\Install\phonemodel_stub.sis |
|
55 data=ZSYSTEM\install\servicehandling_stub.sis System\Install\servicehandling_stub.sis |
|
56 |
|
57 #endif // PHONEENGINE_IBY |
|
58 |
|
59 // End of File |
|
60 |