remotemgmt_plat/terminal_security_device_lock_api/tsrc/group/TestTerminalControl.mmp
changeset 0 b497e44ab2fc
child 2 5594fba90824
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     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: definition of dm constants/exported methods
       
    15 * 	This is part of remotemgmt_plat.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #if defined(__S60_)
       
    21         // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    22         #include <platform_paths.hrh>
       
    23 #endif
       
    24 
       
    25 TARGET          TestTerminalControl.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008D 0x101FB3E3
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    31 // VENDORID     0x00000000
       
    32 /* Remove comments and replace 0x00000000 with correct secure id */
       
    33 // SECUREID     0x00000000
       
    34 
       
    35 //TARGETPATH      ?target_path
       
    36 DEFFILE         TestTerminalControl.def
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          TestTerminalControl.cpp
       
    40 SOURCE          TestTerminalControlBlocks.cpp
       
    41 
       
    42 //RESOURCE        resource_file
       
    43 //RESOURCE        resource_file2
       
    44 
       
    45 USERINCLUDE     ../inc 
       
    46 
       
    47 // TerminalControl
       
    48 
       
    49 USERINCLUDE     ../../../terminalsecurity/tarmterminalcontrol/inc    // domain private headers
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 #if defined(__S60_)
       
    53     MW_LAYER_SYSTEMINCLUDE
       
    54 #else
       
    55     SYSTEMINCLUDE   /epoc32/include 
       
    56 #endif
       
    57 
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         stiftestinterface.lib
       
    60 LIBRARY         stiftestengine.lib
       
    61 
       
    62 // TerminalControl
       
    63 LIBRARY			TerminalControl.lib
       
    64 
       
    65 LANG            SC
       
    66 
       
    67 /*
       
    68 START WINS      
       
    69 ?wins_specific_information
       
    70 END
       
    71 
       
    72 START MARM
       
    73 ?marm_specific_information
       
    74 END
       
    75 */
       
    76 // Other possible keywords:
       
    77  
       
    78 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    79 /*
       
    80 START BITMAP ?target
       
    81 TARGETPATH   ?emulated_path_on_target_machine
       
    82 HEADER
       
    83 SOURCE       ?color_depth ?source_bitmap
       
    84 END
       
    85 */
       
    86 // DEFFILE ?filename
       
    87 // AIF ?filename
       
    88 
       
    89 // End of File