omads/omadsextensions/datamod/bld/nsmldatamod.mmp
changeset 49 392bf116d9ed
parent 20 e1de7d03f843
child 54 13ecdfc9a581
equal deleted inserted replaced
36:9ba7f05d28a5 49:392bf116d9ed
     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