commonservices/sysutil/group/bld.inf
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     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 #ifdef SYMBIAN_BAFL_SYSUTIL
       
    17 
       
    18 PRJ_PLATFORMS
       
    19 DEFAULT
       
    20 
       
    21 PRJ_EXPORTS
       
    22 ../inc/sysutil.h                    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(bafl/sysutil.h)
       
    23 ../inc/sysutildomaincrkeys.h        SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bafl/sysutildomaincrkeys.h)
       
    24 ../inc/sysutilinternalcrkeys.h      SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bafl/sysutilinternalcrkeys.h)
       
    25 ../inc/sysutilinternalpskeys.h      SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bafl/sysutilinternalpskeys.h)
       
    26 ../inc/sysutilplugindef.h           SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bafl/sysutilplugindef.h)
       
    27 ../group/sysutil.iby                /epoc32/rom/include/sysutil.iby
       
    28 
       
    29 ../conf/sysutil.confml        		OS_LAYER_EXPORTS_CONFML(sysutil.confml)
       
    30 ../conf/sysutil_10205056.crml 		OS_LAYER_EXPORTS_CRML(sysutil_10205056.crml)
       
    31 
       
    32 PRJ_MMPFILES
       
    33 sysutil.mmp
       
    34 sysutilsetup.mmp
       
    35 
       
    36 // Test include
       
    37 #include "../test/helper/group/bld.inf"
       
    38 #include "../test/rtest/group/bld.inf"
       
    39 #include "../test/tef/group/bld.inf"
       
    40 
       
    41 #endif // SYMBIAN_BAFL_SYSUTIL
       
    42