skins/AknSkins/group/AknSkins.mmp
author William Roberts <williamr@symbian.org>
Tue, 23 Mar 2010 16:09:27 +0000
branchSymbian3_Theme
changeset 35 838be9535c06
parent 0 05e9090e2422
child 65 38e4cecf6e95
child 100 9dbe1b043bea
permissions -rw-r--r--
Start integration branch for Symbian^3 Theme The theme has been built using Carbide.ui on S60 5th Edition using the N97 plugin The source code in sf/mw/uiresources/skins/Symbian/srcdata was used to generate the installable SIS file which lives in the group directory, but the aim here is to build the theme for delivery in the ROM (preferrably as the default theme). Running "sbs -b bld.inf -c winscw" should build cleanly and deliver a matched set of files which then show up in the Settings | Themes | General list. Attempting to install it produces "Theme Corrupted".

/*
* Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Project definition file for AVKON Skins.
*
*/


#include <platform_paths.hrh>

TARGET          AKNSKINS.DLL
TARGETTYPE      DLL
UID             0x1000008D 0x10005A26

CAPABILITY      CAP_GENERAL_DLL
VENDORID        VID_DEFAULT

USERINCLUDE     . ../inc 
USERINCLUDE     ../srvinc 
USERINCLUDE     ../rlinc 
USERINCLUDE     ../rlplugininc

// This is a SYSTEMINCLUDE macro containing the middleware
// layer specific include directories
MW_LAYER_SYSTEMINCLUDE

SYSTEMINCLUDE   ../../../inc
SYSTEMINCLUDE   ../../inc
SYSTEMINCLUDE   ../alinc

LIBRARY         euser.lib
LIBRARY         cone.lib
LIBRARY         fbscli.lib 
LIBRARY         apgrfx.lib
LIBRARY         ws32.lib 
LIBRARY         eikcore.lib
LIBRARY         egul.lib
LIBRARY         apparc.lib 
LIBRARY         bitgdi.lib
LIBRARY         AknIcon.lib
LIBRARY         hal.lib
LIBRARY         AknSkinSrv.lib
LIBRARY         AknSkinRenderLib.lib
LIBRARY         efsrv.lib
LIBRARY         CdlEngine.lib
LIBRARY         Avkon.lib
LIBRARY         CentralRepository.lib
LIBRARY         HWRMLightClient.lib
LIBRARY         gdi.lib 

SOURCEPATH      ../src
SOURCE          AknsUtils.cpp
SOURCE          AknsUtilsAppIcon.cpp
SOURCE          AknsJavaUtils.cpp
SOURCE          AknsDrawUtils.cpp
SOURCE          AknsItemData.cpp
SOURCE          AknsItemData2.cpp
SOURCE          AknsAppSkinInstance.cpp
SOURCE          AknsDataContext.cpp
SOURCE          AknsContainerDataContext.cpp
SOURCE          AknsASICacheEntry.cpp
SOURCE          AknsItemDataFactory.cpp
SOURCE          AknsControlContext.cpp
SOURCE          AknsBackgroundLayout.cpp
SOURCE          AknsBasicBackgroundControlContext.cpp
SOURCE          AknsListBoxBackgroundControlContext.cpp
SOURCE          AknsLayeredBackgroundControlContext.cpp
SOURCE          AknsFrameBackgroundControlContext.cpp
SOURCE          AknsCombinedBackgroundControlContext.cpp
SOURCE          AknsMaskedLayerBackgroundControlContext.cpp
SOURCE          AknsAppUiParameters.cpp
SOURCE          AknsTemporaryBitmap.cpp
SOURCE          AknsPointerStore.cpp
SOURCE          AknsScalabilityUtils.cpp
SOURCE          AknsRendererWrapper.cpp
SOURCE          AknsFsHandleProvider.cpp

SOURCEPATH      ../alsrc
SOURCE          AknsAlAnimatorBmp.cpp
SOURCE          AknsAlEffectContext.cpp
SOURCE          AknsAlEffectParamContainer.cpp
SOURCE          AknsAlShared.cpp
SOURCE          AknsAlConversionUtil.cpp
SOURCE          AknsEffectAnim.cpp

// ============================================================================
// Target-specific DEF files
// ============================================================================

#if defined(ARMCC)
deffile ../EABI/ 
#elif defined(WINSCW)
deffile ../BWINSCW/ 
#elif defined(WINS)
deffile ../bwins/ 
#else
deffile ../bmarm/ 
#endif

// End of file