S60MMFLab_reg.rss
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:0k
源码类别:

Symbian

开发平台:

C/C++

  1. // Copyright (c) 2006 Nokia Corporation.
  2. #include <appinfo.rh>
  3. #include <S60MMFLab.rsg>
  4. UID2 KUidAppRegistrationResourceFile
  5. UID3 0xE5EB675E
  6. RESOURCE APP_REGISTRATION_INFO
  7.   {
  8.   app_file="S60MMFLab";
  9.   localisable_resource_file =  "\resource\apps\S60MMFLab";
  10.   localisable_resource_id = R_LOCALISABLE_APP_INFO;
  11.   embeddability=KAppNotEmbeddable;
  12.   newfile=KAppDoesNotSupportNewFile;
  13.   }
  14.   
  15. // End of File
  16.