equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2010 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: The ROM definition file |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifdef FF_HOME_SCREEN_EASY_DIALING |
|
19 |
|
20 #ifndef __ED_PLUGIN_IBY_ |
|
21 #define __ED_PLUGIN_IBY_ |
|
22 |
|
23 #include <bldvariant.hrh> |
|
24 |
|
25 // Stub sis file |
|
26 data=ZSYSTEM\install\easydialing_stub.sis System\Install\easydialing_stub.sis |
|
27 |
|
28 // Binary code and not localized resources |
|
29 |
|
30 ECOM_PLUGIN(easydialingplugin.dll,easydialingplugin.rsc) |
|
31 |
|
32 file=ABI_DIR\BUILD_DIR\edcontactor.dll SHARED_LIB_DIR\edcontactor.dll |
|
33 data=DATAZ_\RESOURCE_FILES_DIR\edcontactor.rsc RESOURCE_FILES_DIR\edcontactor.rsc |
|
34 |
|
35 data=\epoc32\data\z\private\10202be9\200212A0.txt "\private\10202be9\200212A0.txt" |
|
36 |
|
37 #endif // __ED_PLUGIN_IBY_ |
|
38 |
|
39 #endif // FF_HOME_SCREEN_EASY_DIALING |
|
40 |
|
41 // End of File |