sl@0
|
1 |
// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
// bafl.dll System services & utilities
|
sl@0
|
15 |
//
|
sl@0
|
16 |
//
|
sl@0
|
17 |
|
sl@0
|
18 |
/**
|
sl@0
|
19 |
@file
|
sl@0
|
20 |
*/
|
sl@0
|
21 |
|
sl@0
|
22 |
target bafl.dll
|
sl@0
|
23 |
CAPABILITY All -Tcb
|
sl@0
|
24 |
targettype DLL
|
sl@0
|
25 |
UID 0x1000008D 0x10003A0F
|
sl@0
|
26 |
VENDORID 0x70000001
|
sl@0
|
27 |
|
sl@0
|
28 |
SOURCEPATH ../src
|
sl@0
|
29 |
userinclude ../inc ../src/inc
|
sl@0
|
30 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
sl@0
|
31 |
|
sl@0
|
32 |
source babackup.cpp BACELL.CPP BACLINE.CPP BACLIPB.CPP BACNTF.CPP
|
sl@0
|
33 |
source BADESCA.CPP BAFINDF.CPP BAMATCH.CPP BARSREAD.CPP BARSC.CPP
|
sl@0
|
34 |
source BASCHED.CPP BASSND.CPP BAUTILS.CPP BANAMEDPLUGINS.CPP
|
sl@0
|
35 |
source BADICTIONARYCOMPRESSION.CPP
|
sl@0
|
36 |
source StringPoolAPI.cpp StringPoolImplementation.cpp stringlogger.cpp
|
sl@0
|
37 |
source BaRscImpl.cpp BaAssert.cpp BaRsc2.cpp BaRsRead2.cpp
|
sl@0
|
38 |
source BaRsReadImpl.cpp
|
sl@0
|
39 |
source BaSPI.cpp BaArchiveImpl.cpp
|
sl@0
|
40 |
source BaSsndStore.cpp
|
sl@0
|
41 |
|
sl@0
|
42 |
library euser.lib hal.lib efsrv.lib estor.lib centralrepository.lib
|
sl@0
|
43 |
|
sl@0
|
44 |
deffile BAFL.DEF
|
sl@0
|
45 |
|
sl@0
|
46 |
START WINS
|
sl@0
|
47 |
baseaddress 0x40100000
|
sl@0
|
48 |
END
|
sl@0
|
49 |
|
sl@0
|
50 |
START MARM
|
sl@0
|
51 |
END
|
sl@0
|
52 |
|
sl@0
|
53 |
SMPSAFE
|