author | Simon Howkins <simonh@symbian.org> |
Wed, 03 Nov 2010 14:43:42 +0000 | |
branch | RCL_3 |
changeset 74 | 6b4d16c5c577 |
parent 72 | a5e7a4f63858 |
permissions | -rw-r--r-- |
56 | 1 |
/* |
2 |
* Copyright (c) 2005-2007 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 specification file for PslnGSPlugin. |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
#include <data_caging_paths.hrh> |
|
19 |
#include <platform_paths.hrh> |
|
20 |
||
21 |
CAPABILITY CAP_ECOM_PLUGIN |
|
22 |
TARGET PslnGSPlugin.dll |
|
23 |
TARGETTYPE PLUGIN |
|
24 |
UID 0x10009D8D 0x102818EC |
|
25 |
VENDORID VID_DEFAULT |
|
26 |
||
27 |
SOURCEPATH ../src |
|
28 |
SOURCE PslnGSPlugin.cpp |
|
29 |
SOURCE PslnGSPluginImplementationTable.cpp |
|
30 |
||
31 |
||
32 |
// This is a SYSTEMINCLUDE macro containing the middleware |
|
33 |
// layer specific include directories |
|
34 |
MW_LAYER_SYSTEMINCLUDE |
|
35 |
||
36 |
USERINCLUDE ../inc |
|
37 |
USERINCLUDE ../loc |
|
38 |
||
39 |
SOURCEPATH ../data |
|
40 |
||
41 |
// ECOM resource definition |
|
42 |
START RESOURCE 102818EC.rss |
|
43 |
TARGET PslnGSPlugin.rsc |
|
44 |
TARGETPATH ECOM_RESOURCE_DIR |
|
45 |
END // ECOM resource definition |
|
46 |
||
47 |
// Plugin's own resources. |
|
48 |
START RESOURCE PslnGSPluginRsc.rss |
|
49 |
HEADER |
|
50 |
TARGETPATH RESOURCE_FILES_DIR |
|
51 |
LANGUAGE_IDS |
|
52 |
END // own resource file |
|
53 |
||
54 |
LIBRARY aknskins.lib |
|
55 |
LIBRARY apgrfx.lib |
|
56 |
LIBRARY apparc.lib |
|
57 |
LIBRARY avkon.lib |
|
58 |
LIBRARY bafl.lib |
|
72
a5e7a4f63858
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
56
diff
changeset
|
59 |
LIBRARY commonengine.lib |
56 | 60 |
LIBRARY cone.lib |
61 |
LIBRARY ecom.lib |
|
62 |
LIBRARY efsrv.lib |
|
63 |
LIBRARY eikcoctl.lib |
|
64 |
LIBRARY eikcore.lib |
|
65 |
LIBRARY euser.lib |
|
72
a5e7a4f63858
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
56
diff
changeset
|
66 |
LIBRARY GSEcomPlugin.lib |
a5e7a4f63858
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
56
diff
changeset
|
67 |
LIBRARY GSFramework.lib |
56 | 68 |
LIBRARY ws32.lib |
69 |
||
70 |
// End of File |