equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2005-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 rfsfotaplugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 // MACRO _FOTA_DEBUG |
|
23 // MACRO _FOTA_DEBUG_RDEBUG |
|
24 |
|
25 TARGET rfsfotaplugin.dll |
|
26 TARGETTYPE PLUGIN |
|
27 UID 0x10009D8D 0x10281873 |
|
28 |
|
29 CAPABILITY CAP_ECOM_PLUGIN |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE RfsFotaPlugin.cpp |
|
34 SOURCE Proxy.cpp |
|
35 |
|
36 START RESOURCE 10281873.rss |
|
37 TARGET rfsfotaplugin.rsc |
|
38 LANGUAGE_IDS |
|
39 END |
|
40 |
|
41 |
|
42 |
|
43 USERINCLUDE ../inc ../../inc ../../../inc |
|
44 SYSTEMINCLUDE /epoc32/include/ecom |
|
45 MW_LAYER_SYSTEMINCLUDE |
|
46 |
|
47 LIBRARY euser.lib // Base library |
|
48 LIBRARY ecom.lib // ECom library |
|
49 LIBRARY flogger.lib |
|