KR101389928B1 - Method for supporting mutual exclusion function and drm device thereof - Google Patents

Method for supporting mutual exclusion function and drm device thereof Download PDF

Info

Publication number
KR101389928B1
KR101389928B1 KR1020070009522A KR20070009522A KR101389928B1 KR 101389928 B1 KR101389928 B1 KR 101389928B1 KR 1020070009522 A KR1020070009522 A KR 1020070009522A KR 20070009522 A KR20070009522 A KR 20070009522A KR 101389928 B1 KR101389928 B1 KR 101389928B1
Authority
KR
South Korea
Prior art keywords
command
file
input command
drm
execution
Prior art date
Application number
KR1020070009522A
Other languages
Korean (ko)
Other versions
KR20090000198A (en
Inventor
김희진
라즈 시바라쟈네 페루말
프라탑 신흐 바린더
정태철
성맹희
진원일
정배은
Original Assignee
삼성전자주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 삼성전자주식회사 filed Critical 삼성전자주식회사
Priority to KR1020070009522A priority Critical patent/KR101389928B1/en
Priority to EP07113630A priority patent/EP1953665A1/en
Priority to CN2007101477179A priority patent/CN101236583B/en
Priority to JP2007232762A priority patent/JP2008186443A/en
Priority to US11/898,416 priority patent/US7617323B2/en
Publication of KR20090000198A publication Critical patent/KR20090000198A/en
Application granted granted Critical
Publication of KR101389928B1 publication Critical patent/KR101389928B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6209Protecting access to data via a platform, e.g. using keys or access control rules to a single file or object, e.g. in a secure envelope, encrypted and accessed using a key, or with access control rules appended to the object itself
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2147Locking files

Abstract

상호 배제 기능을 수행하기 위한 방법 및 이를 이용한 DRM 디바이스가 개시된다. 본 발명에 따른 CE(Consumer Electronics) 디바이스에 연결된 DRM(Digital Rights Management) 디바이스의 상호 배제 기능을 수행하는 방법은 상기 CE 디바이스로부터 소정의 파일에 관련된 명령어를 입력 받는 단계, 상기 입력 명령어와 동일한 파일에 관련된 실행 중인 명령어가 있는지를 확인하는 단계, 상기 실행 명령어가 있으면, 상기 입력 명령어에 대한 충돌 에러 메시지를 생성하는 단계를 포함한다.A method for performing a mutual exclusion function and a DRM device using the same are disclosed. A method of performing mutual exclusion of a digital rights management device (DRM) connected to a consumer electronics (CE) device according to the present invention comprises the steps of: receiving a command related to a predetermined file from the CE device; Checking whether there is an associated running instruction, and if there is an executing instruction, generating a conflict error message for the input instruction.

상호 배제 기능, CE 디바이스, DRM 디바이스, DRM 모듈 Mutual Exclusion Function, CE Device, DRM Device, DRM Module

Description

상호 배제 기능을 수행하기 위한 방법 및 이를 이용한 DRM 디바이스{METHOD FOR SUPPORTING MUTUAL EXCLUSION FUNCTION AND DRM DEVICE THEREOF}METHOD FOR SUPPORTING MUTUAL EXCLUSION FUNCTION AND DRM DEVICE THEREOF}

도 1은 본 발명의 일 실시 예에 따른 개략적인 시스템을 나타내기 위한 구성도이다.1 is a block diagram showing a schematic system according to an embodiment of the present invention.

도 2는 본 발명의 일 실시 예에 따른 상호 배제 기능을 수행하는 DRM 디바이스를 나타내기 위한 구성도이다.2 is a block diagram illustrating a DRM device performing a mutual exclusion function according to an embodiment of the present invention.

도 3은 본 발명의 일 실시 예에 따른 상호 배제 기능을 수행하는 방법을 나타내는 흐름도이다.3 is a flowchart illustrating a method of performing a mutual exclusion function according to an embodiment of the present invention.

도 4는 본 발명의 다른 실시 예에 따른 상호 배제 기능을 수행하는 방법을 나타내는 흐름도이다.4 is a flowchart illustrating a method of performing a mutual exclusion function according to another exemplary embodiment of the present invention.

<도면의 주요 부분에 대한 부호의 설명><Explanation of symbols for the main parts of the drawings>

100: CE 디바이스100: CE device

200: DRM 디바이스200: DRM device

221: 저장부221: storage unit

222: DRM 모듈222: DRM module

223: 파일 접근부223: file access unit

224: 제어부224: control unit

225: 인터페이스부225: interface unit

본 발명은 상호 배제 기능(Mutual Exclusion Function)에 관한 것으로서, 특히 동일한 파일에 관련된 두 개 이상의 명령어들에 의해 발생되는 충돌을 방지할 수 있도록 하는 상호 배제 기능을 수행하기 위한 방법 및 이를 이용한 DRM 디바이스에 관한 것이다.The present invention relates to a mutual exclusion function, and more particularly, to a method for performing a mutual exclusion function to prevent a collision caused by two or more instructions related to the same file and a DRM device using the same. It is about.

일반적으로, 상호 배제 기능은 여러 개의 병렬 프로세스가 공통의 변수 또는 자원에 접근할 때 그 조작을 정당하게 실행하기 위하여 접근 중인 임의의 시점에서 하나의 프로세스만을 접근하도록 제어하는 기능을 의미한다. DRM 기능이 요구되는 파일이 복수의 사용자에 의해 실행되는 경우에 CE 디바이스는 상호 배제 기능을 제공한다.In general, the mutual exclusion function refers to a function of controlling access to only one process at any point in time in order to execute the operation when multiple parallel processes access a common variable or resource. The CE device provides a mutual exclusion function when a file requiring the DRM function is executed by a plurality of users.

