locsrv_pub/blid_application_satellite_info_api/tsrc/bc_blid_application_satellite_info_Api/group/BCBlidTest.mmp
branchRCL_3
changeset 24 9c303455e256
parent 0 667063e416a2
equal deleted inserted replaced
23:5944cae565c9 24:9c303455e256
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #if defined(__S60_)
    19 #if defined(__S60_)
    20         // To get the OS_LAYER_SYSTEMINCLUDE-definition
    20         // To get the MW_LAYER_SYSTEMINCLUDE-definition
    21         #include <platform_paths.hrh>
    21         #include <platform_paths.hrh>
    22 #endif
    22 #endif
    23 
    23 
    24 TARGET          BCBlidTest.dll
    24 TARGET          BCBlidTest.dll
    25 TARGETTYPE      dll
    25 TARGETTYPE      dll
    26 UID             0x1000008D 0x101FB3E3
    26 UID             0x1000008D 0x101FB3E3
    27 
    27 
    28 CAPABILITY      ALL -TCB
    28 CAPABILITY      ALL -TCB
    29 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    30 // VENDORID     0x00000000
       
    31 /* Remove comments and replace 0x00000000 with correct secure id */
       
    32 // SECUREID     0x00000000
       
    33 
    29 
    34 //TARGETPATH      ?target_path
       
    35 DEFFILE         BCBlidTest.def
    30 DEFFILE         BCBlidTest.def
    36 
    31 
    37 SOURCEPATH      ../src
    32 SOURCEPATH      ../src
    38 SOURCE          BCBlidTest.cpp
    33 SOURCE          BCBlidTest.cpp
    39 SOURCE          BCBlidTestBlocks.cpp
    34 SOURCE          BCBlidTestBlocks.cpp
    40 
    35 
    41 //RESOURCE        resource_file
       
    42 //RESOURCE        resource_file2
       
    43 
    36 
    44 USERINCLUDE     ../inc 
    37 USERINCLUDE     ../inc 
    45 
    38 
    46 #if defined(__S60_)
    39 #if defined(__S60_)
    47     OS_LAYER_SYSTEMINCLUDE
    40     MW_LAYER_SYSTEMINCLUDE
    48 #else
    41 #else
    49     SYSTEMINCLUDE   /epoc32/include 
    42     SYSTEMINCLUDE   /epoc32/include 
    50     SYSTEMINCLUDE   /epoc32/include/internal
    43     SYSTEMINCLUDE   /epoc32/include/internal
    51 #endif
    44 #endif
    52 
    45 
    53 SYSTEMINCLUDE   /epoc32/include 
       
    54 SYSTEMINCLUDE   /epoc32/include/applications
    46 SYSTEMINCLUDE   /epoc32/include/applications
    55 
    47 
    56 
    48 
    57 LIBRARY         euser.lib
    49 LIBRARY         euser.lib
    58 LIBRARY         stiftestinterface.lib
    50 LIBRARY         stiftestinterface.lib
    62 LIBRARY			ws32.lib 
    54 LIBRARY			ws32.lib 
    63 
    55 
    64 
    56 
    65 LANG            SC
    57 LANG            SC
    66 
    58 
    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 
    59 
    89 // End of File
    60 // End of File