harvesterplugins/file/fastfindfileserverplugin/group/fastfindfileserverplugin.mmp
equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2010 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: Monitors file creations, modifications and deletions. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 CAPABILITY TCB ProtServ DiskAdmin AllFiles PowerMgmt CommDD |
|
21 |
|
22 TARGET cpixfileserverplugin.pxt |
|
23 TARGETTYPE fsy |
|
24 |
|
25 // Plugin File System (0x100039DF) |
|
26 UID 0x100039DF 0x2001F6FA |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 APP_LAYER_SYSTEMINCLUDE |
|
30 USERINCLUDE ../inc |
|
31 USERINCLUDE ../../inc/monitorplugin |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE fastfindfileserverplugin.cpp |
|
35 |
|
36 LIBRARY euser.lib |
|
37 LIBRARY efile.lib |
|
38 LIBRARY efsrv.lib |