equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 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: DCMO Client for DCMO framework |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include "defaultcaps.hrh" |
|
20 |
|
21 CAPABILITY CAP_CLIENT_DLL |
|
22 TARGET dcmoclient.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008D 0x2001FE46 |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 SOURCEPATH ../src |
|
28 SOURCE dcmoclient.cpp |
|
29 |
|
30 MW_LAYER_SYSTEMINCLUDE |
|
31 USERINCLUDE . |
|
32 USERINCLUDE ../inc |
|
33 USERINCLUDE ../../inc |
|
34 |
|
35 LIBRARY euser.lib |
|
36 LIBRARY featmgr.lib |
|
37 LIBRARY flogger.lib |