os/ossrv/lowlevellibsandfws/apputils/group/bafl.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 #ifndef __BAFL_IBY__
    18 #define __BAFL_IBY__
    19 
    20 file=ABI_DIR\BUILD_DIR\bafl.dll 		System\Libs\Bafl.dll
    21 file=ABI_DIR\BUILD_DIR\baksrv.dll		System\Libs\baksrv.dll
    22 file=ABI_DIR\BUILD_DIR\baksrvs.exe		System\Programs\baksrvs.exe
    23 
    24 data=ZPRIVATE\100048aa\backup_registration.xml private\100048aa\backup_registration.xml
    25 
    26 #include "initialiselocale.iby"
    27 #include <bsul.iby>
    28 #include <centralrepository.iby>
    29 
    30 
    31 #ifdef SYMBIAN_BAFL_SYSUTIL
    32 //Core OS extension
    33 #include <sysutil.iby>
    34 #endif
    35 
    36 
    37 #ifdef SYMBIAN_BAFL_ACTIVITYMGR
    38 //Core OS extension
    39 #include <activitymanager.iby>
    40 #endif
    41 
    42 #endif