25
|
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: Project definition file for project LCCustomPlugin
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
|
|
21 |
TARGET lccustomplugin.dll
|
|
22 |
TARGETTYPE PLUGIN
|
|
23 |
UID 0x10009D8D 0x20021360
|
|
24 |
|
|
25 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
26 |
VENDORID VID_DEFAULT
|
|
27 |
|
|
28 |
SOURCEPATH ../src
|
|
29 |
SOURCE proxy.cpp
|
|
30 |
SOURCE lccustomplugin.cpp
|
|
31 |
SOURCE lclistallcmd.cpp
|
|
32 |
|
|
33 |
START RESOURCE ../src/20021360.rss
|
|
34 |
TARGET lccustomplugin.rsc
|
|
35 |
END
|
|
36 |
|
|
37 |
USERINCLUDE ../inc
|
|
38 |
|
|
39 |
MW_LAYER_SYSTEMINCLUDE
|
|
40 |
|
|
41 |
// Note:
|
|
42 |
// The only other SYSTEMINCLUDE should you shall add are Symbian specific ones.
|
|
43 |
// If there is a S60 header in the subdirectory then that should be
|
|
44 |
// added into the include statements (like #include <phonebook/header.h>)
|
|
45 |
//SYSTEMINCLUDE /epoc32/include/ecom
|
|
46 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
47 |
|
|
48 |
LIBRARY ecom.lib
|
|
49 |
LIBRARY euser.lib
|
|
50 |
LIBRARY atextpluginbase.lib
|
|
51 |
|
|
52 |
DEBUGLIBRARY flogger.lib
|