/*
* HelloWorld_reg.rss
*
* Plik wygenerowany przez rodowisko programistyczne Carbide 2.0
* Modyfikacje: Pawe Gala
*/

#include "HelloWorld.hrh"             // Definicja staej _UID3:
                                      // #define _UID3 0xE5D64214
#include <appinfo.rh>                 // Definicja struktury APP_REGISTRATION_INFO oraz
                                      // staej KUidAppRegistrationResourceFile
#include <HelloWorld_0xE5D64214.rsg>  // Identyfikator zasobu R_LOCALISABLE_APP_INFO

UID2 KUidAppRegistrationResourceFile
UID3 _UID3

RESOURCE APP_REGISTRATION_INFO
    {
    app_file="HelloWorld_0xE5D64214";
    localisable_resource_file =  "\\resource\\apps\\HelloWorld_0xE5D64214";
    localisable_resource_id = R_LOCALISABLE_APP_INFO;

    embeddability=KAppNotEmbeddable;
    newfile=KAppDoesNotSupportNewFile;
    }
