author | Mike Kinghan <mikek@symbian.org> |
Mon, 19 Jul 2010 08:40:05 +0100 | |
branch | GCC_SURGE |
changeset 209 | 6035754ebf88 |
parent 206 | ced41fd9a298 |
permissions | -rw-r--r-- |
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 |
TARGET t_localeutils_cp932.exe |
|
19 |
||
20 |
TARGETTYPE EXE |
|
21 |
||
22 |
SOURCEPATH ../SERVER |
|
23 |
SOURCE T_MAIN.CPP |
|
24 |
SOURCE t_localeutils_cp932.cpp |
|
25 |
SOURCEPATH ../fileutils/src |
|
26 |
SOURCE fat_utils.cpp f32_test_utils.cpp |
|
27 |
SOURCE t_chlffs.cpp |
|
28 |
||
206
ced41fd9a298
Fix for bug 3288 - "No such file or directory" breaks in f32test Linux build
Mike Kinghan <mikek@symbian.org>
parents:
0
diff
changeset
|
29 |
LIBRARY euser.lib efsrv.lib ektran.lib hal.lib |
0 | 30 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
31 |
USERINCLUDE ../server |
|
32 |
USERINCLUDE ../fileutils/inc |
|
33 |
||
34 |
CAPABILITY TCB DISKADMIN ALLFILES WRITEDEVICEDATA |
|
35 |
UID 0x100039df 0x102858dd |
|
36 |
VENDORID 0x70000001 |
|
37 |
SMPSAFE |