appinstaller/AppinstUi/group/SWInstCommonUI.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:21:33 +0300
branchRCL_3
changeset 25 7333d7932ef7
parent 13 0817e13c927e
child 26 8b7f4e561641
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 2002-2009 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 specification for SWInstCommonUI.
*                This component implements common ui components for SW Installer
*                UIs.
*
*/


//  INCLUDES
#include <platform_paths.hrh>
#include <data_caging_paths.hrh>
#include "SWInstPrivateUid.h"

TARGET          SWInstCommonUI.dll
TARGETTYPE      dll
UID             0x1000008D KSWInstCommonUIUid

// Capability assignment.
CAPABILITY      CAP_GENERAL_DLL DRM
VENDORID        VID_DEFAULT

// Resources

START RESOURCE  ../Plugin/CommonUI/Data/SWInstCommonUI.rss
HEADER
TARGETPATH      RESOURCE_FILES_DIR
LANGUAGE_IDS
END

// Sources
SOURCEPATH      ../Plugin/CommonUI/Src 
SOURCE          CUIDialogs.cpp
SOURCE          CUIDriveUtils.cpp
SOURCE          CUIWaitDialog.cpp
SOURCE          CUIProgressDialog.cpp
SOURCE          CUIDetailsDialog.cpp
SOURCE          CUICertificateDetailsDialog.cpp
SOURCE          CUICertificateInfo.cpp
SOURCE          CUIUtils.cpp
SOURCE          CUICancelTimer.cpp

// Includes
USERINCLUDE     . ../Plugin/CommonUI/Inc

APP_LAYER_SYSTEMINCLUDE 	// For \epoc32\include\app\hlplch.h

// Libraries
LIBRARY         euser.lib
LIBRARY         eikcore.lib
LIBRARY         bafl.lib
LIBRARY         avkon.lib
LIBRARY         cone.lib
LIBRARY         commonengine.lib
LIBRARY         eikcoctl.lib 
LIBRARY         eikdlg.lib 
LIBRARY         eikctl.lib
LIBRARY         platformenv.lib
//LIBRARY         commondialogs.lib  // Removed since CR 548
LIBRARY         efsrv.lib
LIBRARY         X509CertNameParser.lib
LIBRARY         x509.lib
LIBRARY         crypto.lib
LIBRARY         hlplch.lib
LIBRARY         featmgr.lib
LIBRARY         DRMHelper.lib
LIBRARY         sysutil.lib
LIBRARY         egul.lib
LIBRARY         hash.lib

SMPSAFE