DRM 기능은 콘텐츠 제공자의 권리와 이익을 안전하게 보호하며 불법복제를 막고 사용료 부과와 결제대행 등 콘텐츠의 생성에서 유통 및 관리까지를 일괄적으로 지원하는 기능을 의미한다. 이를 위해, DRM 기능은 콘텐츠마다 보안 인증 시스템을 장착하여 일정한 사용료를 지불하지 않으면 해당 콘텐츠를 이용하지 못하게 할 수 있다.The DRM function is a function that protects the rights and interests of content providers, prevents illegal copying, and supports the creation, distribution, and management of contents such as charging royalties and settlement services. To this end, the DRM function can prevent the corresponding contents from being used unless a predetermined fee is charged by installing a security authentication system for each content.

OS(Operating System)를 내장하는 CE 디바이스는 상호 배제 기능을 제공할 수 있지만, OS를 내장하지 않은 CE 디바이스는 자체 상호 배제 기능을 제공할 수 없기 때문에 동일한 파일에 관련된 두 개 이상의 명령어들에 대한 충돌 에러가 발생될 수 있다.CE devices with an operating system (OS) can provide mutual exclusion, but CE devices without an OS can not provide their own mutual exclusion, so conflicts for two or more instructions related to the same file An error may occur.

이에, OS를 내장하지 않는 CE 디바이스를 지원할 수 있도록 다양한 형태로 상호 배제 기능을 수행할 수 있는 방법 및 시스템을 제공하기 위한 노력이 계속 되어야 할 것이다.Accordingly, efforts to provide a method and a system capable of performing mutual exclusion functions in various forms to support a CE device without a built-in OS should be continued.

본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 동일한 파일에 관련된 두 개 이상의 명령어들에 의해 발생되는 충돌을 방지하기 위해, CE(Consumer Electronics) 디바이스에 연결된 DRM(Digital Rights Management) 디바이스에서 실행 중인 명령어의 특성에 따라 입력되는 명령어의 실행 여부를 결정할 수 있도록 하는 상호 배제 기능을 수행하기 위한 방법 및 이를 이용한 DRM 디바이스를 제공하는 것을 목적으로 한다.The present invention has been made to solve the above problems, in order to prevent a collision caused by two or more instructions related to the same file, in a Digital Rights Management (DRM) device connected to a consumer electronics (CE) device An object of the present invention is to provide a method for performing a mutual exclusion function to determine whether to execute an input command according to a characteristic of a command being executed, and a DRM device using the same.

상기 목적을 달성하기 위하여, 본 발명의 일 실시 예에 따른 CE(Consumer Electronics) 디바이스에 연결된 DRM(Digital Rights Management) 디바이스의 상호 배제 기능을 수행하는 방법은 상기 CE 디바이스로부터 소정의 파일에 관련된 명령어를 입력 받는 단계, 상기 입력 명령어와 동일한 파일에 관련된 실행 중인 명령어가 있는지를 확인하는 단계, 상기 입력 명령어와 동일한 파일에 관련된 실행 명령어가 있으면, 상기 입력 명령어에 대한 충돌 에러 메시지를 생성하는 단계를 포함하는 것을 특징으로 한다.In order to achieve the above object, a method of performing a mutual exclusion function of a digital rights management (DRM) device connected to a consumer electronics (CE) device according to an embodiment of the present invention may include instructions related to a predetermined file from the CE device. Receiving an input, checking whether there is a running command related to the same file as the input command, and if there is an execution command related to the same file as the input command, generating a collision error message for the input command; It is characterized by.

상기 목적을 달성하기 위하여, 본 발명의 일 실시 예에 따른 CE(Consumer Electronics) 디바이스에 연결되어 상호 배제 기능을 수행하는 DRM(Digital Rights Management) 디바이스는 CE(Consumer Electronics) 디바이스로부터 소정의 파일에 관련된 명령어를 입력 받는 인터페이스부, 상기 입력 명령어와 동일한 파일에 관련된 실행 명령어가 있으면 상기 입력 명령어에 대한 충돌 에러 메시지를 생성하는 제어부, 및 상기 제어부의 실행 명령어에 따라 접근된 파일에 대한 DRM 기능을 수행하는 DRM 모듈을 포함하는 것을 특징으로 한다.In order to achieve the above object, a Digital Rights Management (DRM) device connected to a CE (Consumer Electronics) device according to an embodiment of the present invention and performing mutual exclusion function is associated with a predetermined file from a CE (Consumer Electronics) device. An interface unit for receiving a command, a controller for generating a collision error message for the input command if there is an execution command related to the same file as the input command, and a DRM function for a file accessed according to the execution command of the controller It characterized in that it comprises a DRM module.

이하에서는, 첨부된 도면들 및 상기 첨부된 도면들에 기재된 내용들을 참조하여 본 발명의 바람직한 실시 예들을 상세하게 설명하지만, 본 발명이 실시 예들에 의해 제한되거나 한정되는 것은 아니다. 각 도면에 제시된 동일한 참조 부호는 동일한 부재를 나타낸다.Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings and the accompanying drawings, but the present invention is not limited to or limited by the embodiments. Like reference symbols in the drawings denote like elements.

도 1은 본 발명의 일 실시 예에 따른 개략적인 시스템을 나타내기 위한 구성도이다.1 is a block diagram showing a schematic system according to an embodiment of the present invention.

도 1에 도시한 바와 같이, 본 발명에 따른 개략적인 시스템은 CE 디바이스(100), 및 CE 디바이스(100)에 연결되어 상호 배제 기능을 수행하는 DRM 디바이스(200)를 포함할 수 있다.As shown in FIG. 1, a schematic system according to the present invention may include a CE device 100 and a DRM device 200 coupled to the CE device 100 to perform mutual exclusion.

CE 디바이스(100)는 다양한 전자 기기들, 예를 들면, STB(Set Top Box), PC(Personal Computer), 노트북, PDA(Personal Digital Assistants), 및 이동 통신 단말기 등을 의미할 수 있다.The CE device 100 may refer to various electronic devices, for example, a set top box (STB), a personal computer (PC), a notebook computer, a personal digital assistant (PDA), a mobile communication terminal, and the like.

