107
|
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 |
TARGET afstorageclient.dll
|
|
18 |
TARGETTYPE dll
|
|
19 |
UID 0x1000008d 0x200267B3
|
|
20 |
|
|
21 |
EPOCALLOWDLLDATA
|
|
22 |
|
|
23 |
MW_LAYER_SYSTEMINCLUDE
|
|
24 |
|
|
25 |
USERINCLUDE ../inc
|
|
26 |
USERINCLUDE ../../inc
|
|
27 |
|
|
28 |
SOURCEPATH ../src
|
|
29 |
SOURCE afstorageclient.cpp
|
|
30 |
SOURCE afstorageclient_p.cpp
|
|
31 |
SOURCE afstorageclientimp.cpp
|
|
32 |
SOURCE afasyncrequest_p.cpp
|
|
33 |
SOURCE afthumbnailrequest_p.cpp
|
|
34 |
|
|
35 |
LIBRARY euser.lib
|
|
36 |
LIBRARY estor.lib
|
|
37 |
LIBRARY fbscli.lib
|
|
38 |
STATICLIBRARY afstoragecommon.lib
|
|
39 |
|
|
40 |
CAPABILITY ALL -TCB
|
|
41 |
|
|
42 |
#ifdef ENABLE_ABIV2_MODE
|
|
43 |
DEBUGGABLE_UDEBONLY
|
|
44 |
#endif
|
125
|
45 |
|
|
46 |
|
|
47 |
SMPSAFE
|