24
|
1 |
// Copyright (c) 1999-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 "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 |
// Input methods (front end processor framework)
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
*/
|
|
21 |
|
|
22 |
// include test code
|
|
23 |
#include "../test/group/bld.inf"
|
|
24 |
|
|
25 |
PRJ_PLATFORMS
|
|
26 |
DEFAULT
|
|
27 |
|
|
28 |
PRJ_EXPORTS
|
|
29 |
../include/FEPBASE.H SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(fepbase.h)
|
|
30 |
../include/FEPBUTILS.H SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(fepbutils.h)
|
|
31 |
../include/FEPBCONFIG.H SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(fepbconfig.h)
|
|
32 |
../include/FEPBPANIC.H SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(fepbpanic.h)
|
|
33 |
|
|
34 |
../group/fepbase.iby /epoc32/rom/include/fepbase.iby
|
|
35 |
|
|
36 |
../group/10009793.txt /epoc32/data/z/private/10202be9/10009793.txt
|
|
37 |
../group/10009793.txt /epoc32/release/winscw/udeb/z/private/10202be9/10009793.txt
|
|
38 |
../group/10009793.txt /epoc32/release/winscw/urel/z/private/10202be9/10009793.txt
|
|
39 |
../group/10272618.txt /epoc32/data/z/private/10202be9/10272618.txt
|
|
40 |
../group/10272618.txt /epoc32/release/winscw/udeb/z/private/10202be9/10272618.txt
|
|
41 |
../group/10272618.txt /epoc32/release/winscw/urel/z/private/10202be9/10272618.txt
|
|
42 |
../group/10272619.txt /epoc32/data/z/private/10202be9/10272619.txt
|
|
43 |
../group/10272619.txt /epoc32/release/winscw/udeb/z/private/10202be9/10272619.txt
|
|
44 |
../group/10272619.txt /epoc32/release/winscw/urel/z/private/10202be9/10272619.txt
|
|
45 |
|
|
46 |
PRJ_MMPFILES
|
|
47 |
../group/FEPBASE.MMP
|
|
48 |
|
|
49 |
|