DRM 디바이스(200)는 DRM 기능을 수행하고, CE 디바이스(100)와 착탈 가능하 도록 USB(Universal Serial Bus) 포트(Port)와 같은 유선 인터페이스를 통해 연결될 수 있을 뿐만 아니라 블루투수(Bluetooth)와 같은 무선 인터페이스를 통해 다양한 전자 기기에도 연결되어 사용될 수도 있다.The DRM device 200 performs a DRM function and can be connected to a CE device 100 through a wired interface such as a universal serial bus (USB) port so as to be detachable from the CE device 100 as well as a blue pitcher (Bluetooth). It may also be connected to various electronic devices through a wireless interface.

또한, DRM 디바이스(200)는 직접적으로 연결되는 CE 디바이스(100)뿐만 아니라 유·무선 네트워크를 통해 간접적으로 연결되는 다양한 전자 기기에도 사용될 수 있다.In addition, the DRM device 200 may be used not only for the CE device 100 connected directly but also for various electronic devices connected indirectly through a wired / wireless network.

예를 들면, DRM 디바이스(200)는 다양한 멀티미디어 정보를 저장할 수 있는 SIM(Subscribe Identity Module) 카드, R-UIM(Removable User Identity Module) 카드, USIM(Universal Subscribe Identity Module) 카드 등과 같은 스마트 카드로 구현될 수 있다.For example, the DRM device 200 may be implemented as a smart card such as a Subscribe Identity Module (SIM) card, a Removable User Identity Module (R-UIM) card, a Universal Subscribe Identity Module (USIM) card, etc., capable of storing various multimedia information. Can be.

도 2는 본 발명의 일 실시 예에 따른 상호 배제 기능을 수행하는 DRM 디바이스를 나타내기 위한 구성도이다.2 is a block diagram illustrating a DRM device performing a mutual exclusion function according to an embodiment of the present invention.

도 1에 도시한 바와 같이, 본 발명에 따른 DRM(Digital Rights Management) 디바이스(200)는 저장부(221), DRM 모듈(222), 파일 접근부(223), 제어부(224), 및 인터페이스부(225)를 포함할 수 있다.As shown in FIG. 1, the DRM (Digital Rights Management) device 200 according to the present invention includes a storage unit 221, a DRM module 222, a file access unit 223, a controller 224, and an interface unit. 225 may include.

저장부(221)는 적어도 하나의 파일을 저장하여 관리할 수 있다. 파일 접근부(223)는 제어부의 실행 명령어에 따라 저장부(221)에 접근하여 저장된 파일에 접근할 수 있고, DRM 모듈(222)은 제어부의 실행 명령어에 따라 접근된 파일에 대한 DRM 기능을 수행할 수 있다.The storage unit 221 may store and manage at least one file. The file access unit 223 may access the stored file by accessing the storage unit 221 according to the execution command of the controller, and the DRM module 222 performs a DRM function on the accessed file according to the execution command of the controller. can do.

인터페이스부(225)는 CE(Consumer Electronics) 디바이스로부터 소정의 파 일에 관련된 명령어를 입력 받아 제어부(224)에 출력하고, 제어부(224)는 입력 명령어와 동일한 파일에 관련된 실행 명령어가 있으면 입력 명령어에 의한 충돌 에러가 발생함을 알려주는 충돌 에러 메시지를 생성할 수 있다.The interface unit 225 receives a command related to a predetermined file from a CE (Consumer Electronics) device and outputs the command to the control unit 224, and the control unit 224 sends an input command if there is an execution command related to the same file as the input command. May generate a collision error message indicating that a collision error has occurred.

또한, 제어부(224)는 입력 명령어와 동일한 파일에 관련된 실행 명령어가 있으면, 입력 명령어와 실행 명령어가 기 설정된 충돌 목록에 포함되는지를 판단한 후에 입력 명령어와 실행 명령어가 상기 충돌 목록에 포함되면 입력 명령어에 의한 충돌 에러가 발생함을 알려주는 충돌 에러 메시지를 생성할 수 있다.In addition, if there is an execution command related to the same file as the input command, the controller 224 determines whether the input command and the execution command are included in the preset conflict list, and if the input command and the execution command are included in the conflict list, May generate a collision error message indicating that a collision error has occurred.

도 3은 본 발명의 일 실시 예에 따른 상호 배제 기능을 수행하는 방법을 나타내는 흐름도이다.3 is a flowchart illustrating a method of performing a mutual exclusion function according to an embodiment of the present invention.

도 3에 도시한 바와 같이, 본 발명의 일 실시 예에 따른 상호 배제 기능을 수행하는 방법은 소정의 파일에 관련된 명령어를 입력 받는 단계(S310), 입력된 명령어와 동일한 파일에 관련된 실행 중인 명령어가 있는지를 확인하는 단계(S320), 충돌 에러 메시지를 생성하는 단계(S330), 충돌 에러 메시지를 송신하는 단계(S340), 및 입력 명령어를 실행하는 단계(S350)를 포함할 수 있다.As shown in FIG. 3, in the method of performing a mutual exclusion function according to an exemplary embodiment of the present disclosure, in operation S310 of receiving a command related to a predetermined file, a running command related to the same file as the input command may be included. Check whether there is a step (S320), generating a conflict error message (S330), transmitting a conflict error message (S340), and executing an input command (S350).

이와 같이 이루어진 본 발명의 일 실시 예에 따른 상호 배제 기능을 수행하는 방법을 상세히 설명하면 다음과 같다.Referring to the method of performing the mutual exclusion function according to an embodiment of the present invention made as described above in detail.

먼저, DRM 디바이스(200)는 CE 디바이스(100)로부터 소정의 파일에 관련된 명령어를 입력 받을 수 있다. 여기서, 명령어는 기 저장된 파일들에 접근하기 위한 명령어이고, 읽기(Read), 쓰기(Write), 수정(Modify), 및 삭제(Delete) 등을 의미할 수 있다.First, the DRM device 200 may receive a command related to a predetermined file from the CE device 100. Here, the command is a command for accessing pre-stored files and may mean read, write, modify, delete, and the like.

