omaprovisioning/provisioning/ProvisioningCx/group/ProvisioningCx.mmp
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *     This is project specification file for the ProvisioningCx.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 #include <data_caging_paths.hrh>
       
    23 #include "../../Group/ProvisioningUIDs.h"
       
    24 
       
    25 TARGET	ProvisioningCx.exe
       
    26 TARGETTYPE exe
       
    27 
       
    28 UID  KProvisioningCxUID2 KProvisioningCxUID3
       
    29 
       
    30 CAPABILITY	CAP_APPLICATION 
       
    31 VENDORID	VID_DEFAULT
       
    32 
       
    33 SOURCEPATH ../src
       
    34 SOURCE  CWPCxApp.cpp 
       
    35 SOURCE  CWPCxAppUi.cpp
       
    36 SOURCE  CWPCxDocument.cpp
       
    37 SOURCE  CWPCxContainer.cpp
       
    38 SOURCE  CWPCxView.cpp
       
    39 SOURCE  CWPCxDeleter.cpp
       
    40 
       
    41 START RESOURCE ../rss/ProvisioningCx.rss
       
    42 HEADER
       
    43 TARGETPATH APP_RESOURCE_DIR
       
    44 LANGUAGE_IDS
       
    45 END	// RESOURCE
       
    46 
       
    47 START RESOURCE ../rss/ProvisioningCx_reg.rss
       
    48 DEPENDS provisioningcx.rsg
       
    49 TARGETPATH /private/10003a3f/apps
       
    50 END	// RESOURCE
       
    51 
       
    52 
       
    53 USERINCLUDE . ../Inc ../rss ../../Group ../../ProvisioningEngine/Inc
       
    54 MW_LAYER_SYSTEMINCLUDE
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    57 //SYSTEMINCLUDE /epoc32/include/cshelp
       
    58 
       
    59 LIBRARY euser.lib 
       
    60 LIBRARY apparc.lib 
       
    61 LIBRARY cone.lib 
       
    62 LIBRARY eikcore.lib 
       
    63 LIBRARY eikctl.lib
       
    64 LIBRARY eikcoctl.lib 
       
    65 LIBRARY avkon.lib
       
    66 LIBRARY provisioningengine.lib
       
    67 LIBRARY bafl.lib
       
    68 LIBRARY commonengine.lib
       
    69 LIBRARY featmgr.lib
       
    70 LIBRARY hlplch.lib
       
    71 LIBRARY apengine.lib
       
    72 LIBRARY favouritesengine.lib
       
    73 DEBUGLIBRARY flogger.lib
       
    74 
       
    75 SMPSAFE
       
    76 // End of file
       
    77