uifw/AvKon/notifsrc/aknNotify.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 23:04:46 +0200
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 10 9f56a4e1b8ab
permissions -rw-r--r--
Revision: 201003 Kit: 201007

/*
* 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: 
*
*/

#include <platform_paths.hrh>

TARGET          AknNotify.DLL
TARGETTYPE      DLL
UID             0x1000008D 0x010f9a43

CAPABILITY      CAP_GENERAL_DLL
VENDORID        VID_DEFAULT

SOURCEPATH      ../notifsrc

LANG            SC

USERINCLUDE   ../../inc
USERINCLUDE   ../../../inc
USERINCLUDE     . ../notifinc

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



SOURCEPATH      ../notifsrc
SOURCE          aknNotify.cpp
SOURCE          AknPopupNotify.cpp
SOURCE          AknSignalNotify.cpp
SOURCE          AknBatteryNotify.cpp
SOURCE          AknSmallIndicator.cpp
SOURCE          AknGlobalNote.cpp
SOURCE          AknGlobalListQuery.cpp
SOURCE          AknSoftNotifier.cpp
SOURCE          AknIncallBubbleNotify.cpp
SOURCE          aknglobalmsgquery.cpp
SOURCE          aknglobalconfirmationquery.cpp
SOURCE          aknglobalprogressdialog.cpp
SOURCE          AknSignalNotifyAddition.cpp
SOURCE          AknGlobalListMsgQuery.cpp
SOURCE          AknSDData.cpp
SOURCE		akntrace.cpp

LIBRARY         euser.lib
LIBRARY         estor.lib
LIBRARY 	gfxtrans.lib

#ifdef RD_UI_TRANSITION_EFFECTS_POPUPS
LIBRARY    akntransitionutils.lib
#endif

DEFFILE AKNNOTIFY.DEF

START WINS
    BASEADDRESS 0x7dd30000
END