williamr@4: // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies). williamr@4: // All rights reserved. williamr@4: // This component and the accompanying materials are made available williamr@4: // under the terms of "Eclipse Public License v1.0" williamr@4: // which accompanies this distribution, and is available williamr@4: // at the URL "http://www.eclipse.org/legal/epl-v10.html". williamr@4: // williamr@4: // Initial Contributors: williamr@4: // Nokia Corporation - initial contribution. williamr@4: // williamr@4: // Contributors: williamr@4: // williamr@4: // Description: williamr@4: // williamr@4: williamr@4: #ifndef FBSDEFS_H williamr@4: #define FBSDEFS_H williamr@4: williamr@4: /** williamr@4: @publishedAll williamr@4: @released williamr@4: WARNING: Constant is for internal use ONLY. Compatibility is not guaranteed in future releases. williamr@4: */ williamr@4: const TUid KMultiBitmapRomImageUid = { 268435521 }; williamr@4: williamr@4: /** williamr@4: @publishedAll williamr@4: @released williamr@4: */ williamr@4: IMPORT_C TInt FbsStartup(); williamr@4: williamr@4: /** williamr@4: Required to ensure BC between NGage and 7.0S platforms. williamr@4: Function is exported at ordinal corresponding to where NGage platform williamr@4: has extended this library and must not be moved. williamr@4: @publishedAll williamr@4: @released williamr@4: */ williamr@4: IMPORT_C void DummyReserved1(); williamr@4: williamr@4: williamr@4: #endif // FBSDEFS_H