equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006 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 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <platform/mw/Browser_platform_variant.hrh> |
|
20 |
|
21 TARGET RECENTURLSTORE.DLL |
|
22 TARGETTYPE DLL |
|
23 UID 0x1000008d 0x10207290 |
|
24 |
|
25 VENDORID VID_DEFAULT |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 EPOCALLOWDLLDATA |
|
28 |
|
29 #if defined(ARMCC) |
|
30 DEFFILE ../EABI/RecentUrlStore.def |
|
31 #elif defined( WINSCW ) |
|
32 DEFFILE ../BWinsCw/RecentUrlStore.def |
|
33 #endif |
|
34 |
|
35 #include <data_caging_paths.hrh> |
|
36 |
|
37 SOURCEPATH ../RecentUrlSrc |
|
38 |
|
39 SOURCE ../RecentUrlSrc/RecentUrlStore.cpp |
|
40 |
|
41 USERINCLUDE ../RecentUrlInc |
|
42 |
|
43 MW_LAYER_SYSTEMINCLUDE |
|
44 |
|
45 LIBRARY EUSER.LIB |
|
46 LIBRARY edbms.lib bafl.lib efsrv.lib |
|
47 |
|
48 // EOF |
|
49 |