omaprovisioning/provisioning/ProvisioningBC/Group/ProvisioningBC.mmp
branchRCL_3
changeset 26 19bba8228ff0
parent 0 b497e44ab2fc
child 27 5cc2995847ea
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
       
     1 /*
       
     2 * Copyright (c) 2002-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:  Project definition file for project the ProvisioningBC.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include "../../Group/ProvisioningUIDs.h"
       
    23 
       
    24 TARGET          provisioningbc.dll
       
    25 TARGETPATH      system/libs
       
    26 TARGETTYPE      dll
       
    27 UID             KProvisioningBCUid2 KProvisioningBCUid3
       
    28 
       
    29 CAPABILITY      CAP_GENERAL_DLL
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 
       
    33 
       
    34 SOURCEPATH      ../Src
       
    35 SOURCE          CWPBioControl.cpp
       
    36 SOURCE          CWPSaver.cpp
       
    37 SOURCE          CWPCodeQueryDialog.cpp
       
    38 SOURCE          CWPNameValue.cpp
       
    39 
       
    40 START RESOURCE  ../Group/ProvisioningBC.rss
       
    41 HEADER
       
    42 TARGETPATH  RESOURCE_FILES_DIR
       
    43 LANGUAGE_IDS
       
    44 END
       
    45 
       
    46 START RESOURCE ../Bif/ProvisioningBif.rss
       
    47 TARGETPATH BIOFILE_DIR
       
    48 TARGET     prov.rsc
       
    49 LANGUAGE_IDS
       
    50 END	// RESOURCE
       
    51 
       
    52 USERINCLUDE     ../Inc ../Group ../../Group ../../ProvisioningEngine/Inc
       
    53 
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    56 //SYSTEMINCLUDE   /epoc32/include/cshelp
       
    57 
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         eikdlg.lib          // dialog base
       
    60 LIBRARY         bafl.lib 
       
    61 LIBRARY         eikcore.lib 
       
    62 LIBRARY         eikcoctl.lib        // bordered control
       
    63 LIBRARY         msgeditorutils.lib
       
    64 LIBRARY         cone.lib
       
    65 LIBRARY         msgs.lib            // Messaging Centre interface
       
    66 LIBRARY         commonengine.lib    // StringLoader
       
    67 LIBRARY         richbio.lib
       
    68 LIBRARY         provisioningengine.lib
       
    69 LIBRARY         avkon.lib
       
    70 LIBRARY         eikctl.lib
       
    71 LIBRARY         featmgr.lib
       
    72 LIBRARY         apengine.lib
       
    73 LIBRARY         favouritesengine.lib
       
    74 LIBRARY         sysutil.lib
       
    75 LIBRARY         centralrepository.lib
       
    76 
       
    77 DEBUGLIBRARY    flogger.lib
       
    78 
       
    79 SMPSAFE
       
    80 // End of file
       
    81