|
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // estor.dll Stream store management |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 // Define this macro only when the edbms.mmh file is present in |
|
23 // the /epoc32/include folder. |
|
24 #ifdef SYMBIAN_CUSTOM_STORE_BUFFER_SIZES |
|
25 #include "estor.mmh" |
|
26 #endif |
|
27 |
|
28 // The project release file |
|
29 SOURCEPATH ../group |
|
30 |
|
31 // The component build proper... |
|
32 |
|
33 target estor.dll |
|
34 CAPABILITY All |
|
35 targettype dll |
|
36 UID 0x1000008d 0x10003b0d |
|
37 VENDORID 0x70000001 |
|
38 |
|
39 UNPAGED |
|
40 |
|
41 SMPSAFE |
|
42 |
|
43 userinclude ../INC |
|
44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
45 userinclude ../../../../security/crypto/weakcrypto/inc |
|
46 |
|
47 SOURCEPATH ../UBTREE |
|
48 source UB_FIX.CPP UB_INL.CPP UB_KEY.CPP UB_NODE.CPP UB_TREE.CPP UB_UTL.CPP |
|
49 |
|
50 SOURCEPATH ../UCONT |
|
51 source UC_SET.CPP UC_UTL.CPP |
|
52 |
|
53 SOURCEPATH ../UCRYPT |
|
54 source UE_FLTR.CPP UE_STOR.CPP UE_STRM.CPP UE_UTL.CPP |
|
55 |
|
56 SOURCEPATH ../UFILE |
|
57 source UF_BUF.CPP UF_DICT.CPP UF_DIR.CPP UF_PERM.CPP UF_STOR.CPP |
|
58 source UF_STRM.CPP UF_UTL.CPP |
|
59 |
|
60 SOURCEPATH ../ULIB |
|
61 source UL_UTL.CPP |
|
62 |
|
63 SOURCEPATH ../UMEM |
|
64 source UM_BUF.CPP UM_STOR.CPP UM_STRM.CPP UM_UTL.CPP |
|
65 |
|
66 SOURCEPATH ../UPAGE |
|
67 source UP_CACHE.CPP UP_FILE.CPP UP_PAGE.CPP UP_STOR.CPP UP_UTL.CPP |
|
68 |
|
69 SOURCEPATH ../USTOR |
|
70 source UT_COLL.CPP UT_DICT.CPP UT_EMBED.CPP UT_MAP.CPP UT_PERM.CPP |
|
71 source UT_STOR.CPP UT_STRM.CPP UT_SWZ.CPP UT_UTL.CPP UT_Iter.cpp |
|
72 |
|
73 SOURCEPATH ../USTRM |
|
74 source US_BUF.CPP US_FLTR.CPP US_FRAME.CPP US_FUNC.CPP US_HOST.CPP |
|
75 source US_IO.CPP US_SHARE.CPP US_STRM.CPP US_UTL.CPP US_UCMP.CPP |
|
76 |
|
77 nostrictdef |
|
78 |
|
79 deffile estor3.def //EKA2 kernel - only PBE, INT64 |
|
80 |
|
81 library euser.lib efsrv.lib |
|
82 |
|
83 start wins |
|
84 baseaddress 0x41200000 |
|
85 end |