systemswuis/touchscreencalib/tscstartupextensionplugin/group/tscstartupextensionplugin.mmp
equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2007 - 2008 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 TSCStartupExtensionPlugIn |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET tscstartupextensionplugin.dll |
|
23 CAPABILITY CAP_ECOM_PLUGIN |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x10283123 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH ../src |
|
29 SOURCE tscstartupextensionplugin.cpp |
|
30 SOURCE implementationfactory.cpp |
|
31 SOURCE tscpluginsubscriber.cpp |
|
32 SOURCE tscpluginpubsubobserver.cpp |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 USERINCLUDE ../../../inc |
|
36 |
|
37 SYSTEMINCLUDE /epoc32/include/ecom |
|
38 |
|
39 |
|
40 START RESOURCE ../data/10283123.rss |
|
41 TARGET tscstartupextensionplugin.rsc |
|
42 END |
|
43 |
|
44 |
|
45 APP_LAYER_SYSTEMINCLUDE |
|
46 |
|
47 LIBRARY euser.lib |
|
48 LIBRARY ecom.lib |
|