browserutilities/feedsengine/rom/FeedsEngine.iby
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2005 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 the License "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 FeedsServer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __FEEDS_ENGINE_IBY__
       
    20 #define __FEEDS_ENGINE_IBY__
       
    21 
       
    22 #ifdef __RSS_FEEDS
       
    23 
       
    24 // Exes and dlls.
       
    25 S60_APP_EXE(FeedsServer)
       
    26 file=ABI_DIR\BUILD_DIR\FeedsServerApi.dll    SHARED_LIB_DIR\FeedsServerApi.dll
       
    27 file=ABI_DIR\BUILD_DIR\FeedsServerClient.dll    SHARED_LIB_DIR\FeedsServerClient.dll
       
    28 
       
    29 // Exe and Resource for Test App
       
    30 // S60_APP_EXE(FeedsApp)
       
    31 // data=\epoc32\data\z\private\10003a3f\apps\FeedsApp_reg.rsc    	\private\10003a3f\apps\FeedsApp_reg.rsc
       
    32 
       
    33 // Data
       
    34 data=EPOCROOT##epoc32\data\z\private\1020728E\default_feeds.xml  private\1020728E\default_feeds.xml
       
    35 
       
    36 // Feedsengine database security policy file
       
    37 data=DATAZ_\private\100012a5\policy\10281F95.SPD	private\100012a5\policy\10281F95.SPD	
       
    38 
       
    39 // Secure Backup registration file
       
    40 data=DATAZ_\private\1020728E\backup_registration.xml	private\1020728E\backup_registration.xml
       
    41 
       
    42 #endif
       
    43 #endif // __FEEDS_ENGINE_IBY__
       
    44 
       
    45 //  End of File