equal
deleted
inserted
replaced
1 /* |
|
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 * Description: Iby files for Profile. |
|
14 * |
|
15 */ |
|
16 #ifndef __PROFILE_RESOURCES_IBY__ |
|
17 #define __PROFILE_RESOURCES_IBY__ |
|
18 |
|
19 |
|
20 S60_APP_CAPTION(profileapp) |
|
21 |
|
22 //Resource file(s) for ProfileApp |
|
23 |
|
24 data=DATAZ_\APP_RESOURCE_DIR\profileapp.rsc APP_RESOURCE_DIR\profileapp.rsc |
|
25 |
|
26 data=ZRESOURCE\profilesettingsview.rsc RESOURCE_FILES_DIR\profilesettingsview.rsc |
|
27 |
|
28 #ifdef RD_GS_RENOVATION |
|
29 |
|
30 #ifndef RD_CONTROL_PANEL |
|
31 // Resource file for GS Tones View plugin |
|
32 data=ZRESOURCE\profilesgstonespluginrsc.rsc RESOURCE_FILES_DIR\profilesgstonespluginrsc.rsc |
|
33 #endif // RD_CONTROL_PANEL |
|
34 |
|
35 #ifdef RD_CONTROL_PANEL |
|
36 // Resource file for GS Profiles plugin |
|
37 data=ZRESOURCE\GSProfilesPluginRsc.rsc RESOURCE_FILES_DIR\GSProfilesPluginRsc.rsc |
|
38 #endif // RD_CONTROL_PANEL |
|
39 |
|
40 #endif // RD_GS_RENOVATION |
|
41 |
|
42 data=ZRESOURCE\profileaiwproviderresource.rsc RESOURCE_FILES_DIR\profileaiwproviderresource.rsc |
|
43 |
|
44 |
|
45 #endif |
|