phoneengine/phonemodel/rom/phonengengine.iby
changeset 37 ba76fc04e6c2
child 45 6b911d05207e
equal deleted inserted replaced
36:2eacb6118286 37:ba76fc04e6c2
       
     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:  Phone Engine iby file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PHONEENGINE_IBY
       
    20 #define PHONEENGINE_IBY
       
    21 
       
    22 #include <data_caging_paths_for_iby.hrh>
       
    23 
       
    24 // Phone Engine
       
    25 file=ABI_DIR\BUILD_DIR\phoneengine.dll        SHARED_LIB_DIR\phoneengine.dll
       
    26 
       
    27 // Engine Info
       
    28 file=ABI_DIR\BUILD_DIR\engineinfo.dll        SHARED_LIB_DIR\engineinfo.dll
       
    29 
       
    30 // Audio Handling
       
    31 file=ABI_DIR\BUILD_DIR\audiohandling.dll    SHARED_LIB_DIR\audiohandling.dll
       
    32 data=MULTI_LINGUIFY(RSC DATAZ_\RESOURCE_FILES_DIR\defaultbeep RESOURCE_FILES_DIR\defaultbeep)
       
    33 
       
    34 // Call Handling
       
    35 file=ABI_DIR\BUILD_DIR\callhandling.dll     SHARED_LIB_DIR\callhandling.dll
       
    36 
       
    37 // Contact Handling
       
    38 file=ABI_DIR\BUILD_DIR\contacthandling.dll  SHARED_LIB_DIR\contacthandling.dll
       
    39 
       
    40 // Log Handling
       
    41 file=ABI_DIR\BUILD_DIR\loghandling.dll      SHARED_LIB_DIR\loghandling.dll
       
    42 
       
    43 // Service Handling
       
    44 file=ABI_DIR\BUILD_DIR\peservicehandling.dll      SHARED_LIB_DIR\peservicehandling.dll
       
    45 
       
    46 // <-- QT PHONE START --> 
       
    47 // Dial Service
       
    48 file=ABI_DIR\BUILD_DIR\phoneservices.dll      SHARED_LIB_DIR\phoneservices.dll
       
    49 // Parser recognizer
       
    50 file=ABI_DIR\BUILD_DIR\parserrecognizer.dll      SHARED_LIB_DIR\parserrecognizer.dll
       
    51 // <-- QT PHONE END--> 
       
    52 data=DATAZ_\private\1000A86C\backup_registration.xml  private\1000A86C\backup_registration.xml
       
    53 
       
    54 
       
    55 // SIS stubs
       
    56 data=ZSYSTEM\install\audiohandling_stub.sis     System\Install\audiohandling_stub.sis
       
    57 data=ZSYSTEM\install\callhandling_stub.sis      System\Install\callhandling_stub.sis
       
    58 data=ZSYSTEM\install\contacthandling_stub.sis   System\Install\contacthandling_stub.sis
       
    59 data=ZSYSTEM\install\loghandling_stub.sis       System\Install\loghandling_stub.sis
       
    60 data=ZSYSTEM\install\phonemodel_stub.sis        System\Install\phonemodel_stub.sis
       
    61 data=ZSYSTEM\install\servicehandling_stub.sis   System\Install\servicehandling_stub.sis
       
    62 
       
    63 #endif // PHONEENGINE_IBY
       
    64 
       
    65 //  End of File  
       
    66