|
1 /* |
|
2 * Copyright (c) 2004-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 StartupAdaptationStub |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // To get the OS_LAYER_SYSTEMINCLUDE-definition |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET startupadaptationstub.dll |
|
23 CAPABILITY CAP_ECOM_PLUGIN |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x10205053 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH ../src |
|
29 SOURCE StartupAdaptationStub.cpp |
|
30 SOURCE StartupAdaptationStubModel.cpp |
|
31 SOURCE CommandProcessingEngine.cpp |
|
32 SOURCE ImplementationFactory.cpp |
|
33 SOURCE sastubeventlistener.cpp |
|
34 |
|
35 USERINCLUDE ../inc |
|
36 |
|
37 OS_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 START RESOURCE ../data/10205053.rss |
|
40 TARGET startupadaptationstub.rsc |
|
41 END |
|
42 |
|
43 LIBRARY euser.lib |
|
44 LIBRARY ecom.lib |
|
45 LIBRARY efsrv.lib |
|
46 |
|
47 LANG SC |
|
48 |
|
49 // >>> define to enable the tracing |
|
50 // MACRO __TRACE_ALL__ |
|
51 // <<< define to enable the tracing |
|
52 |
|
53 // >>> define to enable module test support |
|
54 // MACRO __STARTER_MODULE_TEST_SUPPORT__ |
|
55 // <<< define to enable module test support |