usbuis/usbui/group/USBClassChangeUI.mmp
branchRCL_3
changeset 24 e02eb84a14d2
parent 0 1e05558e2206
equal deleted inserted replaced
23:25fce757be94 24:e02eb84a14d2
       
     1 /*
       
     2 * Copyright (c) 2005, 2006 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:  This is project specification file for the USBClassChangeUI.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET              USBClassChangeUI.exe
       
    23 EPOCSTACKSIZE       0x5000
       
    24 TARGETTYPE  	    exe
       
    25 UID                 0x0 0x102068E2 
       
    26 
       
    27 
       
    28 VENDORID	VID_DEFAULT
       
    29 CAPABILITY	CAP_APPLICATION
       
    30 
       
    31 SOURCEPATH ../src
       
    32 SOURCE  USBClassChangeUIApp.cpp 
       
    33 SOURCE  USBClassChangeUIAppui.cpp
       
    34 SOURCE  USBClassChangeUIDocument.cpp
       
    35 
       
    36 
       
    37 START RESOURCE  ../data/USBClassChangeUI.rss
       
    38 TARGETPATH 	APP_RESOURCE_DIR
       
    39 HEADER
       
    40 LANGUAGE_IDS
       
    41 END
       
    42 
       
    43 START RESOURCE ../data/USBClassChangeUI_reg.rss
       
    44 DEPENDS usbclasschangeui.rsg
       
    45 // Do not change the UID below.
       
    46 TARGETPATH /private/10003a3f/apps
       
    47 END
       
    48 
       
    49 USERINCLUDE ../inc
       
    50 //for USBClassChangeUIPluginInterface.h
       
    51 USERINCLUDE ../USBClassChangeUIPlugin/inc
       
    52 
       
    53 SYSTEMINCLUDE         ../../inc ../../../inc     //for internal and private API headers
       
    54 MW_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 
       
    57 LIBRARY euser.lib
       
    58 LIBRARY apparc.lib
       
    59 LIBRARY cone.lib
       
    60 LIBRARY eikcore.lib 
       
    61 LIBRARY avkon.lib
       
    62 LIBRARY bafl.lib                            // Basic Application Framework 
       
    63 LIBRARY AknSkins.lib                        // Skinned icons
       
    64 LIBRARY aknicon.lib
       
    65 LIBRARY commonengine.lib                    // Series 60 common components library
       
    66 
       
    67 LIBRARY GSEcomPlugin.lib
       
    68 
       
    69 
       
    70 LIBRARY ecom.lib
       
    71        
       
    72 DEBUGLIBRARY flogger.lib                    // File logging services
       
    73 
       
    74 // End of File