remotemgmt_plat/setting_enforcement_info_api/tsrc/group/TestSettingEnforcementInfo.mmp
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
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          TestSettingEnforcementInfo.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         TestSettingEnforcementInfo.def
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          TestSettingEnforcementInfo.cpp
       
    40 SOURCE          TestSettingEnforcementInfoBlocks.cpp
       
    41 
       
    42 //RESOURCE        resource_file
       
    43 //RESOURCE        resource_file2
       
    44 
       
    45 // Start
       
    46 // SettingEnforcementInfo
       
    47 // From: PolicyEngineClient.mmp
       
    48 
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 LIBRARY			PolicyEngine.lib
       
    51 
       
    52 
       
    53 USERINCLUDE     ../../../policymanagement/tarmpolicymng/policyengine/policyengineserver/inc 
       
    54 USERINCLUDE     ../../../policymanagement/tarmpolicymng/include 
       
    55 USERINCLUDE     ../../../policymanagement/tarmpolicymng/policyengine/policyengineclient/inc
       
    56 USERINCLUDE     ../../../policymanagement/inc // domain private headers
       
    57 
       
    58 // End
       
    59 
       
    60 USERINCLUDE     ../inc 
       
    61 
       
    62 #if defined(__S60_)
       
    63     MW_LAYER_SYSTEMINCLUDE
       
    64 #else
       
    65     SYSTEMINCLUDE   /epoc32/include 
       
    66 #endif
       
    67 
       
    68 LIBRARY         euser.lib
       
    69 LIBRARY         stiftestinterface.lib
       
    70 LIBRARY         stiftestengine.lib
       
    71 
       
    72 LANG            SC
       
    73 
       
    74 /*
       
    75 START WINS      
       
    76 ?wins_specific_information
       
    77 END
       
    78 
       
    79 START MARM
       
    80 ?marm_specific_information
       
    81 END
       
    82 */
       
    83 // Other possible keywords:
       
    84  
       
    85 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    86 /*
       
    87 START BITMAP ?target
       
    88 TARGETPATH   ?emulated_path_on_target_machine
       
    89 HEADER
       
    90 SOURCE       ?color_depth ?source_bitmap
       
    91 END
       
    92 */
       
    93 // DEFFILE ?filename
       
    94 // AIF ?filename
       
    95 
       
    96 
       
    97 SMPSAFE
       
    98 // End of File
       
    99