fepstub/UiPlugins/AknFepUiInterface/group/bld.inf
changeset 24 fc42a86c98e3
equal deleted inserted replaced
15:806570e85b3d 24:fc42a86c98e3
       
     1 /*
       
     2 * Copyright (c) 2007 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:           
       
    15 *       Bldmake component description file.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 
       
    29 
       
    30 #include <platform_paths.hrh>
       
    31 
       
    32 PRJ_EXPORTS
       
    33 // specify the source file followed by its destination here
       
    34 // copy will be used to copy the source file to its destination
       
    35 // If there's no destination then the source file will be copied
       
    36 // to the same name in /epoc32/include
       
    37 
       
    38 ../inc/aknfepindicator.h        	|../../../../../inc/aknfepindicator.h
       
    39 ../inc/AknFepUICtrlCandidatePane.h	|../../../../../inc/AknFepUICtrlCandidatePane.h
       
    40 ../inc/AknFepUICtrlCandidatePaneInterface.h	|../../../../../inc/AknFepUICtrlCandidatePaneInterface.h
       
    41 ../inc/AknFepUiCtrlContainerChinese.h	|../../../../../inc/AknFepUiCtrlContainerChinese.h
       
    42 ../inc/AknFepUICtrlContainerJapanese.h	|../../../../../inc/AknFepUICtrlContainerJapanese.h
       
    43 ../inc/AknFepUICtrlInputPane.h	|../../../../../inc/AknFepUICtrlInputPane.h
       
    44 ../inc/AknFepUICtrlPinyinPopup.h	|../../../../../inc/AknFepUICtrlPinyinPopup.h
       
    45 ../inc/AknFepUIStylusPopupMenu.h	|../../../../../inc/AknFepUIStylusPopupMenu.h
       
    46 ../inc/aknfepuictrleditpane.h     |../../../../../inc/aknfepuictrleditpane.h
       
    47 #ifdef RD_INTELLIGENT_TEXT_INPUT
       
    48 ../inc/AknFepCandidatePopup.h 		|../../../../../inc/AknFepCandidatePopup.h
       
    49 ../inc/AknFepCandidatePopupCallback.h   |../../../../../inc/AknFepCandidatePopupCallback.h
       
    50 ../inc/AknFepUiWordPopupContent.h	|../../../../../inc/AknFepUiWordPopupContent.h
       
    51 #endif //RD_INTELLIGENT_TEXT_INPUT
       
    52 
       
    53 PRJ_MMPFILES
       
    54 // specify the .mmp files required for building the important component releasables
       
    55 // note that you should specify any .mmp files for test programs further down the file.
       
    56 //
       
    57 // Use C++ style #defines to denote that a component is only built for a particular platform
       
    58 
       
    59 // ../group/aknfepuiinterface.mmp This is now built from aknfep's main bld.inf.
       
    60 
       
    61 
       
    62 
       
    63 // End of file