omads/omadsextensions/datamod/bld/nsmldatamod.mmp
branchRCL_3
changeset 24 8e7494275d3a
parent 11 3f1ffafb31ec
child 25 4f0867e42d62
equal deleted inserted replaced
23:2bb96f4ecad8 24:8e7494275d3a
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:	
    13 *
    13 *
    14 * Description:  mmp file for DS Data Modification
    14 * Description:  mmp file for DS Data Modification
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    23 TARGETTYPE      DLL
    23 TARGETTYPE      DLL
    24 UID             0x1000008d 0x101F6DE4
    24 UID             0x1000008d 0x101F6DE4
    25 CAPABILITY 		CAP_GENERAL_DLL
    25 CAPABILITY 		CAP_GENERAL_DLL
    26 VENDORID		VID_DEFAULT
    26 VENDORID		VID_DEFAULT
    27 
    27 
    28 #if defined(ARMCC)
    28 #if defined(EABI)
    29 DEFFILE			./def/eabidatamod
    29 DEFFILE			./def/eabidatamod
    30 #elif defined(WINSCW)
    30 #elif defined(WINSCW)
    31 DEFFILE			./def/bwinscwdatamod
    31 DEFFILE			./def/bwinscwdatamod
    32 #endif
    32 #endif
    33 
    33