5
|
1 |
/*
|
|
2 |
* Copyright (c) 2002 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 the License "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: ?Description
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include "../../group/sapiincludes.mmpi"
|
|
19 |
#include <data_caging_paths.hrh>
|
|
20 |
TARGET sysinfoprovider.dll
|
|
21 |
TARGETTYPE PLUGIN
|
|
22 |
|
|
23 |
// MAGIC Dll recognition UID followed by the unique UID for this dll
|
|
24 |
UID 0x10009D8D 0x2000CFB8
|
|
25 |
VENDORID VID_DEFAULT
|
|
26 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
27 |
|
|
28 |
VERSION 1.0
|
|
29 |
|
|
30 |
USERINCLUDE ../inc
|
|
31 |
USERINCLUDE ../sysinfoservice/inc
|
|
32 |
|
|
33 |
|
|
34 |
SOURCEPATH ../src
|
|
35 |
SOURCE sysinfoprovider.cpp
|
|
36 |
SOURCE sysinfointerface.cpp
|
|
37 |
SOURCE sysinfoobserver.cpp
|
|
38 |
SOURCE sysinfolists.cpp
|
|
39 |
|
|
40 |
|
|
41 |
// Published to /resource/plugins
|
|
42 |
SOURCEPATH ../data
|
|
43 |
START RESOURCE 2000CFB8.rss
|
|
44 |
TARGET sysinfoprovider.rsc
|
|
45 |
END
|
|
46 |
|
|
47 |
LIBRARY euser.lib
|
|
48 |
LIBRARY sysinfoservice.lib
|
|
49 |
LIBRARY numberconversion.lib
|
|
50 |
LIBRARY liwservicehandler.lib
|
|
51 |
|
|
52 |
paged
|
|
53 |
|
|
54 |
//end of file |