appinstaller/AppinstUi/group/SWInstCommonUI.mmp
changeset 0 ba25891c3a9e
child 13 0817e13c927e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Project specification for SWInstCommonUI.
       
    15 *                This component implements common ui components for SW Installer
       
    16 *                UIs.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 #include <platform_paths.hrh>
       
    23 #include <data_caging_paths.hrh>
       
    24 #include "SWInstPrivateUid.h"
       
    25 
       
    26 TARGET          SWInstCommonUI.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008D KSWInstCommonUIUid
       
    29 
       
    30 // Capability assignment.
       
    31 CAPABILITY      CAP_GENERAL_DLL DRM
       
    32 VENDORID        VID_DEFAULT
       
    33 
       
    34 // Resources
       
    35 
       
    36 START RESOURCE  ../Plugin/CommonUI/Data/SWInstCommonUI.rss
       
    37 HEADER
       
    38 TARGETPATH      RESOURCE_FILES_DIR
       
    39 LANGUAGE_IDS
       
    40 END
       
    41 
       
    42 // Sources
       
    43 SOURCEPATH      ../Plugin/CommonUI/Src 
       
    44 SOURCE          CUIDialogs.cpp
       
    45 SOURCE          CUIDriveUtils.cpp
       
    46 SOURCE          CUIWaitDialog.cpp
       
    47 SOURCE          CUIProgressDialog.cpp
       
    48 SOURCE          CUIDetailsDialog.cpp
       
    49 SOURCE          CUICertificateDetailsDialog.cpp
       
    50 SOURCE          CUICertificateInfo.cpp
       
    51 SOURCE          CUIUtils.cpp
       
    52 SOURCE          CUICancelTimer.cpp
       
    53 
       
    54 // Includes
       
    55 USERINCLUDE     . ../Plugin/CommonUI/Inc
       
    56 
       
    57 APP_LAYER_SYSTEMINCLUDE 	// For \epoc32\include\app\hlplch.h
       
    58 
       
    59 // Libraries
       
    60 LIBRARY         euser.lib
       
    61 LIBRARY         eikcore.lib
       
    62 LIBRARY         bafl.lib
       
    63 LIBRARY         avkon.lib
       
    64 LIBRARY         cone.lib
       
    65 LIBRARY         commonengine.lib
       
    66 LIBRARY         eikcoctl.lib 
       
    67 LIBRARY         eikdlg.lib 
       
    68 LIBRARY         eikctl.lib
       
    69 LIBRARY         platformenv.lib
       
    70 LIBRARY         commondialogs.lib
       
    71 LIBRARY         efsrv.lib
       
    72 LIBRARY         X509CertNameParser.lib
       
    73 LIBRARY         x509.lib
       
    74 LIBRARY         crypto.lib
       
    75 LIBRARY         hlplch.lib
       
    76 LIBRARY         featmgr.lib
       
    77 LIBRARY         DRMHelper.lib
       
    78 LIBRARY         sysutil.lib
       
    79 LIBRARY         egul.lib
       
    80 LIBRARY         hash.lib
       
    81 
       
    82 SMPSAFE