classicui_pub/private_ui_framework_api/tsrc/group/testsdkprivateuiframework.mmp
branchRCL_3
changeset 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 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:  Mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh> 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET          testsdkprivateuiframework.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x2001CB80
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 
       
    29 DEFFILE         testsdkprivateuiframework.def
       
    30 
       
    31 
       
    32 USERINCLUDE     ../inc 
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 START RESOURCE ../data/testsdkprivateuiframework.rss
       
    39 TARGETPATH RESOURCE_FILES_DIR
       
    40 HEADER
       
    41 END
       
    42 
       
    43 source          testsdkprivateuiframework.cpp
       
    44 source          testsdkprivateuiframeworkblocks.cpp
       
    45 source          testsdkprivateuiframeworkblockseikalert.cpp
       
    46 source          testsdkprivateuiframeworkblockseikbtpan.cpp
       
    47 source          testsdkprivateuiframeworkblockseikdpage.cpp
       
    48 source          testsdkprivateuiframeworkblockseikhfdlg.cpp
       
    49 source          testsdkprivateuiframobserver.cpp
       
    50 
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         StifTestInterface.lib
       
    54 LIBRARY         stiftestengine.lib
       
    55 LIBRARY         eikcoctl.lib 
       
    56 LIBRARY         eikcore.lib 
       
    57 LIBRARY         avkon.lib 
       
    58 LIBRARY         eikcdlg.lib 
       
    59 LIBRARY         cone.lib 
       
    60 LIBRARY         estor.lib 
       
    61 LIBRARY         efsrv.lib 
       
    62 LIBRARY         bafl.lib
       
    63 LIBRARY         eikdlg.lib
       
    64 LIBRARY         eiksrv.lib
       
    65 
       
    66 LANG            SC
       
    67 
       
    68 // End of File
       
    69 
       
    70