equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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: Implementation of dm adapters |
|
15 * This is part of omadmextensions. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 #include "defaultcaps.hrh" |
|
24 #include <platform_paths.hrh> |
|
25 |
|
26 CAPABILITY CAP_ECOM_PLUGIN |
|
27 TARGET nsmldmdevinfoadapter.dll |
|
28 TARGETTYPE PLUGIN |
|
29 UID 0x10009D8D 0x101F6DE8 |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 APP_LAYER_SYSTEMINCLUDE |
|
33 SYSTEMINCLUDE /epoc32/include/ecom |
|
34 SOURCEPATH ../src |
|
35 |
|
36 USERINCLUDE ../inc ../../inc |
|
37 USERINCLUDE ../../devdetail/inc |
|
38 SOURCE nsmldmdevinfoadapter.cpp |
|
39 |
|
40 START RESOURCE nsmldmdevinfoadapter.rss |
|
41 LANGUAGE_IDS |
|
42 END |
|
43 |
|
44 |
|
45 |
|
46 LIBRARY euser.lib |
|
47 LIBRARY ecom.lib |
|
48 LIBRARY nsmldebug.lib |
|
49 LIBRARY nsmlagentcommon.lib |
|
50 LIBRARY featmgr.lib |
|
51 |
|
52 SMPSAFE |