이때, DRM 디바이스(200)는 OS(Operating System)를 내장하거나 내장하지 않는 CE 디바이스들과 호환될 수 있도록 하기 위해서 자체에서 상호 배제 기능을 수행할 수 있어야 한다.In this case, the DRM device 200 should be able to perform a mutual exclusion function on its own in order to be compatible with CE devices that may or may not incorporate an operating system (OS).

인터페이스부(225)는 CE 디바이스(100)로부터 소정의 파일에 관련된 명령어를 입력 받아(S310) 제어부(224)에 출력하고, 제어부(224)는 소정의 파일에 관련된 명령어를 입력 받으면 입력 명령어와 동일한 파일에 관련된 실행 중인 명령어가 있는지를 확인한다(S320).The interface unit 225 receives a command related to a predetermined file from the CE device 100 (S310) and outputs the command to the control unit 224, and the control unit 224 receives the command related to the predetermined file and is identical to the input command. Check whether there is a running command related to the file (S320).

제어부(224)는 입력 명령어와 동일한 파일에 관련된 실행 명령어가 있으면 입력 명령어에 의한 충돌 에러가 발생함을 알려주는 충돌 에러 메시지를 생성하고(S330), 인터페이스부(225)는 생성된 충돌 에러 메시지를 CE 디바이스(100)에 송신할 수 있다(S340).The controller 224 generates a collision error message indicating that a collision error caused by the input command occurs when there is an execution command related to the same file as the input command (S330), and the interface unit 225 generates the collision error message. It may transmit to the CE device 100 (S340).

반면, 제어부(224)는 입력 명령어와 동일한 파일에 관련된 실행 명령어가 없으면 입력 명령어를 실행할 수 있다(S350).On the other hand, if there is no execution command related to the same file as the input command, the controller 224 may execute the input command (S350).

예를 들면, 사용자 A가 소정의 파일에 관련된 읽기 명령어를 수행하고 있는 경우에 사용자 B가 동일한 파일에 관련된 읽기 명령어를 입력하면 입력 명령어와 실행 명령어가 동일한 파일에 관련된 명령어이기 때문에, 제어부(224)는 입력 명령어를 실행할 수 없다.For example, if user A executes a read command related to a predetermined file and user B inputs a read command related to the same file, the control unit 224 because the input command and the execution command are commands related to the same file. Cannot execute input commands.

파일 접근부(223)는 제어부의 실행 명령어에 따라 기 저장된 파일들 중에서 해당하는 파일에 접근하고, DRM 모듈(222)은 접근된 파일에 대한 DRM 기능을 수행할 수 있다.The file access unit 223 may access a corresponding file among pre-stored files according to an execution command of the controller, and the DRM module 222 may perform a DRM function on the accessed file.

결국, DRM 디바이스(200)는 입력 명령어에 따라 DRM 기능에 의해 검증된 정당한 파일을 처리할 수 있다. 예를 들면, DRM 모듈(222)은 DRM 기능으로 보호되는 오디오 파일을 복호화하여 CE 디바이스(100)의 스피커나 이어폰을 통해 출력하거나 비디오 파일이나 텍스트 파일을 복호화하여 CE 디바이스(100)의 디스플레이 부를 통해 디스플레이 할 수 있다.As a result, the DRM device 200 may process the legitimate file verified by the DRM function according to the input command. For example, the DRM module 222 decodes an audio file protected by the DRM function and outputs it through a speaker or earphone of the CE device 100, or decodes a video file or a text file through the display unit of the CE device 100. It can be displayed.

이와 같은 방법은 동일한 파일에 관련된 동일한 명령어들에 의한 충돌을 방지할 수 있었는데, 복수의 사용자가 동일한 파일을 단순히 읽거나 재생하는 것도 차단할 수 있게 된다. 이를 해결하기 위해, 본 발명의 다른 실시 예에 따른 상호 배제 기능을 수행하는 방법을 도 4를 참조하여 설명한다.Such a method could prevent a collision caused by the same commands related to the same file, but also prevent a plurality of users from simply reading or playing the same file. To solve this problem, a method of performing a mutual exclusion function according to another embodiment of the present invention will be described with reference to FIG. 4.

도 4는 본 발명의 다른 실시 예에 따른 상호 배제 기능을 수행하는 방법을 나타내는 흐름도이다.4 is a flowchart illustrating a method of performing a mutual exclusion function according to another exemplary embodiment of the present invention.

도 4에 도시한 바와 같이, 본 발명의 다른 실시 예에 따른 상호 배제 기능을 수행하는 방법은 소정의 파일에 관련된 명령어를 입력 받는 단계(S410), 실행 중인 명령어가 있는지를 확인하는 단계(S420), 충돌 목록을 확인하는 단계(S430), 충돌 에러 메시지를 생성하는 단계(S440), 충돌 에러 메시지를 송신하는 단계(S450), 및 입력 명령어를 실행하는 단계(S460)를 포함할 수 있다.As shown in FIG. 4, in a method of performing a mutual exclusion function according to another exemplary embodiment of the present disclosure, a step (S410) of receiving a command related to a predetermined file and checking whether there is a command being executed (S420) The method may include checking a conflict list (S430), generating a conflict error message (S440), transmitting a conflict error message (S450), and executing an input command (S460).

이와 같이 이루어진 다른 실시 예에 따른 상호 배제 기능을 수행하는 방법을 상세히 설명하면 다음과 같다.Hereinafter, a method of performing the mutual exclusion function according to another exemplary embodiment of the present invention will be described in detail.

먼저, 인터페이스부(225)는 CE 디바이스(100)로부터 소정의 파일에 관련된 명령어를 입력 받아(S410) 제어부(224)에 출력하고, 제어부(224)는 소정의 파일에 관련된 명령어를 입력 받으면 입력 명령어와 동일한 파일에 관련된 실행 중인 명령어가 있는지를 확인한다(S420).First, the interface unit 225 receives a command related to a predetermined file from the CE device 100 (S410) and outputs it to the control unit 224, and the control unit 224 receives an input command related to the predetermined file and receives an input command. Check whether there is a running command relating to the same file as (S420).

