os/ossrv/lowlevellibsandfws/genericusabilitylib/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/lowlevellibsandfws/genericusabilitylib/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,81 @@
     1.4 +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// Generic usability library build information file.
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 +@file
    1.23 +
    1.24 +@SYMPurpose Generic usability library build information file.
    1.25 +*/
    1.26 +
    1.27 +//This library relies on Leave = Throw which is not implemented in the 
    1.28 +//X86 platform.  As a result X86 is not supported
    1.29 +PRJ_PLATFORMS
    1.30 +DEFAULT GCCE -X86
    1.31 +
    1.32 +
    1.33 +// To select the correct INF/MMP files for building EUserHL on Symbian OS v9.1 
    1.34 +// the macro SYMBIAN_EUSERHL_BUILD91 needs to be defined in the variant HRH 
    1.35 +// file found at: \epoc32\INCLUDE\variant\Symbian_OS_v9.1.hrh
    1.36 +
    1.37 +#ifdef SYMBIAN_EUSERHL_BUILD91
    1.38 +
    1.39 +PRJ_EXPORTS
    1.40 + 
    1.41 +euserhl_91.iby \epoc32\rom\include\euserhl.iby
    1.42 +
    1.43 +
    1.44 +..\inc\euserhl.h \epoc32\include\euserhl.h
    1.45 +..\inc\estring.h \epoc32\include\estring.h
    1.46 +..\inc\emanaged.h \epoc32\include\emanaged.h
    1.47 +..\inc\emisc.h \epoc32\include\emisc.h
    1.48 +..\inc\isbaseof.h \epoc32\include\isbaseof.h
    1.49 +..\inc\issame.h \epoc32\include\issame.h
    1.50 +..\inc\typerel.h \epoc32\include\typerel.h
    1.51 +..\inc\swap.h \epoc32\include\swap.h
    1.52 +
    1.53 +PRJ_MMPFILES
    1.54 +
    1.55 +euserhl_build91.mmp
    1.56 +
    1.57 +//test and example bld.inf file
    1.58 +#include "..\test\group\bld.inf"
    1.59 +#include "..\example\group\bld.inf"
    1.60 +#else // SYMBIAN_EUSERHL_BUILD91
    1.61 +
    1.62 +PRJ_EXPORTS
    1.63 + 
    1.64 +euserhl.iby /epoc32/rom/include/euserhl.iby
    1.65 +euserhl_stub.sis /epoc32/data/z/system/install/euserhl_stub.sis
    1.66 +
    1.67 +../inc/euserhl.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(euserhl.h)
    1.68 +../inc/estring.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(estring.h)
    1.69 +../inc/emanaged.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(emanaged.h)
    1.70 +../inc/emisc.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(emisc.h)
    1.71 +../inc/isbaseof.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(isbaseof.h)
    1.72 +../inc/issame.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(issame.h)
    1.73 +../inc/typerel.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(typerel.h)
    1.74 +../inc/swap.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(swap.h)
    1.75 +
    1.76 +PRJ_MMPFILES
    1.77 +
    1.78 +euserhl.mmp
    1.79 +
    1.80 +//test and example bld.inf file
    1.81 +#include "../test/group/bld.inf"
    1.82 +#include "../example/group/bld.inf"
    1.83 +
    1.84 +#endif // SYMBIAN_EUSERHL_BUILD91