0
|
1 |
// Copyright (c) 2007-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 |
// Integration test for LocaleUtils functions in FAT
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
|
|
19 |
// testing FAT 16-bit long filenames and 8-bit short filenames conversion
|
|
20 |
// for codepage dll loaded at boot time from e32strt.exe
|
|
21 |
TARGET t_cp_plugin.exe
|
|
22 |
|
|
23 |
TARGETTYPE EXE
|
|
24 |
|
|
25 |
SOURCEPATH ../SERVER
|
|
26 |
SOURCE T_MAIN.CPP
|
|
27 |
SOURCE t_cp_plugin.cpp t_cp_plugintest.cpp
|
|
28 |
SOURCEPATH ../fileutils/src
|
|
29 |
SOURCE fat_utils.cpp f32_test_utils.cpp
|
|
30 |
SOURCE t_chlffs.cpp
|
|
31 |
|
|
32 |
LIBRARY EUSER.LIB EFSRV.LIB EKTRAN.LIB HAL.LIB
|
|
33 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
34 |
USERINCLUDE ../server
|
|
35 |
USERINCLUDE ../fileutils/inc
|
|
36 |
|
|
37 |
CAPABILITY TCB DISKADMIN ALLFILES WRITEDEVICEDATA
|
|
38 |
UID 0x10500400 0x01014691
|
|
39 |
|
|
40 |
VENDORID 0x70000001
|
|
41 |
|
|
42 |
epocstacksize 0x4000
|
|
43 |
|
|
44 |
SMPSAFE
|