제어부(224)는 입력 명령어와 동일한 파일에 관련된 실행 명령어가 있으면, 입력 명령어와 실행 명령어가 기 저장된 충돌 목록에 포함되는지를 확인할 수 있다(S430). 여기서, 충돌 목록은 동일한 파일에 대해 동시에 실행되면 충돌 에러가 발생할 수 있는 명령어들을 나열하는 목록을 의미할 수 있다.If there is an execution command related to the same file as the input command, the controller 224 may check whether the input command and the execution command are included in a pre-stored conflict list (S430). Here, the conflict list may refer to a list of commands that may cause a conflict error when executed simultaneously on the same file.

예를 들면, 충돌 목록은 1) 읽기와 쓰기, 2) 읽기와 수정, 3) 읽기와 삭제 등으로 구성될 수 있다.For example, a conflict list can consist of 1) read and write, 2) read and modify, and 3) read and delete.

반면, 제어부(224)는 입력 명령어와 동일한 파일에 관련된 실행 명령어가 없으면, 입력 명령어를 실행할 수 있다(S460).On the other hand, if there is no execution command related to the same file as the input command, the controller 224 may execute the input command (S460).

제어부(224)는 입력 명령어와 실행 명령어가 충돌 목록에 포함되면 입력 명령어에 의한 충돌 에러가 발생함을 알려주는 충돌 에러 메시지를 생성하고(S440), 인터페이스부(225)는 생성된 충돌 에러 메시지를 CE 디바이스(100)에 송신할 수 있다(S450).The controller 224 generates a collision error message indicating that a collision error occurs due to the input command when the input command and the execution command are included in the collision list (S440), and the interface unit 225 generates the collision error message. In operation S450, the CE device 100 may transmit to the CE device 100.

반면, 제어부(224)는 입력 명령어와 실행 명령어가 충돌 목록에 포함되지 않으면, 입력 명령어를 실행할 수 있다(S460).In contrast, if the input command and the execution command are not included in the conflict list, the controller 224 may execute the input command (S460).

예를 들면, 사용자 A가 소정의 파일에 관련된 읽기 명령어를 수행하고 있는 경우에 사용자 B가 동일한 파일에 관련된 읽기 명령어를 입력하면 입력 명령어와 실행 명령어가 동일한 파일에 관련된 명령어이지만 충돌 목록에는 포함되지 않기 때문에, 제어부(224)는 입력 명령어 즉, 읽기 명령어를 실행할 수 있다.For example, if user A is executing a read command relating to a given file, and user B enters a read command relating to the same file, the input and execution commands are related to the same file but are not included in the conflict list. Therefore, the controller 224 may execute an input command, that is, a read command.

반면, 사용자 A가 소정의 파일에 관련된 읽기 명령어를 수행하고 있는 경우에 사용자 B가 동일한 파일에 관련된 읽기 명령어를 입력하면 동일한 파일에 관련된 명령어이고 충돌 목록에는 포함되기 때문에, 제어부(224)는 입력 명령어 즉, 삭제 명령어를 실행할 수 없다.On the other hand, if the user A is performing a read command relating to a predetermined file, and the user B inputs a read command relating to the same file, the control unit 224 is an input command because the command related to the same file is included in the conflict list. That is, the delete command cannot be executed.

본 발명의 실시 예는 다양한 컴퓨터로 구현되는 동작을 수행하기 위한 프로그램 명령을 포함하는 컴퓨터 판독 가능 매체를 포함할 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 로컬 데이터 파일, 로컬 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체는 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체, CD-ROM, DVD와 같은 광기록 매체, 플롭티컬 디스크와 같은 자기-광 매체, 및 롬, 램, 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함할 수 있다.Embodiments of the invention may include a computer readable medium having program instructions for performing various computer implemented operations. The computer-readable medium may include program instructions, local data files, local data structures, etc., alone or in combination. The media may be those specially designed and constructed for the present invention or may be those known to those skilled in the computer software. Examples of computer-readable media include magnetic media such as hard disks, floppy disks and magnetic tape, optical recording media such as CD-ROMs and DVDs, magneto-optical media such as floppy disks, and ROMs, And hardware devices specifically configured to store and execute the same program instructions. Examples of program instructions may include machine language code such as those generated by a compiler, as well as high-level language code that may be executed by a computer using an interpreter or the like.

지금까지 본 발명에 따른 구체적인 실시 예에 관하여 설명하였으나, 본 발명의 범위에서 벗어나지 않는 한도 내에서는 여러 가지 변형이 가능함은 물론이다. 그러므로, 본 발명의 범위는 설명된 실시 예에 국한되어 정해져서는 안되며, 후술하는 특허 청구 범위뿐 아니라 이 특허 청구 범위와 균등한 것들에 의해 정해져야 한다.While the present invention has been described in connection with what is presently considered to be practical exemplary embodiments, it is to be understood that the invention is not limited to the disclosed embodiments. Therefore, the scope of the present invention should not be limited to the described embodiments, but should be determined by the equivalents of the claims and the claims.

이상의 설명에서 알 수 있는 바와 같이, 본 발명의 일 실시 예에 따른 상호 배제 기능을 수행하기 위한 방법 및 이를 이용한 DRM 디바이스는 CE(Consumer Electronics) 디바이스에 연결된 DRM(Digital Rights Management) 디바이스에서 실행 중인 명령어의 특성에 따라 입력되는 명령어의 실행 여부를 결정함으로써, 동일한 파일에 관련된 두 개 이상의 명령어들에 의해 발생되는 충돌을 방지할 수 있도록 하는 효과가 있다.As can be seen from the above description, a method for performing a mutual exclusion function and a DRM device using the same according to an embodiment of the present invention are instructions that are executed in a digital rights management device (DRM) connected to a consumer electronics (CE) device. By determining whether or not to execute the input command according to the characteristics of the, it is effective to prevent the collision caused by two or more commands related to the same file.

Claims (20)

