author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 10 Sep 2009 12:58:20 +0300 | |
changeset 11 | 5c0037c72160 |
parent 5 | 989d2f495d90 |
child 12 | f4292e0e20df |
permissions | -rw-r--r-- |
5 | 1 |
/* |
2 |
* Copyright (c) 2008 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: Project definition file for ServiceRegistry Service API |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
#include "../../group/sapiincludes.mmpi" |
|
20 |
||
21 |
//#include <domain/osextensions/platform_paths.hrh> |
|
22 |
//#include <data_caging_paths.hrh> |
|
23 |
||
24 |
TARGET serviceregistryprovider.dll |
|
25 |
TARGETTYPE PLUGIN |
|
26 |
UID 0x10009D8D 0x20022EE4 |
|
27 |
||
28 |
DEFFILE serviceregistryprovider.def |
|
29 |
||
30 |
CAPABILITY CAP_ECOM_PLUGIN |
|
31 |
VENDORID VID_DEFAULT |
|
32 |
||
33 |
SOURCEPATH ../src |
|
34 |
||
35 |
SOURCE serviceregistryservicehandler.cpp |
|
36 |
SOURCE serviceregistryutilities.cpp |
|
37 |
SOURCE serviceinterface.cpp |
|
38 |
SOURCE serviceregistryiterator.cpp |
|
39 |
||
40 |
USERINCLUDE ../inc |
|
41 |
USERINCLUDE ../../inc |
|
42 |
||
43 |
SOURCEPATH ../data |
|
44 |
START RESOURCE 102833a9.rss |
|
45 |
TARGET serviceregistryprovider.rsc |
|
46 |
END |
|
47 |
||
11
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
48 |
START RESOURCE serviceregistryprovidername.rss |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
49 |
TARGETPATH APP_RESOURCE_DIR |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
50 |
HEADER |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
51 |
LANGUAGE_IDS |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
52 |
END |
5 | 53 |
// Service library |
54 |
||
55 |
//LIBRARY serviceregistryservice.lib |
|
56 |
||
57 |
// System libraries |
|
58 |
||
59 |
LIBRARY euser.lib |
|
60 |
LIBRARY estor.lib |
|
61 |
LIBRARY efsrv.lib |
|
62 |
LIBRARY estlib.lib |
|
63 |
LIBRARY liwservicehandler.lib |
|
64 |
LIBRARY platformenv.lib |
|
65 |
LIBRARY ecom.lib |
|
66 |
LIBRARY hal.lib |