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 "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 filemanagerbkupchecker |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 MACRO _F32_STRICT_64_BIT_MIGRATION |
|
22 |
|
23 TARGET filemanagerbkupplugin.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x10205078 |
|
26 |
|
27 CAPABILITY CAP_ECOM_PLUGIN |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../bkupchecker/src |
|
31 SOURCE filemanagerbkupchecker.cpp |
|
32 USERINCLUDE . ../bkupchecker/inc |
|
33 |
|
34 APP_LAYER_SYSTEMINCLUDE |
|
35 SYSTEMINCLUDE ../Engine/inc |
|
36 |
|
37 SOURCEPATH ../bkupchecker/data |
|
38 START RESOURCE 10205078.rss |
|
39 TARGET filemanagerbkupplugin.rsc |
|
40 END |
|
41 |
|
42 START RESOURCE filemanagerbkupchecker.rss |
|
43 TARGET filemanagerbkupchecker.rsc |
|
44 TARGETPATH RESOURCE_FILES_DIR |
|
45 HEADER |
|
46 LANGUAGE_IDS |
|
47 END |
|
48 |
|
49 LIBRARY euser.lib |
|
50 LIBRARY efsrv.lib |
|
51 LIBRARY bafl.lib |
|
52 LIBRARY apfile.lib |
|
53 LIBRARY akncapserverclient.lib |
|
54 LIBRARY eikcore.lib |
|
55 LIBRARY apparc.lib |
|
56 |