author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 24 Sep 2009 12:43:20 +0300 | |
changeset 12 | f4292e0e20df |
parent 11 | 5c0037c72160 |
child 26 | 5d0ec8b709be |
permissions | -rw-r--r-- |
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 |
||
12
f4292e0e20df
Revision: 200937
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
11
diff
changeset
|
28 |
VERSION 1.1 |
5 | 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 |
|
11
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
46 |
START RESOURCE sysinfoprovidername.rss |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
47 |
TARGETPATH APP_RESOURCE_DIR |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
48 |
HEADER |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
49 |
LANGUAGE_IDS |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
50 |
END |
5 | 51 |
|
52 |
LIBRARY euser.lib |
|
53 |
LIBRARY sysinfoservice.lib |
|
54 |
LIBRARY numberconversion.lib |
|
55 |
LIBRARY liwservicehandler.lib |
|
56 |
||
57 |
paged |
|
58 |
||
59 |
//end of file |