OS(Operating System)를 내장하지 않는 CE(Consumer Electronics) 디바이스에 연결된 DRM(Digital Rights Management) 디바이스의 상호 배제 기능을 수행하는 방법에 있어서,In the method of performing a mutual exclusion function of a digital rights management (DRM) device connected to a consumer electronics (CE) device that does not have an operating system (OS), 상기 CE 디바이스로부터 기 저장된 소정의 파일에 관련된 명령어-상기 명령어는 기 저장된 파일들에 접근하기 위한 명령어임-를 입력 받는 단계;Receiving a command related to a predetermined file previously stored from the CE device, wherein the command is a command for accessing previously stored files; 상기 입력 명령어와 동일한 파일에 관련된 실행 중인 명령어가 있는지를 확인하는 단계; Checking whether there is a running command related to the same file as the input command; 상기 입력 명령어와 동일한 파일에 관련된 실행 명령어가 있으면, 상기 입력 명령어에 의한 충돌 에러가 발생함을 알려주는 충돌 에러 메시지를 생성하는 단계;Generating a collision error message indicating that a collision error caused by the input instruction occurs when an execution instruction related to the same file as the input instruction exists; 상기 입력 명령어와 동일한 파일에 관련된 실행 명령어가 없으면, 상기 입력 명령어를 실행하는 단계; 및If there is no execution command related to the same file as the input command, executing the input command; And 상기 입력 명령어의 실행에 따라 상기 입력 명령어와 관련된 파일을 복호화하여 상기 복호화된 파일을 출력하는 단계Decoding the file associated with the input command according to the execution of the input command and outputting the decrypted file 를 포함하는 것을 특징으로 하는 상호 배제 기능 수행 방법.Method of performing a mutual exclusion function, comprising a. 제1 항에 있어서,The method according to claim 1, 상기 명령어는,Wherein the command comprises: 읽기, 쓰기, 수정, 및 삭제 명령어Read, Write, Modify, and Delete Commands 를 포함하는 것을 특징으로 하는 상호 배제 기능 수행 방법.Method of performing a mutual exclusion function, comprising a. 삭제delete 삭제delete 제1 항에 있어서,The method according to claim 1, 상기 입력 명령어와 동일한 파일에 관련된 실행 명령어가 있으면, 상기 입력 명령어와 상기 실행 명령어가 기 설정된 충돌 목록에 포함되는지를 확인하는 단계; 및If there is an execution command related to the same file as the input command, checking whether the input command and the execution command are included in a preset conflict list; And 상기 입력 명령어와 상기 실행 명령어가 상기 충돌 목록에 포함되면, 상기 입력 명령어에 의한 충돌 에러가 발생함을 알려주는 충돌 에러 메시지를 생성하는 단계If the input command and the execution command are included in the collision list, generating a collision error message indicating that a collision error caused by the input command occurs; 를 더 포함하는 것을 특징으로 하는 상호 배제 기능 수행 방법.Method of performing a mutual exclusion function further comprising a. 제5 항에 있어서,6. The method of claim 5, 상기 입력 명령어와 상기 실행 명령어가 상기 충돌 목록에 포함되지 않으 면, 상기 입력 명령어를 실행하는 단계If the input command and the execution command are not included in the conflict list, executing the input command 를 더 포함하는 것을 특징으로 하는 상호 배제 기능 수행 방법.Method of performing a mutual exclusion function further comprising a. 제6 항에 있어서,The method according to claim 6, 상기 입력 명령어의 실행에 따라 상기 입력 명령어와 관련된 파일을 복호화하여 상기 복호화된 파일을 출력하는 단계Decoding the file associated with the input command according to the execution of the input command and outputting the decrypted file 를 더 포함하는 것을 특징으로 하는 상호 배제 기능 수행 방법.Method of performing a mutual exclusion function further comprising a. 제5 항에 있어서,6. The method of claim 5, 상기 충돌 목록은,The conflict list, 동일한 파일에 대해 동시에 실행되면 충돌 에러가 발생할 수 있는 명령어들을 나열하는 목록인 것A list of commands that can cause a crash error if executed concurrently for the same file 을 특징으로 하는 상호 배제 기능 수행 방법.A method of performing mutual exclusion. 제1 항에 있어서,The method according to claim 1, 상기 생성된 충돌 에러 메시지를 상기 CE 디바이스에 송신하는 단계Sending the generated collision error message to the CE device 를 더 포함하는 것을 특징으로 하는 상호 배제 기능 수행 방법.Method of performing a mutual exclusion function further comprising a. 제1 항, 제2 항, 제5 항 내지 제9 항 중 어느 한 항의 방법을 실행시키기 위한 프로그램을 기록한 컴퓨터 판독 가능한 기록 매체.10. A computer-readable recording medium having recorded thereon a program for executing the method of any one of claims 1, 2 and 5-9. OS(Operating System)를 내장하지 않는 CE(Consumer Electronics) 디바이스에 연결되어 상호 배제 기능을 수행하는 DRM(Digital Rights Management) 디바이스에 있어서,In a Digital Rights Management (DRM) device connected to a CE (Consumer Electronics) device that does not have an operating system (OS) and performs mutual exclusion, 상기 CE 디바이스로부터 기 저장된 소정의 파일에 관련된 명령어-상기 명령어는 기 저장된 파일들에 접근하기 위한 명령어임-를 입력 받는 인터페이스부;An interface unit for receiving a command related to a predetermined file previously stored from the CE device, wherein the command is a command for accessing previously stored files; 상기 입력 명령어와 동일한 파일에 관련된 실행 명령어가 있으면 상기 입력 명령어에 의한 충돌 에러가 발생함을 알려주는 충돌 에러 메시지를 생성하는 제어부; 및A controller configured to generate a collision error message indicating that a collision error caused by the input command occurs when there is an execution command related to the same file as the input command; And 상기 제어부의 실행 명령어에 따라 접근된 파일에 대한 DRM 기능을 수행하는 DRM 모듈DRM module that performs a DRM function for a file accessed according to an execution command of the controller 을 포함하며,/ RTI &gt; 상기 제어부는,Wherein, 상기 입력 명령어와 동일한 파일에 관련된 실행 명령어가 있으면, 상기 입력 명령어와 상기 실행 명령어가 기 설정된 충돌 목록에 포함되는지를 판단하고,If there is an execution command related to the same file as the input command, it is determined whether the input command and the execution command are included in a preset conflict list, 상기 입력 명령어와 상기 실행 명령어가 상기 충돌 목록에 포함되면 상기 입력 명령어에 의한 충돌 에러가 발생함을 알려주는 충돌 에러 메시지를 생성하는 것을 특징으로 하는 DRM 디바이스.And a collision error message for notifying that a collision error caused by the input instruction occurs when the input instruction and the execution instruction are included in the collision list. 제11 항에 있어서,12. The method of claim 11, 상기 명령어는,Wherein the command comprises: 읽기, 쓰기, 수정, 및 삭제 명령어Read, Write, Modify, and Delete Commands 를 포함하는 것을 특징으로 하는 DRM 디바이스.The DRM device comprising: 제11 항에 있어서,12. The method of claim 11, 상기 제어부는,Wherein, 상기 입력 명령어와 동일한 파일에 관련된 실행 명령어가 없으면 상기 입력 명령어를 실행하는 것Executing the input command if there is no execution command associated with the same file as the input command 를 더 포함하는 것을 특징으로 하는 DRM 디바이스.The DRM device further comprises. 제13 항에 있어서,14. The method of claim 13, 상기 DRM 모듈부는,The DRM module unit, 상기 입력 명령어의 실행에 따라 상기 입력 명령어와 관련된 파일을 복호화하여 상기 복호화된 파일을 출력하는 것Outputting the decrypted file by decoding a file related to the input command according to execution of the input command 을 특징으로 하는 DRM 디바이스.DRM device characterized in that. 삭제delete 제11 항에 있어서,12. The method of claim 11, 상기 제어부는,Wherein, 상기 입력 명령어와 상기 실행 명령어가 상기 충돌 목록에 포함되지 않으면, 상기 입력 명령어를 실행하는 것If the input command and the execution command are not included in the conflict list, executing the input command 를 더 포함하는 것을 특징으로 하는 DRM 디바이스.The DRM device further comprises. 제16 항에 있어서,17. The method of claim 16, 상기 DRM 모듈부는,The DRM module unit, 상기 입력 명령어의 실행에 따라 상기 입력 명령어와 관련된 파일을 복호화하여 상기 복호화된 파일을 출력하는 것Outputting the decrypted file by decoding a file related to the input command according to execution of the input command 을 특징으로 하는 DRM 디바이스.DRM device characterized in that. 제16 항에 있어서,17. The method of claim 16, 상기 충돌 목록은,The conflict list, 동일한 파일에 대해 동시에 실행되면 충돌 에러가 발생할 수 있는 명령어들을 나열하는 목록인 것A list of commands that can cause a crash error if executed concurrently for the same file 을 특징으로 하는 DRM 디바이스.DRM device characterized in that. 제11 항에 있어서,12. The method of claim 11, 적어도 하나의 파일을 저장하여 관리하는 저장부; 및A storage unit for storing and managing at least one file; And 상기 제어부의 실행 명령어에 따라 상기 저장부에 접근하여 저장된 파일에 접근하는 파일 접근부A file access unit accessing the stored file by accessing the storage unit according to an execution command of the controller 를 더 포함하는 것을 특징으로 하는 DRM 디바이스.The DRM device further comprises. 제11 항에 있어서,12. The method of claim 11, 상기 DRM 디바이스는,The DRM device, 상기 CE 디바이스와 착탈 가능하고, 멀티미디어 정보를 저장할 수 있는 스마트 카드로 구현되는 것Removable to the CE device, and implemented as a smart card that can store multimedia information 을 특징으로 하는 DRM 디바이스.DRM device characterized in that.
KR1020070009522A 2007-01-30 2007-01-30 Method for supporting mutual exclusion function and drm device thereof KR101389928B1 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
KR1020070009522A KR101389928B1 (en) 2007-01-30 2007-01-30 Method for supporting mutual exclusion function and drm device thereof
EP07113630A EP1953665A1 (en) 2007-01-30 2007-08-01 Method for supporting mutual exclusion function and DRM device thereof
CN2007101477179A CN101236583B (en) 2007-01-30 2007-08-24 Method for supporting mutual exclusion function and DRM device thereof
JP2007232762A JP2008186443A (en) 2007-01-30 2007-09-07 Method for supporting mutual exclusion function, and drm (digital rights management) device using the same
US11/898,416 US7617323B2 (en) 2007-01-30 2007-09-12 Method for supporting mutual exclusion function and DRM device thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020070009522A KR101389928B1 (en) 2007-01-30 2007-01-30 Method for supporting mutual exclusion function and drm device thereof

