lafagnosticuifoundation/cone/group/cone.iby
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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 *
       
    16 */
       
    17 
       
    18 #ifndef __CONE_IBY__
       
    19 #define __CONE_IBY__
       
    20 
       
    21 REM Cone
       
    22 
       
    23 file=ABI_DIR\DEBUG_DIR\cone.dll 		System\Libs\Cone.dll
       
    24 
       
    25 REM #if !defined(SYMBIAN_WSERV_AND_CONE_MULTIPLE_SCREENS)
       
    26 REM Patchable constant for setting parent-pointers automatically or not. 
       
    27 REM 1 = True, 0 = False. Default is True.
       
    28 REM Patch for emulator builds by adding "patchdata_cone_dll_KCoeSetControlParentByDefault X"
       
    29 REM to epoc.ini where X is either 0 (zero) for "off" or 1 (one) for "on". 
       
    30 REM Only valid in Symbian OS 9.3 and 9.4
       
    31 patchdata cone.dll @ KCoeSetControlParentByDefault 1
       
    32 REM #endif
       
    33 #endif