62
|
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 |
*
|
|
14 |
* Description:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#ifndef __SCREENSAVERAPP_IBY__
|
|
19 |
#define __SCREENSAVERAPP_IBY__
|
|
20 |
|
|
21 |
// ---- devicedialogplugin --------------------------------------------
|
|
22 |
file=ABI_DIR\BUILD_DIR\snsrdevicedialogplugin.dll SHARED_LIB_DIR\snsrdevicedialogplugin.dll
|
|
23 |
data=\epoc32\data\z\resource\plugins\devicedialogs\snsrdevicedialogplugin.qtplugin resource\plugins\devicedialogs\snsrdevicedialogplugin.qtplugin
|
|
24 |
|
|
25 |
// ---- screensavermodel ----------------------------------------------
|
|
26 |
file=ABI_DIR\BUILD_DIR\screensavermodel.dll SHARED_LIB_DIR\screensavermodel.dll
|
|
27 |
|
|
28 |
// ---- screensaverplugins --------------------------------------------
|
|
29 |
|
|
30 |
// -------- snsrbigclockscreensaverplugin
|
|
31 |
file=ABI_DIR\BUILD_DIR\snsrbigclockscreensaverplugin.dll SHARED_LIB_DIR\snsrbigclockscreensaverplugin.dll
|
|
32 |
data=DATAZ_\QT_TRANSLATIONS_DIR\snsrbigclockscreensaverplugin.qm QT_TRANSLATIONS_DIR\snsrbigclockscreensaverplugin.qm
|
|
33 |
data=\epoc32\data\z\snsrresources\plugins\screensaverplugins\snsrbigclockscreensaverplugin.qtplugin snsrresources\plugins\screensaverplugins\snsrbigclockscreensaverplugin.qtplugin
|
|
34 |
data=\epoc32\data\z\snsrresources\plugins\screensaverplugins\snsrbigclockscreensaverplugin.xml snsrresources\plugins\screensaverplugins\snsrbigclockscreensaverplugin.xml
|
|
35 |
|
|
36 |
// ---- snsrutils --------------------------------------------
|
|
37 |
|
|
38 |
file=ABI_DIR\BUILD_DIR\snsrutils.dll SHARED_LIB_DIR\snsrutils.dll
|
|
39 |
|
|
40 |
// ---- themes patch --------------------------------------------
|
|
41 |
data=\epoc32\data\z\resource\hb\themes\icons\sfblacktheme\scalable\oled-clock-background.svg resource\hb\themes\icons\sfblacktheme\scalable\oled-clock-background.svg
|
|
42 |
data=\epoc32\data\z\resource\hb\themes\icons\sfblacktheme\scalable\oled-clock-date-frame.svg resource\hb\themes\icons\sfblacktheme\scalable\oled-clock-date-frame.svg
|
|
43 |
data=\epoc32\data\z\resource\hb\themes\icons\sfblacktheme\scalable\oled-clock-hour-hand.svg resource\hb\themes\icons\sfblacktheme\scalable\oled-clock-hour-hand.svg
|
|
44 |
data=\epoc32\data\z\resource\hb\themes\icons\sfblacktheme\scalable\oled-clock-minute-hand.svg resource\hb\themes\icons\sfblacktheme\scalable\oled-clock-minute-hand.svg
|
|
45 |
data=\epoc32\data\z\resource\hb\themes\icons\sfblacktheme\scalable\drawing.svg resource\hb\themes\icons\sfblacktheme\scalable\drawing.svg
|
|
46 |
|
|
47 |
#endif //__SCREENSAVERAPP_IBY__
|