williamr@2
|
1 |
/*
|
williamr@2
|
2 |
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
|
williamr@2
|
3 |
* All rights reserved.
|
williamr@2
|
4 |
* This component and the accompanying materials are made available
|
williamr@4
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
williamr@2
|
6 |
* which accompanies this distribution, and is available
|
williamr@4
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
williamr@2
|
8 |
*
|
williamr@2
|
9 |
* Initial Contributors:
|
williamr@2
|
10 |
* Nokia Corporation - initial contribution.
|
williamr@2
|
11 |
*
|
williamr@2
|
12 |
* Contributors:
|
williamr@2
|
13 |
*
|
williamr@2
|
14 |
* Description: Defines S60 source icon directory locations
|
williamr@2
|
15 |
*
|
williamr@2
|
16 |
*/
|
williamr@2
|
17 |
|
williamr@2
|
18 |
|
williamr@2
|
19 |
#ifndef ICON_LOCATIONS_HRH
|
williamr@2
|
20 |
#define ICON_LOCATIONS_HRH
|
williamr@2
|
21 |
|
williamr@2
|
22 |
/** S60 source bitmap directory location */
|
williamr@2
|
23 |
#define S60_SRC_BITMAP_DIR /epoc32/s60/bitmaps
|
williamr@2
|
24 |
|
williamr@2
|
25 |
/** S60 source icon directory location */
|
williamr@2
|
26 |
#define S60_SRC_ICON_DIR /epoc32/s60/icons
|
williamr@2
|
27 |
|
williamr@2
|
28 |
#endif // ICON_LOCATIONS_HRH
|