homescreenpluginsrv/rom/hsps.iby
changeset 0 79c6a41cd166
child 1 844b978f8d5e
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2008 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:  IBY file for ROM image creation
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef HSPS_IBY
       
    20 #define HSPS_IBY	
       
    21 
       
    22 #include <bldvariant.hrh>
       
    23 
       
    24 file=ABI_DIR\BUILD_DIR\hspsdomdocument.dll SHARED_LIB_DIR\hspsdomdocument.dll
       
    25 
       
    26 // Uncomment if ____HSPS_CFG_LOG_ON____ defined.
       
    27 // file=ABI_DIR\BUILD_DIR\hspstools.dll SHARED_LIB_DIR\hspstools.dll
       
    28 
       
    29 file=ABI_DIR\BUILD_DIR\hspsresource.dll SHARED_LIB_DIR\hspsresource.dll
       
    30 file=ABI_DIR\BUILD_DIR\hspsresult.dll SHARED_LIB_DIR\hspsresult.dll
       
    31 file=ABI_DIR\BUILD_DIR\hspsodt.dll SHARED_LIB_DIR\hspsodt.dll
       
    32 file=ABI_DIR\BUILD_DIR\hspsdefrep.dll SHARED_LIB_DIR\hspsdefrep.dll
       
    33 file=ABI_DIR\BUILD_DIR\hspsdefinitionengineinterface.dll SHARED_LIB_DIR\hspsdefinitionengineinterface.dll
       
    34 
       
    35 // Stock plugins
       
    36 ECOM_PLUGIN( hspsdefinitionengine.dll , hspsdefinitionengine.rsc )
       
    37 
       
    38 // Homescreen plug-in service
       
    39 // HSPS Client-side modules:
       
    40 file=ABI_DIR\BUILD_DIR\hspsclient.dll SHARED_LIB_DIR\hspsclient.dll
       
    41 file=ABI_DIR\BUILD_DIR\hspsclientsession.dll SHARED_LIB_DIR\hspsclientsession.dll
       
    42 file=ABI_DIR\BUILD_DIR\hspsrequestclient.dll SHARED_LIB_DIR\hspsrequestclient.dll
       
    43 
       
    44 // Homescreen plug-in service Server-side modules: 
       
    45 file=ABI_DIR\BUILD_DIR\hspsthemeserver.exe PROGRAMS_DIR\hspsthemeserver.exe
       
    46 
       
    47 //Backup registration
       
    48 data=DATAZ_\private\200159c0\backup_registration.xml        private\200159c0\backup_registration.xml     
       
    49 
       
    50 // Exporting of HSPS Test configurations:
       
    51 // Uncomment if _HSPS_AUTOINSTALL_TEST_THEMES_ defined
       
    52 // #include <hspsTestConfigurations.iby>
       
    53 
       
    54 #endif // HSPS_IBY
       
    55 
       
    56 //  End of File