remotemgmt_plat/policy_management_request_api/tsrc/group/policy_management_request_api.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          policy_management_request_api.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         policy_management_request_api.def
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          policy_management_request_api.cpp
       
    40 SOURCE          policy_management_request_apiBlocks.cpp
       
    41 
       
    42 
       
    43 //RESOURCE        resource_file
       
    44 //RESOURCE        resource_file2
       
    45 
       
    46 USERINCLUDE     ../inc 
       
    47 
       
    48 
       
    49 #if defined(__S60_)
       
    50     MW_LAYER_SYSTEMINCLUDE
       
    51 #else
       
    52     SYSTEMINCLUDE   /epoc32/include 
       
    53 #endif
       
    54 
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         stiftestinterface.lib
       
    57 LIBRARY         stiftestengine.lib
       
    58 LIBRARY 	  	PolicyEngine.lib
       
    59 LIBRARY 	  	PMRFSClient.lib
       
    60 LIBRARY 	  	TrustClient.lib
       
    61 LIBRARY         efsrv.lib
       
    62 LANG            SC
       
    63 
       
    64 /*
       
    65 START WINS      
       
    66 ?wins_specific_information
       
    67 END
       
    68 
       
    69 START MARM
       
    70 ?marm_specific_information
       
    71 END
       
    72 */
       
    73 // Other possible keywords:
       
    74  
       
    75 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    76 /*
       
    77 START BITMAP ?target
       
    78 TARGETPATH   ?emulated_path_on_target_machine
       
    79 HEADER
       
    80 SOURCE       ?color_depth ?source_bitmap
       
    81 END
       
    82 */
       
    83 // DEFFILE ?filename
       
    84 // AIF ?filename
       
    85 
       
    86 
       
    87 SMPSAFE
       
    88 // End of File
       
    89