equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2004 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 file for devdetail adapter |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 #include "defaultcaps.hrh" |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 //This flag is used for enabling Fota Multi-ROFS Support |
|
25 MACRO _ENABLE_MULTIROFS_SUPPORT |
|
26 |
|
27 TARGET nsmldmdevdetailadapter.dll |
|
28 TARGETTYPE PLUGIN |
|
29 UID 0x10009D8D 0x101F6DE9 |
|
30 VENDORID VID_DEFAULT |
|
31 CAPABILITY CAP_GENERAL_DLL |
|
32 |
|
33 APP_LAYER_SYSTEMINCLUDE |
|
34 SYSTEMINCLUDE /epoc32/include/ecom |
|
35 |
|
36 SOURCEPATH ../src |
|
37 USERINCLUDE ../inc |
|
38 USERINCLUDE ../../inc |
|
39 SOURCE nsmldmdevdetailadapter.cpp |
|
40 |
|
41 //#if defined(ARMCC) |
|
42 SOURCE nsmldmdevdetailutils_ARM.cpp |
|
43 //#elif defined(WINSCW) |
|
44 //SOURCE nsmldmdevdetailutils_WINSCW.cpp |
|
45 //#endif |
|
46 |
|
47 START RESOURCE nsmldmdevdetailadapter.rss |
|
48 LANGUAGE_IDS |
|
49 END |
|
50 |
|
51 |
|
52 |
|
53 |
|
54 //#if defined(ARMCC) |
|
55 LIBRARY sysutil.lib |
|
56 //#elif defined(WINSCW) |
|
57 //LIBRARY efsrv.lib |
|
58 //#endif |
|
59 |
|
60 |
|
61 LIBRARY euser.lib |
|
62 LIBRARY ecom.lib |
|
63 LIBRARY nsmldebug.lib |
|
64 LIBRARY nsmlagentcommon.lib |
|
65 |
|
66 //For Multi-ROFS Support |
|
67 LIBRARY sysversioninfo.lib |
|
68 |
|
69 |
|
70 SMPSAFE |