videofeeds/provisioningappui/group/IptvProvisioningApp.mmp
changeset 0 96612d01cf9f
child 1 6711b85517b7
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 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 the License "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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <bldvariant.hrh>
       
    24 
       
    25 //OPTION ARMCC --asm --interleave
       
    26 ALWAYS_BUILD_AS_ARM
       
    27 
       
    28 TARGET      IptvProvisioningApp.exe
       
    29 TARGETTYPE  exe
       
    30 UID         0x0 0x10281F1A
       
    31 TARGETPATH      PROGRAMS_DIR
       
    32 
       
    33 VENDORID        VID_DEFAULT
       
    34 CAPABILITY      CAP_APPLICATION -DRM -AllFiles
       
    35 
       
    36 SOURCEPATH  ../Src
       
    37 SOURCE IptvProvisioningApp.cpp 
       
    38 SOURCE IptvProvisioningAppUi.cpp
       
    39 SOURCE IptvProvisioningDocument.cpp
       
    40 
       
    41 START RESOURCE ../Data/IptvProvisioningApp.rss
       
    42 HEADER
       
    43 TARGETPATH APP_RESOURCE_DIR
       
    44 LANGUAGE_IDS 
       
    45 END // RESOURCE
       
    46 
       
    47 START RESOURCE ../Data/IptvProvisioningApp_reg.rss
       
    48 HEADER
       
    49 TARGETPATH /private/10003a3f/apps
       
    50 END
       
    51 
       
    52 SOURCEPATH      ../Data
       
    53 
       
    54 USERINCLUDE     . 
       
    55 USERINCLUDE     ../Inc
       
    56 USERINCLUDE     ../../clientapi/inc
       
    57 USERINCLUDE     ../../server/IptvNetworkSelection/inc
       
    58 USERINCLUDE     ../../provisioningprocessor/inc
       
    59 USERINCLUDE     ../../server/server/inc
       
    60 USERINCLUDE     ../../utils/inc
       
    61 USERINCLUDE     ../../vccommon/conf
       
    62 
       
    63 APP_LAYER_SYSTEMINCLUDE
       
    64 
       
    65 LIBRARY euser.lib 
       
    66 LIBRARY apparc.lib 
       
    67 LIBRARY cone.lib 
       
    68 LIBRARY eikcore.lib 
       
    69 LIBRARY avkon.lib
       
    70 LIBRARY eiksrv.lib
       
    71 LIBRARY	ws32.lib
       
    72 LIBRARY apgrfx.lib
       
    73 LIBRARY efsrv.lib 
       
    74 LIBRARY bafl.lib
       
    75 LIBRARY	IptvClientApi.lib
       
    76 LIBRARY IptvUtil.lib // CIptvIapList
       
    77 LIBRARY	IptvProvisioningProcessor.lib
       
    78 LIBRARY CommonEngine.lib // for StringLoader
       
    79 LIBRARY ecom.lib // for REComSession
       
    80 LIBRARY flogger.lib
       
    81 
       
    82 //  End of File
       
    83 
       
    84 
       
    85