os/persistentdata/featuremgmt/featuremgr/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 
    17 
    18 
    19 PRJ_PLATFORMS
    20 DEFAULT
    21 
    22 
    23 PRJ_EXPORTS
    24 
    25 ../inc/featmgr.h                OS_LAYER_PLATFORM_EXPORT_PATH(featmgr/featmgr.h)
    26 ../inc/featurecontrol.h         OS_LAYER_PLATFORM_EXPORT_PATH(featmgr/featurecontrol.h)
    27 ../inc/featurenotifier.h        OS_LAYER_PLATFORM_EXPORT_PATH(featmgr/featurenotifier.h)
    28 ../inc/featurecmn.h             OS_LAYER_PLATFORM_EXPORT_PATH(featmgr/featurecmn.h)
    29 ../inc/featdiscovery.h          OS_LAYER_PUBLIC_EXPORT_PATH(featdiscovery.h)
    30 ../inc/featureinfoplugin.h      OS_LAYER_PLATFORM_EXPORT_PATH(featmgr/featureinfoplugin.h)
    31 ../inc/featureinfoplugin.inl    OS_LAYER_PLATFORM_EXPORT_PATH(featmgr/featureinfoplugin.inl)
    32 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
    33 ../inc/featurepanics.h          /epoc32/include/featmgr/featurepanics.h
    34 #endif
    35 ./featmgr.iby                   /epoc32/rom/include/featmgr.iby
    36 
    37 /* export the backup and restore registration file 
    38  * to Z drive both for emulator and target device 
    39  */
    40 backup_registration.xml   z:/private/10205054/backup_registration.xml
    41 
    42 
    43 PRJ_MMPFILES
    44 
    45 ./featmgr.mmp
    46 ./featdiscovery.mmp
    47 ./featmgrserver.mmp
    48 
    49 
    50 PRJ_TESTMMPFILES
    51 
    52 #include "../tools/group/bld.inf"
    53 #include "../test/group/bld.inf"
    54 
    55 
    56 //  End of File