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 __MESSAGESERVER_IBY__
|
|
19 |
#define __MESSAGESERVER_IBY__
|
|
20 |
|
|
21 |
#include <flogger.iby>
|
|
22 |
|
|
23 |
REM The Message Server
|
|
24 |
|
|
25 |
#ifndef MSGHEAPMAX
|
|
26 |
#define MSGHEAPMAX 0x400000
|
|
27 |
#endif
|
|
28 |
|
|
29 |
file=ABI_DIR\BUILD_DIR\msexe.exe System\Programs\MSexe.exe heapmax=MSGHEAPMAX
|
|
30 |
file=ABI_DIR\BUILD_DIR\msgs.dll System\Libs\MSGS.dll
|
|
31 |
|
|
32 |
data=EPOCROOT##epoc32\data\z\private\1000484b\backup_registration.xml private\1000484b\backup_registration.xml
|
|
33 |
|
|
34 |
#include "messageserver.hby"
|
|
35 |
|
|
36 |
data=EPOCROOT##epoc32\data\z\private\1000484b\msgcache.ini private\1000484b\msgcache.ini
|
|
37 |
|
|
38 |
#ifdef SYMBIAN_MSGS_ENHANCED_REMOVABLE_MEDIA_SUPPORT
|
|
39 |
data=EPOCROOT##epoc32\data\z\private\1000484b\msgprioritydriveList.ini private\1000484b\msgprioritydrivelist.ini
|
|
40 |
data=EPOCROOT##epoc32\data\z\private\10202BE9\10286a26.txt private\10202BE9\10286a26.txt
|
|
41 |
#endif
|
|
42 |
|
|
43 |
#endif
|