XML,JSON 과같은 데이터를 표현하는 양식이다.
정의
https://doc.qt.io/QtApplicationManager/manifest.html
개요
패키지 정의 파일은 YAML 형식의 info.yaml 로 명명한다. 두개의 YAML 문서로 구성된다.
파일 유형의 헤더와 실제 응용프로그램의 목록
기본 정의
다음 예제는 full-featured 의 info.yaml 파일이다. YAML1.1 을 사용
%YAML 1.1 --- formatVersion: 1 formatType: am-application --- id: 'com.pelagicore.radio' icon: 'FM-Radio.png' name: en: "FM Radio" de: "UKW-Rundfunk" code: "radio.qml" runtime: qml runtimeParameters: { loadDummyData: true } documentUrl: "fm" mimeTypes: [ "x-scheme-handler/x-radio" ] capabilities: - cameraAccess - locationAccess version: '1.2.1-alpha3'
헤더 정보는 다음과 같다.
formatVersion int Currently always 1. (Required)
formattype string always am-application.(Required)
링크
https://moon9342.github.io/what_is_yaml
Manifest : 표명, 선언
'Qt' 카테고리의 다른 글
Threads Events QObjects/ko (0) | 2018.09.13 |
---|---|
[Qt] Example (0) | 2018.08.23 |
[Qt 5.11] Qt Application Manager Single- vs. Multi-Process Mode (0) | 2018.08.23 |
[Qt] Download 및 라이센스 관련 (0) | 2017.06.14 |
Qt Error 모음 (0) | 2016.07.18 |