47
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 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: ExtMemCtrl plug-in adapter for DCMO
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include <platform_paths.hrh>
|
|
19 |
|
|
20 |
TARGET extmemctrldcmoadapter.dll
|
|
21 |
TARGETTYPE PLUGIN
|
|
22 |
|
|
23 |
// ECom Dll recognition UID followed by the unique UID for this dll
|
|
24 |
UID 0x10009D8D 0x2002132B
|
|
25 |
VENDORID VID_DEFAULT
|
|
26 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
27 |
|
|
28 |
SOURCEPATH ../src
|
|
29 |
SOURCE extmemctrldcmoadapter.cpp
|
|
30 |
SOURCE extmemctrldcmoadapterproxy.cpp
|
|
31 |
|
|
32 |
USERINCLUDE ../inc
|
|
33 |
|
|
34 |
APP_LAYER_SYSTEMINCLUDE
|
|
35 |
|
|
36 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
37 |
SYSTEMINCLUDE /epoc32/include/mw/hb/hbwidgets
|
|
38 |
SYSTEMINCLUDE /epoc32/include/mw/hb/hbcore
|
|
39 |
|
|
40 |
SOURCEPATH ../data
|
|
41 |
start resource 2002132B.rss
|
|
42 |
TARGET extmemctrldcmoadapter.rsc
|
|
43 |
LANGUAGE_IDS
|
|
44 |
end
|
|
45 |
|
|
46 |
LIBRARY euser.lib ecom.lib efsrv.lib bafl.lib etul.lib
|
|
47 |
LIBRARY centralrepository.lib
|
56
|
48 |
LIBRARY PlatformEnv.lib
|
|
49 |
LIBRARY CommonEngine.lib // Series 60 common components library
|
|
50 |
LIBRARY HbCore.lib HbWidgets.lib
|
47
|
51 |
|
|
52 |
SMPSAFE
|