equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2004-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 the License "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 * swidataprovider.dll Implementations of MSisDataProvider interface |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 TARGET swidataprovider.dll |
|
25 TARGETTYPE dll |
|
26 |
|
27 MACRO __SECURE_API__ |
|
28 MACRO __DATA_CAGING__ |
|
29 CAPABILITY All |
|
30 |
|
31 // UID is KUidSwiDataProvider = 0x1020362D |
|
32 UID 0x1000008d 0x1020362D |
|
33 VENDORID 0x70000001 |
|
34 |
|
35 USERINCLUDE ../inc/swi |
|
36 SYSTEMINCLUDE ../inc |
|
37 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
38 |
|
39 SOURCEPATH ../source/dataprovider |
|
40 |
|
41 SOURCE dessisdataprovider.cpp |
|
42 SOURCE filesisdataprovider.cpp |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY efsrv.lib |
|
46 SMPSAFE |