systemswuis/touchscreencalib/rom/TouchScreenCalib.iby
branchRCL_3
changeset 14 5f281e37a2f5
parent 0 254040eb3b7d
equal deleted inserted replaced
13:90fe62538f66 14:5f281e37a2f5
       
     1 /*
       
     2 * Copyright (c) 2009 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 *     This class is a part of the standard application framework.
       
    16 *     The application gets instantiated starting from this class.
       
    17 *     Provides a factory method for instantiating the document object.
       
    18 *
       
    19 */
       
    20 #ifndef __TOUCHSCREENCALIB_IBY__
       
    21 #define __TOUCHSCREENCALIB_IBY__
       
    22 
       
    23 #if defined (__PEN_SUPPORT) && defined(__PEN_SUPPORT_CALIBRATION)
       
    24 S60_APP_EXE(TouchScreenCalib)
       
    25 S60_APP_AIF_RSC(TouchScreenCalib)
       
    26 #endif
       
    27 #if ( defined FF_TOUCHSCREENCALIB_IN_STARTUP && defined __PEN_SUPPORT && defined __PEN_SUPPORT_CALIBRATION )
       
    28 ECOM_PLUGIN( tscstartupextensionplugin.dll, tscstartupextensionplugin.rsc )
       
    29 file=ABI_DIR\BUILD_DIR\tsccustcmds.dll           SHARED_LIB_DIR\tsccustcmds.dll
       
    30 #endif //FF_TOUCHSCREENCALIB_IN_STARTUP
       
    31 
       
    32 #endif