equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2008 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: Project definition file for project filemanageraiwprovider |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 MACRO _F32_STRICT_64_BIT_MIGRATION |
|
22 TARGET filemanageraiwprovider.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009D8D 0x200110F8 |
|
25 |
|
26 CAPABILITY CAP_ECOM_PLUGIN |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../aiwprovider/src |
|
30 SOURCE filemanageraiwprovider.cpp |
|
31 |
|
32 USERINCLUDE . |
|
33 USERINCLUDE ../aiwprovider/inc |
|
34 USERINCLUDE ../Engine/inc |
|
35 APP_LAYER_SYSTEMINCLUDE |
|
36 |
|
37 SOURCEPATH ../aiwprovider/data |
|
38 START RESOURCE 200110F8.rss |
|
39 TARGET filemanageraiwprovider.rsc |
|
40 END |
|
41 |
|
42 LIBRARY euser.lib |
|
43 LIBRARY apparc.lib |
|
44 LIBRARY ws32.lib |
|
45 LIBRARY apgrfx.lib |
|
46 LIBRARY ecom.lib |
|
47 LIBRARY servicehandler.lib |
|
48 LIBRARY avkon.lib |
|
49 LIBRARY centralrepository.lib |
|