equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-2009 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 description file for PlatformEnv. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 #ifdef PLATFORM_ENV_USE_MASS_STORAGE_CONFIG |
|
22 TARGET platformenv_ms.dll |
|
23 #else // PLATFORM_ENV_USE_MASS_STORAGE_CONFIG |
|
24 TARGET platformenv.dll |
|
25 #endif // PLATFORM_ENV_USE_MASS_STORAGE_CONFIG |
|
26 |
|
27 TARGETTYPE dll |
|
28 UID 0x1000008D 0x101F857F |
|
29 |
|
30 VENDORID VID_DEFAULT |
|
31 CAPABILITY CAP_GENERAL_DLL |
|
32 |
|
33 SOURCEPATH ../src |
|
34 |
|
35 SOURCE PathInfo.cpp |
|
36 SOURCE driveinfo.cpp |
|
37 SOURCE driveinfopatchdata.cpp |
|
38 |
|
39 USERINCLUDE ../inc |
|
40 |
|
41 // Default system include paths for osext layer modules. |
|
42 OS_LAYER_SYSTEMINCLUDE |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY efsrv.lib |
|
46 LIBRARY bafl.lib |
|
47 |
|
48 LANG SC |
|
49 |
|
50 #if defined(ARMCC) |
|
51 deffile ../EABI/PlatformEnvCenRep.DEF |
|
52 #elif defined( WINSCW ) |
|
53 deffile ../bwinscw/PLATFORMENVCENREP.DEF |
|
54 #endif |
|
55 |
|
56 // Function trace |
|
57 // MACRO PLATFORM_ENV_FUNC_LOG |
|
58 |
|
59 // Informative trace |
|
60 // MACRO PLATFORM_ENV_INFO_LOG |
|
61 |
|
62 // Error trace |
|
63 // MACRO PLATFORM_ENV_ERROR_LOG |
|
64 |
|
65 |
|
66 SMPSAFE |
|
67 |
|
68 // End of File |