equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2002-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: Feature Manager stub plugin Project definition file |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET FeatMgrStubPlugin.dll |
|
22 TARGETTYPE PLUGIN |
|
23 |
|
24 UID 0x10009D8D 0x10205058 |
|
25 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE proxy.cpp |
|
32 SOURCE featmgrplugin.cpp |
|
33 SOURCE plugintimer.cpp |
|
34 |
|
35 START RESOURCE ../data/10205058.rss |
|
36 #ifdef SYMBIAN_SECURE_ECOM |
|
37 TARGET FeatMgrStubPlugin.rsc |
|
38 #endif |
|
39 END |
|
40 |
|
41 USERINCLUDE ../inc |
|
42 OS_LAYER_SYSTEMINCLUDE |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY ecom.lib |
|
46 |
|
47 LANG SC |
|
48 |
|
49 // Trace macros |
|
50 //MACRO API_TRACE_FLAG // Uncomment during testing to get API traces. |
|
51 //MACRO COMPONENT_TRACE_FLAG // Uncomment during testing to get COMPONENT traces. |
|