equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2005-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 MountMan API |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 TARGET rsfwmountman.dll |
|
20 |
|
21 TARGETTYPE dll |
|
22 |
|
23 UID 0x1000008d 0x101F976F |
|
24 |
|
25 CAPABILITY CAP_GENERAL_DLL |
|
26 |
|
27 SOURCEPATH ../src |
|
28 |
|
29 SOURCE rsfwmountman.cpp |
|
30 SOURCE rsfwmountmanimpl.cpp |
|
31 SOURCE rsfwmountentry.cpp |
|
32 |
|
33 LANG SC |
|
34 |
|
35 MW_LAYER_SYSTEMINCLUDE |
|
36 SYSTEMINCLUDE ../../../inc |
|
37 SYSTEMINCLUDE ../../inc |
|
38 USERINCLUDE ../inc |
|
39 |
|
40 LIBRARY efsrv.lib |
|
41 LIBRARY euser.lib |
|
42 LIBRARY bafl.lib |
|
43 LIBRARY estor.lib |
|
44 LIBRARY rsfwmountstore.lib |
|
45 LIBRARY rsfwmountutils.lib |
|
46 LIBRARY rsfwcontrol.lib |
|
47 |
|
48 DEFFILE rsfwmountman.def |
|
49 |
|
50 // End of File |
|