0
|
1 |
// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of the License "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// f32test/group/t_plugin_v2beta.mmp
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
TARGET t_plugin_v2beta.exe
|
|
19 |
TARGETTYPE exe
|
|
20 |
|
|
21 |
|
|
22 |
SOURCEPATH ../plugins/version_2beta/
|
|
23 |
SOURCE t_plugin_v2beta.cpp
|
|
24 |
|
|
25 |
SOURCEPATH ../plugins/version_2beta/encrypt
|
|
26 |
SOURCE encrypt.cpp
|
|
27 |
|
|
28 |
SOURCEPATH ../plugins/version_2beta/hex
|
|
29 |
SOURCE hex.cpp
|
|
30 |
|
|
31 |
SOURCEPATH ../server
|
|
32 |
SOURCE t_main.cpp
|
|
33 |
SOURCEPATH ../fileutils/src
|
|
34 |
SOURCE t_chlffs.cpp
|
|
35 |
|
|
36 |
SOURCEPATH ../fileutils/src
|
|
37 |
SOURCE f32_test_utils.cpp
|
|
38 |
|
|
39 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
40 |
|
|
41 |
USERINCLUDE ../plugins/version_2beta/encrypt
|
|
42 |
USERINCLUDE ../plugins/version_2beta/hex
|
|
43 |
USERINCLUDE ../plugins/version_2beta/trace
|
|
44 |
USERINCLUDE ../server
|
|
45 |
USERINCLUDE ../fileutils/inc
|
|
46 |
|
|
47 |
LIBRARY euser.lib efile.lib efsrv.lib hal.lib
|
|
48 |
|
|
49 |
UID 0x100039df 0x10000CEE
|
|
50 |
MACRO __DATA_CAGING__not_done
|
|
51 |
|
|
52 |
epocallowdlldata
|
|
53 |
|
|
54 |
#include "../../../userlibandfileserver/fileserver/group/f32caps.mmh" // Capabilities of File Server process
|
|
55 |
|
|
56 |
|
|
57 |
SMPSAFE
|