Publications (2)

Publication Number Publication Date
KR20090000198A KR20090000198A (en) 2009-01-07
KR101389928B1 true KR101389928B1 (en) 2014-04-30

Family

ID=39296059

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020070009522A KR101389928B1 (en) 2007-01-30 2007-01-30 Method for supporting mutual exclusion function and drm device thereof

Country Status (5)

Country Link
US (1) US7617323B2 (en)
EP (1) EP1953665A1 (en)
JP (1) JP2008186443A (en)
KR (1) KR101389928B1 (en)
CN (1) CN101236583B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101866327B (en) * 2010-06-23 2012-06-06 展讯通信(上海)有限公司 Mobile terminal and communication method thereof after connecting with computer
CN103310334B (en) * 2012-03-16 2016-12-28 阿里巴巴集团控股有限公司 A kind of method and device of Business Processing
CN104463010B (en) * 2014-10-31 2018-06-19 华为技术有限公司 A kind of file lock implementation method and device
CN104765291B (en) * 2015-02-10 2019-06-04 海尔优家智能科技(北京)有限公司 A kind of method, apparatus and gateway controlling smart machine

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5692178A (en) * 1992-08-20 1997-11-25 Borland International, Inc. System and methods for improved file management in a multi-user environment
JP2003233520A (en) * 2002-02-07 2003-08-22 Fujitsu Ltd File controlling device for file resource on network
JP2006155067A (en) 2004-11-26 2006-06-15 Nec Access Technica Ltd Storage device, and method for controlling the same
JP2006350494A (en) * 2005-06-14 2006-12-28 Hitachi High-Technologies Corp Information processor

