19 // RESOURCE IDENTIFIER |
19 // RESOURCE IDENTIFIER |
20 NAME DRMU |
20 NAME DRMU |
21 |
21 |
22 // INCLUDES |
22 // INCLUDES |
23 #include <eikon.rh> |
23 #include <eikon.rh> |
|
24 #include <eikon.rsg> |
|
25 #include <avkon.rh> |
24 #include <avkon.rsg> |
26 #include <avkon.rsg> |
25 #include <avkon.rh> |
27 #include <avkon.loc> |
26 #include <avkon.hrh> |
|
27 #include <avkon.mbg> |
28 #include <avkon.mbg> |
28 #include <bldvariant.hrh> |
|
29 #include <avkon.loc> |
|
30 #include <bldvariant.hrh> |
|
31 #include <CommonDialogs.hrh> |
|
32 #include <CommonDialogs.rh> |
|
33 |
29 |
34 #include <drmutility.loc> |
30 #include <drmutility.loc> |
35 |
31 |
36 // RESOURCE DEFINITIONS |
32 // RESOURCE DEFINITIONS |
37 RESOURCE RSS_SIGNATURE { } |
33 RESOURCE RSS_SIGNATURE { } |
599 buf = qtn_drm_options_get_prev_video; |
595 buf = qtn_drm_options_get_prev_video; |
600 } |
596 } |
601 |
597 |
602 #endif // RD_DRM_PREVIEW_RIGHT_FOR_AUDIO |
598 #endif // RD_DRM_PREVIEW_RIGHT_FOR_AUDIO |
603 |
599 |
604 // ----------------------------------------------------------------------------- |
|
605 // r_drmutility_sync_with_pc |
|
606 // Text displayed if WMDRM Direct License Acquisition is supported to |
|
607 // notify user that license needs to be aquired with PC sync. |
|
608 // ----------------------------------------------------------------------------- |
|
609 RESOURCE TBUF r_drmutility_sync_with_pc |
|
610 { |
|
611 buf = qtn_drm_sync_with_pc; |
|
612 } |
|
613 |
|
614 // ----------------------------------------------------------------------------- |
|
615 // r_drmutility_sync_with_pc_header |
|
616 // Header displayed if WMDRM Direct License Acquisition is supported to |
|
617 // notify user that license needs to be aquired with PC sync. |
|
618 // ----------------------------------------------------------------------------- |
|
619 RESOURCE TBUF r_drmutility_head_no_license |
|
620 { |
|
621 buf = qtn_drm_msg_qry_head_no_license; |
|
622 } |
|
623 |
|
624 //------------------------------------------------------------------------------ |
|
625 // |
|
626 // r_drmutility_sync_dialog |
|
627 // Shows the user a dialog that license needs to be synced with pc |
|
628 // |
|
629 //------------------------------------------------------------------------------ |
|
630 // |
|
631 RESOURCE DIALOG r_drmutility_sync_dialog |
|
632 { |
|
633 flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow; |
|
634 buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
635 items = |
|
636 { |
|
637 DLG_LINE |
|
638 { |
|
639 type = EAknCtPopupHeadingPane; |
|
640 id = EAknMessageQueryHeaderId; |
|
641 control = AVKON_HEADING |
|
642 { |
|
643 }; |
|
644 }, |
|
645 DLG_LINE |
|
646 { |
|
647 type = EAknCtMessageQuery; |
|
648 id = EAknMessageQueryContentId; |
|
649 control = AVKON_MESSAGE_QUERY |
|
650 { |
|
651 }; |
|
652 } |
|
653 }; |
|
654 |
|
655 } |
|
656 // End of File |
600 // End of File |