21
|
1 |
/*
|
|
2 |
* Copyright (c) 2006-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 memscaneng
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
#include <data_caging_paths.hrh>
|
|
22 |
|
|
23 |
TARGET memscanserv.exe
|
|
24 |
TARGETTYPE exe
|
|
25 |
UID 0x100039CE 0x102073FC
|
|
26 |
VENDORID VID_DEFAULT
|
|
27 |
CAPABILITY CAP_SERVER AllFiles
|
|
28 |
|
|
29 |
SOURCEPATH ../serversrc
|
|
30 |
SOURCE memscanserv.cpp
|
|
31 |
SOURCE mseng.cpp
|
|
32 |
SOURCE msengscanner.cpp
|
|
33 |
SOURCE msenginfoarray.cpp
|
|
34 |
SOURCE msengscannerbase.cpp
|
|
35 |
SOURCE msengdirectoryscanner.cpp
|
|
36 |
SOURCE msengfilescanner.cpp
|
|
37 |
SOURCE msengfileextscanner.cpp
|
|
38 |
SOURCE msengfindallscanner.cpp
|
|
39 |
SOURCE msengregistryscanner.cpp
|
|
40 |
SOURCE msengsisxinfo.cpp
|
|
41 |
|
|
42 |
START RESOURCE ../data/mseng.rss
|
|
43 |
TARGETPATH RESOURCE_FILES_DIR
|
|
44 |
HEADER
|
|
45 |
LANGUAGE_IDS
|
|
46 |
END
|
|
47 |
|
|
48 |
USERINCLUDE . ../serverinc
|
|
49 |
|
|
50 |
APP_LAYER_SYSTEMINCLUDE
|
|
51 |
//SYSTEMINCLUDE /epoc32/include/swi
|
|
52 |
|
|
53 |
LIBRARY euser.lib
|
|
54 |
LIBRARY efsrv.lib
|
|
55 |
LIBRARY estor.lib
|
|
56 |
LIBRARY bafl.lib // Resource files
|
|
57 |
LIBRARY sisregistryclient.lib
|
|
58 |
LIBRARY platformenv.lib
|
|
59 |
//Uncomment this line to show the RDebug::Print()
|
|
60 |
// MACRO __SHOW_RDEBUG_PRINT_
|
|
61 |
|
|
62 |
// End of File
|
|
63 |
|