68
|
1 |
/*
|
|
2 |
* Copyright (c) 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: Resource file for plugin.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <data_caging_paths.hrh> // For RESOURCE_FILES_DIR
|
|
20 |
|
|
21 |
#include <platform_paths.hrh>
|
|
22 |
|
|
23 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
24 |
TARGET gsadminplugin.dll
|
|
25 |
TARGETTYPE PLUGIN
|
|
26 |
UID 0x10009D8D 0x10283340
|
|
27 |
VENDORID VID_DEFAULT
|
|
28 |
|
|
29 |
SOURCEPATH src
|
|
30 |
SOURCE GSAdminPluginImplementationTable.cpp
|
|
31 |
SOURCE GSAdminPlugin.cpp
|
|
32 |
|
|
33 |
USERINCLUDE inc
|
|
34 |
USERINCLUDE data
|
|
35 |
USERINCLUDE loc
|
|
36 |
USERINCLUDE ../Logger
|
|
37 |
USERINCLUDE ../Data
|
|
38 |
|
|
39 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
40 |
// Default system include paths for middleware layer modules.
|
|
41 |
MW_LAYER_SYSTEMINCLUDE
|
|
42 |
|
|
43 |
SOURCEPATH data
|
|
44 |
|
|
45 |
START RESOURCE 10283340.rss
|
|
46 |
TARGET gsadminplugin.rsc
|
|
47 |
END
|
|
48 |
|
|
49 |
// View resources
|
|
50 |
START RESOURCE gsadminpluginrsc.rss
|
|
51 |
DEPENDS gsapp.rsg
|
|
52 |
HEADER
|
|
53 |
TARGETPATH RESOURCE_FILES_DIR
|
|
54 |
LANGUAGE_IDS
|
|
55 |
END // View resources
|
|
56 |
|
|
57 |
|
|
58 |
LIBRARY euser.lib
|
|
59 |
LIBRARY ecom.lib
|
|
60 |
LIBRARY efsrv.lib
|
|
61 |
LIBRARY avkon.lib
|
|
62 |
LIBRARY bafl.lib
|
|
63 |
LIBRARY cone.lib
|
|
64 |
LIBRARY eikcoctl.lib
|
|
65 |
LIBRARY eikcore.lib
|
|
66 |
LIBRARY commonengine.lib// For RConeResourceLoader
|
|
67 |
LIBRARY gsecomplugin.lib
|
|
68 |
LIBRARY gsframework.lib
|
|
69 |
LIBRARY aknskins.lib // AknsUtils.h
|
|
70 |
LIBRARY flogger.lib // For GSLogger
|
|
71 |
|
|
72 |
//Documents. Defining these is optional. Used only by IDE's file browser.
|
|
73 |
SOURCEPATH data
|
|
74 |
DOCUMENT 10283340.rss
|
|
75 |
DOCUMENT gsadminpluginrsc.rss
|
|
76 |
|
|
77 |
SOURCEPATH inc
|
|
78 |
|
|
79 |
// End of File
|