Family Cites Families (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5287444A (en) * 1989-08-14 1994-02-15 International Business Machines Corporation Message processing system
JPH08263438A (en) 1994-11-23 1996-10-11 Xerox Corp Distribution and use control system of digital work and access control method to digital work
US6581039B2 (en) * 1999-11-23 2003-06-17 Accenture Llp Report searching in a merger and acquisition environment
US20010034609A1 (en) * 2000-02-29 2001-10-25 Dovolis Gregg J. System and method for managing personal and business assets
JP2002083152A (en) * 2000-06-30 2002-03-22 Victor Co Of Japan Ltd Contents download system, portable terminal player, and contents provider
US20020065778A1 (en) * 2000-11-30 2002-05-30 Stephane Bouet Mehtod of and a system for distributing electronic content
CN100458640C (en) * 2001-03-12 2009-02-04 皇家菲利浦电子有限公司 Receiving device for securely storing a content item, and playback device
US7194467B2 (en) * 2002-03-29 2007-03-20 Panasas, Inc Using whole-file and dual-mode locks to reduce locking traffic in data storage systems
US20060015351A1 (en) * 2002-11-12 2006-01-19 Koninklijke Philips Electronics N.V. Creating expiring copies in a check-out/check-in system
JP2004171299A (en) * 2002-11-20 2004-06-17 Fujitsu Ltd Network relay storage device and network relay method
US20040117490A1 (en) * 2002-12-13 2004-06-17 General Instrument Corporation Method and system for providing chaining of rules in a digital rights management system
KR100953160B1 (en) 2003-06-26 2010-04-20 삼성전자주식회사 A method for providing a content compatibility of mutual network devices having respectively different digital right management
US10437964B2 (en) 2003-10-24 2019-10-08 Microsoft Technology Licensing, Llc Programming interface for licensing
KR100542368B1 (en) * 2004-02-10 2006-01-10 삼성전자주식회사 System and method for trivial file transfer protocol including broadcasting function
KR20050094273A (en) * 2004-03-22 2005-09-27 삼성전자주식회사 Digital rights management structure, handheld storage deive and contents managing method using handheld storage device
KR20050096036A (en) 2004-03-29 2005-10-05 삼성전자주식회사 Portable storage and management method of files in the portable storage
US20070255580A1 (en) * 2004-06-22 2007-11-01 Ebooks Corporation Limited Lending System and Method
KR100739176B1 (en) 2004-11-09 2007-07-13 엘지전자 주식회사 System and method for protecting unprotected digital contents
JP2006227679A (en) * 2005-02-15 2006-08-31 Dainippon Printing Co Ltd Usb memory key
JP4684775B2 (en) * 2005-07-06 2011-05-18 ルネサスエレクトロニクス株式会社 Storage device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5692178A (en) * 1992-08-20 1997-11-25 Borland International, Inc. System and methods for improved file management in a multi-user environment
JP2003233520A (en) * 2002-02-07 2003-08-22 Fujitsu Ltd File controlling device for file resource on network
JP2006155067A (en) 2004-11-26 2006-06-15 Nec Access Technica Ltd Storage device, and method for controlling the same
JP2006350494A (en) * 2005-06-14 2006-12-28 Hitachi High-Technologies Corp Information processor

Also Published As

Publication number Publication date
CN101236583B (en) 2011-08-31
KR20090000198A (en) 2009-01-07
EP1953665A1 (en) 2008-08-06
JP2008186443A (en) 2008-08-14
US7617323B2 (en) 2009-11-10
CN101236583A (en) 2008-08-06
US20080183881A1 (en) 2008-07-31

Similar Documents

Publication Publication Date Title
KR101928127B1 (en) Selective file access for applications
US8752201B2 (en) Apparatus and method for managing digital rights through hooking a kernel native API
US8417969B2 (en) Storage volume protection supporting legacy systems
US20080229015A1 (en) Portable memory apparatus having a content protection function and method of manufacturing the same
KR101389928B1 (en) Method for supporting mutual exclusion function and drm device thereof
CN101977219A (en) Method and device for protecting widget application
US10089450B2 (en) User authentication method, authentication apparatus, and terminal
CN104737128A (en) Re-use of binaries for multiple user accounts
US8874927B2 (en) Application execution system and method of terminal
JP2010113607A (en) Recording medium device, content utilization system, and control method of recording medium device,
JP2010102579A (en) Information processor and computer program
EP2728503B1 (en) Information processing device, control method therefor, program, and information storage medium
US20120144206A1 (en) Information processing apparatus, removable storage device, information processing method, and information processing system
JP5082647B2 (en) Subscriber identification module, program for subscriber identification module
KR102007929B1 (en) Portable Device For Security Information Management And Operating Method thereof
KR20120002079A (en) System for protecting copyright of application, apparatus and method for protecting copyright of application, and terminal device and method for protecting copyright of application of the terminal device
JPWO2016031456A1 (en) Reader / writer apparatus, information processing apparatus, data transfer control method, and program
CN110941835B (en) Data processing method and electronic equipment
JP5305864B2 (en) Information processing apparatus, information processing method, and information processing program
JP2006092296A (en) Information processor, information processing method and program
KR20090000551A (en) Method for access control to an apparatus for playing contents
JP2005235071A (en) Information processor, information processing method, program, and recording medium
JP2006209520A (en) Portable device and service execution system
KR20130101631A (en) Secure system and method for content playing, and portable device supporting the same
KR20080112067A (en) Method for restricting operation of device and apparatus therefor

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
AMND Amendment
E601 Decision to refuse application
AMND Amendment
J201 Request for trial against refusal decision
B701 Decision to grant
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20190329

Year of fee payment: 6