# HII

- [43. HII 데이터베이스 개념 및 출력](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/43.hii-database.md)
- [44. HII 데이터베이스 내부](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/44.hii-database-inside.md)
- [45. EFI\_HII\_DATABASE\_PROTOCOL의 NewPackageList를 사용하여 문자열 패키지가 포함된 문자열 목록 게시](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/45.efi_hii_database_protocol.md): 파트 1: 패키지 목록 데이터 생성의 일반적인 측면
- [46. EFI\_HII\_DATABASE\_PROTOCOL의 NewPackageList를 사용하여 문자열 패키지가 포함된 HII 패키지 목록 게시](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/46.efi_hii_database_protocol-newpackagelist.md): 파트 2: 문자열 패키지 데이터 생성
- [47. EFI\_HII\_DATABASE\_PROTOCOL의 NewPackageList를 사용하여 문자열 패키지가 포함된 HII 패키지 목록 게시](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/47.efi_hii_database_protocol-newpackagelist.md): 파트 3: NewPackageList 및 GetString 프로토콜 함수를 사용하여 모든 것을 결합하기
- [48. UNI 파일 및 HiiLib를 사용하여 HII String 패키지 게시 및 작업하기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/48.uni-hiilib.md)
- [49.MODULE\_UNI\_FILE/PACKAGE\_UNI\_FILE/\[UserExtensions.TianoCore."ExtraFiles"\]의 도움으로 UNI 파일 선언하기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/49.uni-file.md)
- [50.UEFI\_HII\_RESOURCE\_SECTION을 사용하여 문자열 패키지와 함께 HII 패키지 목록 게시하기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/50.uefi_hii_resource_section.md)
- [51. UEFI APP에 메뉴얼 추가하기(shell의 -?와 help 옵션)](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/51.uefi-app-manual.md): - EFI\_SHELL\_PROTOCOL의 EFI\_SHELL\_GET\_HELP\_TEXT 함수
- [52. Russian 글꼴 추가 - Part 1.](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/52.russian-font-part-1.md): EFI\_NARROW\_GLYPH/EFI\_WIDE\_GLYPH 형식 조사 및 \*.woff 글꼴 파일에서 GLYPH 배열 구성
- [53. Russian 글꼴 추가 - Part 2.](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/53.russian-font-part-2.md): EFI\_HII\_SIMPLE\_FONT\_PACKAGE 구성 및 HII 데이터베이스에 채우기
- [54. EFI\_HII\_STRING\_PROTOCOL의 NewString 및 SetString 함수를 사용하여 다른 언어에 대한 문자열 패키지를 동적으로 추가](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/54.efi_hii_string_protocol.md): 이 장에서는 UNI 변환을 시스템에 동적으로 추가하려 한다.
- [55. PlatformLangCodes EFI 변수 수정 및 다른 언어를 동적 추가하기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/55.platformlangcodes.md)
- [56. 코드에서 FILE\_GUID 및 BASE\_NAME을 가져오기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii/56.file_guid-base_name.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bob-mcd-team.gitbook.io/uefi/uefi-development/hii.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
