idlefw/rom/idlefw.iby
branchv5backport
changeset 54 666a2952b5b3
parent 4 1a2a00e78665
equal deleted inserted replaced
53:282cea3dd14c 54:666a2952b5b3
    18 
    18 
    19 #ifndef ACTIVEIDLE3_IBY
    19 #ifndef ACTIVEIDLE3_IBY
    20 #define ACTIVEIDLE3_IBY
    20 #define ACTIVEIDLE3_IBY
    21 
    21 
    22 // Active Idle application and registration file
    22 // Active Idle application and registration file
    23 S60_APP_EXE( ailaunch )
    23 S60_APP_EXE( ailaunch_hs )
    24 S60_APP_EXE( homescreen )
    24 S60_APP_EXE( homescreen_hs )
    25 S60_APP_AIF_RSC( homescreen )
    25 S60_APP_AIF_RSC( homescreen )
    26 S60_APP_AIF_ICONS( homescreen )
    26 S60_APP_AIF_ICONS( homescreen )
    27 
    27 
    28 file=ABI_DIR\BUILD_DIR\aiutils.dll    SHARED_LIB_DIR\aiutils.dll
    28 file=ABI_DIR\BUILD_DIR\aiutils_hs.dll    SHARED_LIB_DIR\aiutils_hs.dll
    29 file=ABI_DIR\BUILD_DIR\aiidleint.dll  SHARED_LIB_DIR\aiidleint.dll
    29 file=ABI_DIR\BUILD_DIR\aiidleint_hs.dll  SHARED_LIB_DIR\aiidleint_hs.dll
    30 file=ABI_DIR\BUILD_DIR\aifw.dll       SHARED_LIB_DIR\aifw.dll
    30 file=ABI_DIR\BUILD_DIR\aifw_hs.dll       SHARED_LIB_DIR\aifw_hs.dll
    31 
    31 
    32 // Content publishing plug-ins
    32 // Content publishing plug-ins
    33 ECOM_PLUGIN( aidevstaplg.dll, aidevstaplg.rsc )
    33 ECOM_PLUGIN( aidevstaplg.dll, aidevstaplg.rsc )
    34 
    34 
    35 #endif // ACTIVEIDLE3_IBY
    35 #endif // ACTIVEIDLE3_IBY