92
|
1 |
/*
|
|
2 |
* Copyright (c) 2010 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:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
#include <defaultcaps.hrh>
|
|
18 |
#include <platform_paths.hrh>
|
|
19 |
#include "../inc/hsappkeyhandleruids.hrh"
|
|
20 |
|
|
21 |
TARGET hsappkeyplugin.dll
|
|
22 |
TARGETTYPE PLUGIN
|
|
23 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
24 |
VENDORID VID_DEFAULT
|
|
25 |
UID 0x10009D8D KUIDAPPKEYPLUGINDLL
|
|
26 |
|
|
27 |
START RESOURCE ../data/hsappkeyplugin.rss
|
|
28 |
TARGET hsappkeyplugin.rsc
|
|
29 |
END
|
|
30 |
|
|
31 |
SOURCEPATH ../src
|
|
32 |
SOURCE hsappkeyplugin.cpp
|
|
33 |
SOURCE hsappkeypluginproxy.cpp
|
|
34 |
|
|
35 |
USERINCLUDE ../inc
|
|
36 |
|
99
|
37 |
MW_LAYER_SYSTEMINCLUDE
|
92
|
38 |
|
|
39 |
|
|
40 |
LIBRARY ecom.lib
|
|
41 |
LIBRARY euser.lib
|
|
42 |
LIBRARY eikcore.lib
|
|
43 |
LIBRARY eiksrv.lib
|
|
44 |
LIBRARY cone.lib
|
|
45 |
LIBRARY ws32.lib
|
|
46 |
LIBRARY HbCore.lib
|
|
47 |
LIBRARY apparc.lib
|
|
48 |
LIBRARY apgrfx.lib
|
107
|
49 |
LIBRARY afactivitylauncher.lib
|
92
|
50 |
DEBUGLIBRARY flogger.lib
|
|
51 |
// End of file
|
125
|
52 |
|
|
53 |
|
|
54 |
SMPSAFE
|