commonservices/commonengine/diskspacereservationplugin/group/diskspacereservationplugin.mmp
equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006 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: Project definition file for project DiskSpaceReservationPlugIn |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // To get the OS_LAYER_SYSTEMINCLUDE-definition |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 #include <data_caging_paths.hrh> |
|
23 |
|
24 TARGET diskspacereservationplugin.dll |
|
25 CAPABILITY CAP_ECOM_PLUGIN |
|
26 TARGETTYPE PLUGIN |
|
27 UID 0x10009D8D 0x10205068 |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE diskspacereservationplugin.cpp |
|
32 SOURCE implementationfactory.cpp |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 |
|
36 // Default system include paths for osext layer modules. |
|
37 OS_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 START RESOURCE ../data/10205068.rss |
|
40 TARGET diskspacereservationplugin.rsc |
|
41 END |
|
42 |
|
43 LIBRARY euser.lib |
|
44 LIBRARY ecom.lib |
|
45 LIBRARY diskspacereserver.lib |
|
46 |
|
47 SMPSAFE |